Guest User

Untitled

a guest
Aug 22nd, 2024
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.92 KB | None | 0 0
  1. Version 0.99.0-beta (https://github.com/gmenounos/kw1281test/releases)
  2. Args: COM3
  3. OSVersion: Microsoft Windows NT 10.0.19044.0
  4. .NET Version: 8.0.6
  5. Culture: en-US
  6. Usage: KW1281Test PORT BAUD ADDRESS COMMAND [args]
  7. PORT = COM1|COM2|etc.
  8. BAUD = 10400|9600|etc.
  9. ADDRESS = The controller address, e.g. 1 (ECU), 17 (cluster), 46 (CCM), 56 (radio)
  10. COMMAND =
  11. ActuatorTest
  12. AdaptationRead CHANNEL [LOGIN]
  13. CHANNEL = Channel number (0-99)
  14. LOGIN = Optional login (0-65535)
  15. AdaptationSave CHANNEL VALUE [LOGIN]
  16. CHANNEL = Channel number (0-99)
  17. VALUE = Channel value (0-65535)
  18. LOGIN = Optional login (0-65535)
  19. AdaptationTest CHANNEL VALUE [LOGIN]
  20. CHANNEL = Channel number (0-99)
  21. VALUE = Channel value (0-65535)
  22. LOGIN = Optional login (0-65535)
  23. BasicSetting GROUP
  24. GROUP = Group number (0-255)
  25. (Group 0: Raw controller data)
  26. ClarionVWPremium4SafeCode
  27. ClearFaultCodes
  28. DelcoVWPremium5SafeCode
  29. DumpEdc15Eeprom [FILENAME]
  30. FILENAME = Optional filename
  31. DumpEeprom START LENGTH [FILENAME]
  32. START = Start address in decimal (e.g. 0) or hex (e.g. $0)
  33. LENGTH = Number of bytes in decimal (e.g. 2048) or hex (e.g. $800)
  34. FILENAME = Optional filename
  35. DumpMarelliMem START LENGTH [FILENAME]
  36. START = Start address in decimal (e.g. 3072) or hex (e.g. $C00)
  37. LENGTH = Number of bytes in decimal (e.g. 1024) or hex (e.g. $400)
  38. FILENAME = Optional filename
  39. DumpMem START LENGTH [FILENAME]
  40. START = Start address in decimal (e.g. 8192) or hex (e.g. $2000)
  41. LENGTH = Number of bytes in decimal (e.g. 65536) or hex (e.g. $10000)
  42. FILENAME = Optional filename
  43. DumpRam START LENGTH [FILENAME]
  44. START = Start address in decimal (e.g. 8192) or hex (e.g. $2000)
  45. LENGTH = Number of bytes in decimal (e.g. 65536) or hex (e.g. $10000)
  46. FILENAME = Optional filename
  47. DumpRBxMem START LENGTH [FILENAME]
  48. START = Start address in decimal (e.g. 66560) or hex (e.g. $10400)
  49. LENGTH = Number of bytes in decimal (e.g. 1024) or hex (e.g. $400)
  50. FILENAME = Optional filename
  51. FindLogins LOGIN
  52. LOGIN = Known good login (0-65535)
  53. GetSKC
  54. GroupRead GROUP
  55. GROUP = Group number (0-255)
  56. (Group 0: Raw controller data)
  57. LoadEeprom START FILENAME
  58. START = Start address in decimal (e.g. 0) or hex (e.g. $0)
  59. FILENAME = Name of file containing binary data to load into EEPROM
  60. MapEeprom
  61. ReadFaultCodes
  62. ReadIdent
  63. ReadEeprom ADDRESS
  64. ADDRESS = Address in decimal (e.g. 4361) or hex (e.g. $1109)
  65. ReadRAM ADDRESS
  66. ADDRESS = Address in decimal (e.g. 4361) or hex (e.g. $1109)
  67. ReadROM ADDRESS
  68. ADDRESS = Address in decimal (e.g. 4361) or hex (e.g. $1109)
  69. ReadSoftwareVersion
  70. Reset
  71. SetSoftwareCoding CODING WORKSHOP
  72. CODING = Software coding in decimal (e.g. 4361) or hex (e.g. $1109)
  73. WORKSHOP = Workshop code in decimal (e.g. 4361) or hex (e.g. $1109)
  74. ToggleRB4Mode
  75. WriteEdc15Eeprom ADDRESS1 VALUE1 [ADDRESS2 VALUE2 ... ADDRESSn VALUEn]
  76. ADDRESS = EEPROM address in decimal (0-511) or hex ($00-$1FF)
  77. VALUE = Value to be stored at address in decimal (0-255) or hex ($00-$FF)
  78. WriteEeprom ADDRESS VALUE
  79. ADDRESS = Address in decimal (e.g. 4361) or hex (e.g. $1109)
  80. VALUE = Value in decimal (e.g. 138) or hex (e.g. $8A)
  81. Version 0.99.0-beta (https://github.com/gmenounos/kw1281test/releases)
  82. Args: COM3 9600 DumpEeprom 0 2048 ora.bin
  83. OSVersion: Microsoft Windows NT 10.0.19044.0
  84. .NET Version: 8.0.6
  85. Culture: en-US
  86. Caught: System.FormatException The input string 'DumpEeprom' was not in a correct format.
  87. Unhandled exception: System.FormatException: The input string 'DumpEeprom' was not in a correct format.
  88. at System.Number.ThrowFormatException[TChar](ReadOnlySpan`1)
  89. at System.Number.ThrowOverflowOrFormatException[TChar,TInteger](ParsingStatus, ReadOnlySpan`1)
  90. at System.Number.ParseBinaryInteger[TChar,TInteger](ReadOnlySpan`1, NumberStyles, NumberFormatInfo)
  91. at System.Int32.Parse(ReadOnlySpan`1, NumberStyles , IFormatProvider )
  92. at System.Int32.Parse(String, NumberStyles, IFormatProvider )
  93. at System.Int32.Parse(String, NumberStyles)
  94. at BitFab.KW1281Test.Program.Run(String[]) in /Users/gmenounos/src/kw1281test/Program.cs:line 81
  95. at BitFab.KW1281Test.Program.Main(String[]) in /Users/gmenounos/src/kw1281test/Program.cs:line 31
  96. Version 0.99.0-beta (https://github.com/gmenounos/kw1281test/releases)
  97. Args: COM3 9600 17 DumpEeprom 0 2048 ora.bin
  98. OSVersion: Microsoft Windows NT 10.0.19044.0
  99. .NET Version: 8.0.6
  100. Culture: en-US
  101. Opening serial port COM3
  102. Sending wakeup message
  103. Reading sync byte
  104. Unexpected sync byte: Expected $55, Actual $A5
  105. Retrying wakeup message...
  106. Reading sync byte
  107. Unexpected sync byte: Expected $55, Actual $A5
  108. Retrying wakeup message...
  109. Reading sync byte
  110. Unexpected sync byte: Expected $55, Actual $A5
  111. Caught: System.InvalidOperationException Controller did not wake up.
  112. Unhandled exception: System.InvalidOperationException: Controller did not wake up.
  113. at BitFab.KW1281Test.KwpCommon.WakeUp(Byte, Boolean) in /Users/gmenounos/src/kw1281test/KwpCommon.cs:line 62
  114. at BitFab.KW1281Test.Tester.Kwp1281Wakeup(Boolean ) in /Users/gmenounos/src/kw1281test/Tester.cs:line 33
  115. at BitFab.KW1281Test.Program.Run(String[]) in /Users/gmenounos/src/kw1281test/Program.cs:line 288
  116. at BitFab.KW1281Test.Program.Main(String[]) in /Users/gmenounos/src/kw1281test/Program.cs:line 31
  117. Version 0.99.0-beta (https://github.com/gmenounos/kw1281test/releases)
  118. Args: COM3 8400 17 DumpEeprom 0 2048 ora.bin
  119. OSVersion: Microsoft Windows NT 10.0.19044.0
  120. .NET Version: 8.0.6
  121. Culture: en-US
  122. Opening serial port COM3
  123. Sending wakeup message
  124. Reading sync byte
  125. Unexpected sync byte: Expected $55, Actual $CB
  126. Retrying wakeup message...
  127. Reading sync byte
  128. Unexpected sync byte: Expected $55, Actual $CA
  129. Retrying wakeup message...
  130. Reading sync byte
  131. Unexpected sync byte: Expected $55, Actual $CB
  132. Caught: System.InvalidOperationException Controller did not wake up.
  133. Unhandled exception: System.InvalidOperationException: Controller did not wake up.
  134. at BitFab.KW1281Test.KwpCommon.WakeUp(Byte, Boolean) in /Users/gmenounos/src/kw1281test/KwpCommon.cs:line 62
  135. at BitFab.KW1281Test.Tester.Kwp1281Wakeup(Boolean ) in /Users/gmenounos/src/kw1281test/Tester.cs:line 33
  136. at BitFab.KW1281Test.Program.Run(String[]) in /Users/gmenounos/src/kw1281test/Program.cs:line 288
  137. at BitFab.KW1281Test.Program.Main(String[]) in /Users/gmenounos/src/kw1281test/Program.cs:line 31
  138. Version 0.99.0-beta (https://github.com/gmenounos/kw1281test/releases)
  139. Args: COM3 10400 17 DumpEeprom 0 2048 ora.bin
  140. OSVersion: Microsoft Windows NT 10.0.19044.0
  141. .NET Version: 8.0.6
  142. Culture: en-US
  143. Opening serial port COM3
  144. Sending wakeup message
  145. Reading sync byte
  146. Keyword Lsb $01
  147. Keyword Msb $8A
  148. Protocol is KW 1281 (8N1)
  149. ECU: 8D0920932C B5-KOMBIINSTR. VDO D12
  150. Software Coding 16040, Workshop Code: 00222
  151. Sending ReadIdent block
  152. Sending Custom "Read Software Version" blocks
  153. Sending Custom "Unlock Additional Commands" block
  154. Cluster did not return software version.
  155. Unknown cluster software version. EEPROM access will likely fail.
  156. Sending Custom "Get Access Level" block
  157. Access level is unknown.
  158. Sending Custom "Seed request" block
  159. Sending Custom "Get Access Level" block
  160. Access level is unknown.
  161. Failed to unlock cluster.
  162. Saving EEPROM dump to ora.bin
  163. Sending ReadEeprom block (Address: $0000, Count: $10)
  164. Sending ReadEeprom block (Address: $0010, Count: $10)
  165. Sending ReadEeprom block (Address: $0020, Count: $10)
  166. Sending ReadEeprom block (Address: $0030, Count: $10)
  167. Sending ReadEeprom block (Address: $0040, Count: $10)
  168. Sending ReadEeprom block (Address: $0050, Count: $10)
  169. Sending ReadEeprom block (Address: $0060, Count: $10)
  170. Sending ReadEeprom block (Address: $0070, Count: $10)
  171. Sending ReadEeprom block (Address: $0080, Count: $10)
  172. Sending ReadEeprom block (Address: $0090, Count: $10)
  173. Sending ReadEeprom block (Address: $00A0, Count: $10)
  174. Sending ReadEeprom block (Address: $00B0, Count: $10)
  175. Sending ReadEeprom block (Address: $00C0, Count: $10)
  176. Sending ReadEeprom block (Address: $00D0, Count: $10)
  177. Sending ReadEeprom block (Address: $00E0, Count: $10)
  178. Sending ReadEeprom block (Address: $00F0, Count: $10)
  179. Sending ReadEeprom block (Address: $0100, Count: $10)
  180. Sending ReadEeprom block (Address: $0110, Count: $10)
  181. Sending ReadEeprom block (Address: $0120, Count: $10)
  182. Sending ReadEeprom block (Address: $0130, Count: $10)
  183. Sending ReadEeprom block (Address: $0140, Count: $10)
  184. Sending ReadEeprom block (Address: $0150, Count: $10)
  185. Sending ReadEeprom block (Address: $0160, Count: $10)
  186. Sending ReadEeprom block (Address: $0170, Count: $10)
  187. Sending ReadEeprom block (Address: $0180, Count: $10)
  188. Sending ReadEeprom block (Address: $0190, Count: $10)
  189. Sending ReadEeprom block (Address: $01A0, Count: $10)
  190. Sending ReadEeprom block (Address: $01B0, Count: $10)
  191. Sending ReadEeprom block (Address: $01C0, Count: $10)
  192. Sending ReadEeprom block (Address: $01D0, Count: $10)
  193. Sending ReadEeprom block (Address: $01E0, Count: $10)
  194. Sending ReadEeprom block (Address: $01F0, Count: $10)
  195. Sending ReadEeprom block (Address: $0200, Count: $10)
  196. Sending ReadEeprom block (Address: $0210, Count: $10)
  197. Sending ReadEeprom block (Address: $0220, Count: $10)
  198. Sending ReadEeprom block (Address: $0230, Count: $10)
  199. Sending ReadEeprom block (Address: $0240, Count: $10)
  200. Sending ReadEeprom block (Address: $0250, Count: $10)
  201. Sending ReadEeprom block (Address: $0260, Count: $10)
  202. Sending ReadEeprom block (Address: $0270, Count: $10)
  203. Sending ReadEeprom block (Address: $0280, Count: $10)
  204. Sending ReadEeprom block (Address: $0290, Count: $10)
  205. Sending ReadEeprom block (Address: $02A0, Count: $10)
  206. Sending ReadEeprom block (Address: $02B0, Count: $10)
  207. Sending ReadEeprom block (Address: $02C0, Count: $10)
  208. Sending ReadEeprom block (Address: $02D0, Count: $10)
  209. Sending ReadEeprom block (Address: $02E0, Count: $10)
  210. Sending ReadEeprom block (Address: $02F0, Count: $10)
  211. Sending ReadEeprom block (Address: $0300, Count: $10)
  212. Sending ReadEeprom block (Address: $0310, Count: $10)
  213. Sending ReadEeprom block (Address: $0320, Count: $10)
  214. Sending ReadEeprom block (Address: $0330, Count: $10)
  215. Sending ReadEeprom block (Address: $0340, Count: $10)
  216. Sending ReadEeprom block (Address: $0350, Count: $10)
  217. Sending ReadEeprom block (Address: $0360, Count: $10)
  218. Sending ReadEeprom block (Address: $0370, Count: $10)
  219. Sending ReadEeprom block (Address: $0380, Count: $10)
  220. Sending ReadEeprom block (Address: $0390, Count: $10)
  221. Sending ReadEeprom block (Address: $03A0, Count: $10)
  222. Sending ReadEeprom block (Address: $03B0, Count: $10)
  223. Sending ReadEeprom block (Address: $03C0, Count: $10)
  224. Sending ReadEeprom block (Address: $03D0, Count: $10)
  225. Sending ReadEeprom block (Address: $03E0, Count: $10)
  226. Sending ReadEeprom block (Address: $03F0, Count: $10)
  227. Sending ReadEeprom block (Address: $0400, Count: $10)
  228. Sending ReadEeprom block (Address: $0410, Count: $10)
  229. Sending ReadEeprom block (Address: $0420, Count: $10)
  230. Sending ReadEeprom block (Address: $0430, Count: $10)
  231. Sending ReadEeprom block (Address: $0440, Count: $10)
  232. Sending ReadEeprom block (Address: $0450, Count: $10)
  233. Sending ReadEeprom block (Address: $0460, Count: $10)
  234. Sending ReadEeprom block (Address: $0470, Count: $10)
  235. Sending ReadEeprom block (Address: $0480, Count: $10)
  236. Sending ReadEeprom block (Address: $0490, Count: $10)
  237. Sending ReadEeprom block (Address: $04A0, Count: $10)
  238. Sending ReadEeprom block (Address: $04B0, Count: $10)
  239. Sending ReadEeprom block (Address: $04C0, Count: $10)
  240. Sending ReadEeprom block (Address: $04D0, Count: $10)
  241. Sending ReadEeprom block (Address: $04E0, Count: $10)
  242. Sending ReadEeprom block (Address: $04F0, Count: $10)
  243. Sending ReadEeprom block (Address: $0500, Count: $10)
  244. Sending ReadEeprom block (Address: $0510, Count: $10)
  245. Sending ReadEeprom block (Address: $0520, Count: $10)
  246. Sending ReadEeprom block (Address: $0530, Count: $10)
  247. Sending ReadEeprom block (Address: $0540, Count: $10)
  248. Sending ReadEeprom block (Address: $0550, Count: $10)
  249. Sending ReadEeprom block (Address: $0560, Count: $10)
  250. Sending ReadEeprom block (Address: $0570, Count: $10)
  251. Sending ReadEeprom block (Address: $0580, Count: $10)
  252. Sending ReadEeprom block (Address: $0590, Count: $10)
  253. Sending ReadEeprom block (Address: $05A0, Count: $10)
  254. Sending ReadEeprom block (Address: $05B0, Count: $10)
  255. Sending ReadEeprom block (Address: $05C0, Count: $10)
  256. Sending ReadEeprom block (Address: $05D0, Count: $10)
  257. Sending ReadEeprom block (Address: $05E0, Count: $10)
  258. Sending ReadEeprom block (Address: $05F0, Count: $10)
  259. Sending ReadEeprom block (Address: $0600, Count: $10)
  260. Sending ReadEeprom block (Address: $0610, Count: $10)
  261. Sending ReadEeprom block (Address: $0620, Count: $10)
  262. Sending ReadEeprom block (Address: $0630, Count: $10)
  263. Sending ReadEeprom block (Address: $0640, Count: $10)
  264. Sending ReadEeprom block (Address: $0650, Count: $10)
  265. Sending ReadEeprom block (Address: $0660, Count: $10)
  266. Sending ReadEeprom block (Address: $0670, Count: $10)
  267. Sending ReadEeprom block (Address: $0680, Count: $10)
  268. Sending ReadEeprom block (Address: $0690, Count: $10)
  269. Sending ReadEeprom block (Address: $06A0, Count: $10)
  270. Sending ReadEeprom block (Address: $06B0, Count: $10)
  271. Sending ReadEeprom block (Address: $06C0, Count: $10)
  272. Sending ReadEeprom block (Address: $06D0, Count: $10)
  273. Sending ReadEeprom block (Address: $06E0, Count: $10)
  274. Sending ReadEeprom block (Address: $06F0, Count: $10)
  275. Sending ReadEeprom block (Address: $0700, Count: $10)
  276. Sending ReadEeprom block (Address: $0710, Count: $10)
  277. Sending ReadEeprom block (Address: $0720, Count: $10)
  278. Sending ReadEeprom block (Address: $0730, Count: $10)
  279. Sending ReadEeprom block (Address: $0740, Count: $10)
  280. Sending ReadEeprom block (Address: $0750, Count: $10)
  281. Sending ReadEeprom block (Address: $0760, Count: $10)
  282. Sending ReadEeprom block (Address: $0770, Count: $10)
  283. Sending ReadEeprom block (Address: $0780, Count: $10)
  284. Sending ReadEeprom block (Address: $0790, Count: $10)
  285. Sending ReadEeprom block (Address: $07A0, Count: $10)
  286. Sending ReadEeprom block (Address: $07B0, Count: $10)
  287. Sending ReadEeprom block (Address: $07C0, Count: $10)
  288. Sending ReadEeprom block (Address: $07D0, Count: $10)
  289. Sending ReadEeprom block (Address: $07E0, Count: $10)
  290. Sending ReadEeprom block (Address: $07F0, Count: $10)
  291.  
  292. **********************************************************************
  293. *** Warning: Some bytes could not be read and were replaced with 0 ***
  294. **********************************************************************
  295.  
  296. Saved EEPROM dump to ora.bin
  297. Sending EndCommunication block
  298. Version 0.99.0-beta (https://github.com/gmenounos/kw1281test/releases)
  299. Args: COM3 10400 17 DumpEeprom 0 2048 ora.bin
  300. OSVersion: Microsoft Windows NT 10.0.19044.0
  301. .NET Version: 8.0.6
  302. Culture: en-US
  303. Opening serial port COM3
  304. Sending wakeup message
  305. Reading sync byte
  306. Keyword Lsb $01
  307. Keyword Msb $8A
  308. Protocol is KW 1281 (8N1)
  309. ECU: 8D0920932C B5-KOMBIINSTR. VDO D12
  310. Software Coding 16040, Workshop Code: 00222
  311. Sending ReadIdent block
  312. Sending Custom "Read Software Version" blocks
  313. Sending Custom "Unlock Additional Commands" block
  314. Cluster did not return software version.
  315. Unknown cluster software version. EEPROM access will likely fail.
  316. Sending Custom "Get Access Level" block
  317. Access level is unknown.
  318. Sending Custom "Seed request" block
  319. Sending Custom "Get Access Level" block
  320. Access level is unknown.
  321. Failed to unlock cluster.
  322. Saving EEPROM dump to ora.bin
  323. Sending ReadEeprom block (Address: $0000, Count: $10)
  324. Sending ReadEeprom block (Address: $0010, Count: $10)
  325. Sending ReadEeprom block (Address: $0020, Count: $10)
  326. Sending ReadEeprom block (Address: $0030, Count: $10)
  327. Sending ReadEeprom block (Address: $0040, Count: $10)
  328. Sending ReadEeprom block (Address: $0050, Count: $10)
  329. Sending ReadEeprom block (Address: $0060, Count: $10)
  330. Sending ReadEeprom block (Address: $0070, Count: $10)
  331. Sending ReadEeprom block (Address: $0080, Count: $10)
  332. Sending ReadEeprom block (Address: $0090, Count: $10)
  333. Sending ReadEeprom block (Address: $00A0, Count: $10)
  334. Sending ReadEeprom block (Address: $00B0, Count: $10)
  335. Sending ReadEeprom block (Address: $00C0, Count: $10)
  336. Sending ReadEeprom block (Address: $00D0, Count: $10)
  337. Sending ReadEeprom block (Address: $00E0, Count: $10)
  338. Sending ReadEeprom block (Address: $00F0, Count: $10)
  339. Sending ReadEeprom block (Address: $0100, Count: $10)
  340. Sending ReadEeprom block (Address: $0110, Count: $10)
  341. Sending ReadEeprom block (Address: $0120, Count: $10)
  342. Sending ReadEeprom block (Address: $0130, Count: $10)
  343. Sending ReadEeprom block (Address: $0140, Count: $10)
  344. Sending ReadEeprom block (Address: $0150, Count: $10)
  345. Sending ReadEeprom block (Address: $0160, Count: $10)
  346. Sending ReadEeprom block (Address: $0170, Count: $10)
  347. Sending ReadEeprom block (Address: $0180, Count: $10)
  348. Sending ReadEeprom block (Address: $0190, Count: $10)
  349. Sending ReadEeprom block (Address: $01A0, Count: $10)
  350. Sending ReadEeprom block (Address: $01B0, Count: $10)
  351. Sending ReadEeprom block (Address: $01C0, Count: $10)
  352. Sending ReadEeprom block (Address: $01D0, Count: $10)
  353. Sending ReadEeprom block (Address: $01E0, Count: $10)
  354. Sending ReadEeprom block (Address: $01F0, Count: $10)
  355. Sending ReadEeprom block (Address: $0200, Count: $10)
  356. Sending ReadEeprom block (Address: $0210, Count: $10)
  357. Sending ReadEeprom block (Address: $0220, Count: $10)
  358. Sending ReadEeprom block (Address: $0230, Count: $10)
  359. Sending ReadEeprom block (Address: $0240, Count: $10)
  360. Sending ReadEeprom block (Address: $0250, Count: $10)
  361. Sending ReadEeprom block (Address: $0260, Count: $10)
  362. Sending ReadEeprom block (Address: $0270, Count: $10)
  363. Sending ReadEeprom block (Address: $0280, Count: $10)
  364. Sending ReadEeprom block (Address: $0290, Count: $10)
  365. Sending ReadEeprom block (Address: $02A0, Count: $10)
  366. Sending ReadEeprom block (Address: $02B0, Count: $10)
  367. Sending ReadEeprom block (Address: $02C0, Count: $10)
  368. Sending ReadEeprom block (Address: $02D0, Count: $10)
  369. Sending ReadEeprom block (Address: $02E0, Count: $10)
  370. Sending ReadEeprom block (Address: $02F0, Count: $10)
  371. Sending ReadEeprom block (Address: $0300, Count: $10)
  372. Sending ReadEeprom block (Address: $0310, Count: $10)
  373. Sending ReadEeprom block (Address: $0320, Count: $10)
  374. Sending ReadEeprom block (Address: $0330, Count: $10)
  375. Sending ReadEeprom block (Address: $0340, Count: $10)
  376. Sending ReadEeprom block (Address: $0350, Count: $10)
  377. Sending ReadEeprom block (Address: $0360, Count: $10)
  378. Sending ReadEeprom block (Address: $0370, Count: $10)
  379. Sending ReadEeprom block (Address: $0380, Count: $10)
  380. Sending ReadEeprom block (Address: $0390, Count: $10)
  381. Sending ReadEeprom block (Address: $03A0, Count: $10)
  382. Sending ReadEeprom block (Address: $03B0, Count: $10)
  383. Sending ReadEeprom block (Address: $03C0, Count: $10)
  384. Sending ReadEeprom block (Address: $03D0, Count: $10)
  385. Sending ReadEeprom block (Address: $03E0, Count: $10)
  386. Sending ReadEeprom block (Address: $03F0, Count: $10)
  387. Sending ReadEeprom block (Address: $0400, Count: $10)
  388. Sending ReadEeprom block (Address: $0410, Count: $10)
  389. Sending ReadEeprom block (Address: $0420, Count: $10)
  390. Sending ReadEeprom block (Address: $0430, Count: $10)
  391. Sending ReadEeprom block (Address: $0440, Count: $10)
  392. Sending ReadEeprom block (Address: $0450, Count: $10)
  393. Sending ReadEeprom block (Address: $0460, Count: $10)
  394. Sending ReadEeprom block (Address: $0470, Count: $10)
  395. Sending ReadEeprom block (Address: $0480, Count: $10)
  396. Sending ReadEeprom block (Address: $0490, Count: $10)
  397. Sending ReadEeprom block (Address: $04A0, Count: $10)
  398. Sending ReadEeprom block (Address: $04B0, Count: $10)
  399. Sending ReadEeprom block (Address: $04C0, Count: $10)
  400. Sending ReadEeprom block (Address: $04D0, Count: $10)
  401. Sending ReadEeprom block (Address: $04E0, Count: $10)
  402. Sending ReadEeprom block (Address: $04F0, Count: $10)
  403. Sending ReadEeprom block (Address: $0500, Count: $10)
  404. Sending ReadEeprom block (Address: $0510, Count: $10)
  405. Sending ReadEeprom block (Address: $0520, Count: $10)
  406. Sending ReadEeprom block (Address: $0530, Count: $10)
  407. Sending ReadEeprom block (Address: $0540, Count: $10)
  408. Sending ReadEeprom block (Address: $0550, Count: $10)
  409. Sending ReadEeprom block (Address: $0560, Count: $10)
  410. Sending ReadEeprom block (Address: $0570, Count: $10)
  411. Sending ReadEeprom block (Address: $0580, Count: $10)
  412. Sending ReadEeprom block (Address: $0590, Count: $10)
  413. Sending ReadEeprom block (Address: $05A0, Count: $10)
  414. Sending ReadEeprom block (Address: $05B0, Count: $10)
  415. Sending ReadEeprom block (Address: $05C0, Count: $10)
  416. Sending ReadEeprom block (Address: $05D0, Count: $10)
  417. Sending ReadEeprom block (Address: $05E0, Count: $10)
  418. Sending ReadEeprom block (Address: $05F0, Count: $10)
  419. Sending ReadEeprom block (Address: $0600, Count: $10)
  420. Sending ReadEeprom block (Address: $0610, Count: $10)
  421. Sending ReadEeprom block (Address: $0620, Count: $10)
  422. Sending ReadEeprom block (Address: $0630, Count: $10)
  423. Sending ReadEeprom block (Address: $0640, Count: $10)
  424. Sending ReadEeprom block (Address: $0650, Count: $10)
  425. Sending ReadEeprom block (Address: $0660, Count: $10)
  426. Sending ReadEeprom block (Address: $0670, Count: $10)
  427. Sending ReadEeprom block (Address: $0680, Count: $10)
  428. Sending ReadEeprom block (Address: $0690, Count: $10)
  429. Sending ReadEeprom block (Address: $06A0, Count: $10)
  430. Sending ReadEeprom block (Address: $06B0, Count: $10)
  431. Sending ReadEeprom block (Address: $06C0, Count: $10)
  432. Sending ReadEeprom block (Address: $06D0, Count: $10)
  433. Sending ReadEeprom block (Address: $06E0, Count: $10)
  434. Sending ReadEeprom block (Address: $06F0, Count: $10)
  435. Sending ReadEeprom block (Address: $0700, Count: $10)
  436. Sending ReadEeprom block (Address: $0710, Count: $10)
  437. Sending ReadEeprom block (Address: $0720, Count: $10)
  438. Sending ReadEeprom block (Address: $0730, Count: $10)
  439. Sending ReadEeprom block (Address: $0740, Count: $10)
  440. Sending ReadEeprom block (Address: $0750, Count: $10)
  441. Sending ReadEeprom block (Address: $0760, Count: $10)
  442. Sending ReadEeprom block (Address: $0770, Count: $10)
  443. Sending ReadEeprom block (Address: $0780, Count: $10)
  444. Sending ReadEeprom block (Address: $0790, Count: $10)
  445. Sending ReadEeprom block (Address: $07A0, Count: $10)
  446. Sending ReadEeprom block (Address: $07B0, Count: $10)
  447. Sending ReadEeprom block (Address: $07C0, Count: $10)
  448. Sending ReadEeprom block (Address: $07D0, Count: $10)
  449. Sending ReadEeprom block (Address: $07E0, Count: $10)
  450. Sending ReadEeprom block (Address: $07F0, Count: $10)
  451.  
  452. **********************************************************************
  453. *** Warning: Some bytes could not be read and were replaced with 0 ***
  454. **********************************************************************
  455.  
  456. Saved EEPROM dump to ora.bin
  457. Sending EndCommunication block
  458.  
Advertisement
Add Comment
Please, Sign In to add comment