Advertisement
kolaCZek

Ioniq - ON (AC connected)

Dec 23rd, 2020 (edited)
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.98 KB | None | 0 0
  1. Problem to initialize SIM800L module, retry in 1 sec
  2. ets Jul 29 2019 12:21:46
  3.  
  4. rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
  5. configsip: 0, SPIWP:0xee
  6. clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
  7. mode:DIO, clock div:1
  8. load:0x3fff0018,len:4
  9. load:0x3fff001c,len:1216
  10. ho 0 tail 12 room 4
  11. load:0x40078000,len:9720
  12. ho 0 tail 12 room 4
  13. load:0x40080400,len:6352
  14. entry 0x400806b8
  15.  
  16. Booting device...
  17. Reading settings from eeprom.
  18. Loaded settings ver.: 5
  19. Init tft display
  20. Setting SIM800L module. HW port: 2
  21. SIM800L module initialized
  22. Setting GPRS APN to: internet.t-mobile.cz
  23. GPRS APN set OK
  24. BoardInterface::afterSetup
  25. Init communication device: 1
  26. CAN connectDevice
  27. Entering Configuration Mode Successful!
  28. Setting Baudrate Successful!
  29. MCP2515 Initialized Successfully!
  30. >>> AT Z
  31. executeCommand AT Z
  32. init_can() done
  33. Device setup completed
  34. Sending data via GPRS
  35. No valid data, skipping data send
  36. >>> AT I
  37. executeCommand AT I
  38. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  39. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  40. Flow control frame sent 0 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  41. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  42. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  43. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  44. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  45. CAN execution timeout (multiframe message).
  46. CAN execution timeout. Continue with next command.
  47. >>> AT E0
  48. executeCommand AT E0
  49. >>> AT L0
  50. executeCommand AT L0
  51. >>> AT S0
  52. executeCommand AT S0
  53. >>> AT SP 6
  54. executeCommand AT SP 6
  55. >>> AT DP
  56. executeCommand AT DP
  57. >>> AT ST16
  58. executeCommand AT ST16
  59. >>> ATSH7E4
  60. executeCommand ATSH7E4
  61. >>> 2101
  62. executeCommand 2101
  63. SENT 2020 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  64. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x3D 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  65. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  66. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  67. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  68. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  69. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  70. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  71. ----Processing ConsecFrame payload: 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  72. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xE9 0x0F 0x23 0x0B 0x0B 0x0B 0x0B
  73. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  74. ----Processing ConsecFrame payload: 0xE9 0x0F 0x23 0x0B 0x0B 0x0B 0x0B
  75. ------merging packet index 0 with length 6
  76. ------merging packet index 1 with length 7
  77. ------merging packet index 2 with length 7
  78. merged:62B002E00000B21B562648A3FFE90F230B0B0B0B
  79. >>> 2102
  80. executeCommand 2102
  81. SENT 2020 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  82. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x05
  83. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  84. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x05
  85. ------merging packet index 0 with length 6
  86. ------merging packet index 1 with length 7
  87. ------merging packet index 2 with length 7
  88. ------merging packet index 3 with length 7
  89. merged:62B002E00000B21B562648A3FFE90F230B0B0B0B62B002E00000B21B562648A3FFE90F230B0B0B0B0B0B0B000BC905
  90. >>> 2103
  91. executeCommand 2103
  92. SENT 2020 0x02 0x21 0x03 0x00 0x00 0x00 0x00 0x00
  93. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  94. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  95. ----Processing ConsecFrame payload: 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  96. ------merging packet index 0 with length 6
  97. ------merging packet index 1 with length 7
  98. ------merging packet index 2 with length 7
  99. ------merging packet index 3 with length 7
  100. ------merging packet index 4 with length 0
  101. ------merging packet index 5 with length 7
  102. merged:62B002E00000B21B562648A3FFE90F230B0B0B0B62B002E00000B21B562648A3FFE90F230B0B0B0B0B0B0B000BC90562B002E00000B21B562648A3FFE90F230B0B0B0B0B0B0B000BC9052C1700012A1400
  103. >>> 2104
  104. executeCommand 2104
  105. SENT 2020 0x02 0x21 0x04 0x00 0x00 0x00 0x00 0x00
  106. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x28 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  107. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  108. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  109. ------merging packet index 0 with length 6
  110. ------merging packet index 1 with length 7
  111. ------merging packet index 2 with length 7
  112. ------merging packet index 3 with length 7
  113. ------merging packet index 4 with length 0
  114. ------merging packet index 5 with length 7
  115. ------merging packet index 6 with length 0
  116. ------merging packet index 7 with length 0
  117. ------merging packet index 8 with length 7
  118. merged:62B002E00000B21B562648A3FFE90F230B0B0B0B62B002E00000B21B562648A3FFE90F230B0B0B0B0B0B0B000BC90562B002E00000B21B562648A3FFE90F230B0B0B0B0B0B0B000BC9052C1700012A140062B002E00000B21B562648A3FFE90F230B0B0B0B0B0B0B000BC9052C1700012A14000000000003E800
  119. >>> 2105
  120. executeCommand 2105
  121. SENT 2020 0x02 0x21 0x05 0x00 0x00 0x00 0x00 0x00
  122. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  123. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  124. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  125. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x2D 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  126. ----Processing FirstFrame payload: 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  127. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0x0A 0x00 0x00 0x90 0x00 0x01
  128. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  129. ----Processing ConsecFrame payload: 0xC9 0x0A 0x00 0x00 0x90 0x00 0x01
  130. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  131. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  132. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  133. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  134. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  135. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  136. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x26 0x48 0x00 0x01 0x50 0x0A 0x0A
  137. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  138. ----Processing ConsecFrame payload: 0x26 0x48 0x00 0x01 0x50 0x0A 0x0A
  139. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  140. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  141. ----Processing ConsecFrame payload: 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  142. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  143. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  144. ----Processing ConsecFrame payload: 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  145. ------merging packet index 0 with length 6
  146. ------merging packet index 1 with length 7
  147. ------merging packet index 2 with length 7
  148. ------merging packet index 3 with length 7
  149. ------merging packet index 4 with length 7
  150. ------merging packet index 5 with length 7
  151. merged:6105FFFFFFFF00000000000B0B0B0B0B0B0B1B5626480001500A0A03E80203E831BA00310000000000
  152. >>> 2106
  153. executeCommand 2106
  154. SENT 2020 0x02 0x21 0x06 0x00 0x00 0x00 0x00 0x00
  155. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  156. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  157. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  158. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x03 0x7F 0x21 0x12 0x00 0x00 0x00 0x00
  159. ----Processing SingleFrame payload: 0x7F 0x21 0x12
  160. merged:7F2112
  161. ------merging packet index 0 with length 6
  162. merged:7F211262B002E00000
  163. >>> ATSH7E2
  164. executeCommand ATSH7E2
  165. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  166. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  167. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  168. ------merging packet index 0 with length 6
  169. ------merging packet index 1 with length 0
  170. ------merging packet index 2 with length 0
  171. ------merging packet index 3 with length 0
  172. ------merging packet index 4 with length 0
  173. ------merging packet index 5 with length 0
  174. ------merging packet index 6 with length 7
  175. merged:7F211262B002E0000062B002E0000000000000000000
  176. >>> 2101
  177. executeCommand 2101
  178. SENT 2018 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  179. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x10 0x16 0x61 0x01 0xFF 0xE0 0x00 0x00
  180. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xE0 0x00 0x00
  181. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  182. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x21 0x09 0x21 0x12 0x04 0x06 0x13 0x03
  183. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  184. ----Processing ConsecFrame payload: 0x09 0x21 0x12 0x04 0x06 0x13 0x03
  185. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x22 0x00 0x00 0x00 0x00 0xA0 0x75 0x34
  186. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  187. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0xA0 0x75 0x34
  188. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x23 0x07 0x20 0x00 0x00 0x00 0x00 0x00
  189. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  190. ----Processing ConsecFrame payload: 0x07 0x20 0x00 0x00 0x00 0x00 0x00
  191. ------merging packet index 0 with length 6
  192. ------merging packet index 1 with length 7
  193. ------merging packet index 2 with length 7
  194. ------merging packet index 3 with length 7
  195. merged:6101FFE000000921120406130300000000A0753407200000000000
  196. >>> 2102
  197. executeCommand 2102
  198. SENT 2018 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  199. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x10 0x17 0x61 0x02 0xFF 0x80 0x00 0x00
  200. ----Processing FirstFrame payload: 0x61 0x02 0xFF 0x80 0x00 0x00
  201. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  202. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x21 0x01 0x01 0x00 0x00 0x00 0x93 0x25
  203. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  204. ----Processing ConsecFrame payload: 0x01 0x01 0x00 0x00 0x00 0x93 0x25
  205. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  206. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  207. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x22 0xC2 0x72 0x7B 0x39 0xEB 0x0E 0x56
  208. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  209. ----Processing ConsecFrame payload: 0xC2 0x72 0x7B 0x39 0xEB 0x0E 0x56
  210. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x23 0x97 0xBB 0x38 0x00 0x00 0x00 0x00
  211. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  212. ----Processing ConsecFrame payload: 0x97 0xBB 0x38 0x00 0x00 0x00 0x00
  213. ------merging packet index 0 with length 6
  214. ------merging packet index 1 with length 0
  215. ------merging packet index 2 with length 7
  216. ------merging packet index 3 with length 7
  217. merged:62B002E00000C2727B39EB0E5697BB3800000000
  218. >>> ATSH770
  219. executeCommand ATSH770
  220. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  221. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  222. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  223. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  224. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  225. CAN execution timeout (multiframe message).
  226. CAN execution timeout. Continue with next command.
  227. >>> 22BC03
  228. executeCommand 22BC03
  229. SENT 1904 0x03 0x22 0xBC 0x03 0x00 0x00 0x00 0x00
  230. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x10 0x0B 0x62 0xBC 0x03 0xFD 0xEE 0x3C
  231. ----Processing FirstFrame payload: 0x62 0xBC 0x03 0xFD 0xEE 0x3C
  232. Flow control frame sent 1904 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  233. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x21 0x73 0x00 0x60 0x2C 0x00 0xAA 0xAA
  234. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  235. ----Processing ConsecFrame payload: 0x73 0x00 0x60 0x2C 0x00 0xAA 0xAA
  236. ------merging packet index 0 with length 6
  237. ------merging packet index 1 with length 7
  238. merged:62BC03FDEE3C7300602C00AAAA
  239. >>> 22BC06
  240. executeCommand 22BC06
  241. SENT 1904 0x03 0x22 0xBC 0x06 0x00 0x00 0x00 0x00
  242. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  243. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  244. Flow control frame sent 1904 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  245. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x10 0x0B 0x62 0xBC 0x06 0xB4 0x80 0x00
  246. ----Processing FirstFrame payload: 0x62 0xBC 0x06 0xB4 0x80 0x00
  247. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0xAA 0xAA
  248. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  249. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0xAA 0xAA
  250. ------merging packet index 0 with length 6
  251. ------merging packet index 1 with length 7
  252. merged:62BC06B480000000000000AAAA
  253. >>> ATSH7B3
  254. executeCommand ATSH7B3
  255. >>> 220100
  256. executeCommand 220100
  257. SENT 1971 0x03 0x22 0x01 0x00 0x00 0x00 0x00 0x00
  258. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x10 0x26 0x62 0x01 0x00 0x7E 0x50 0x07
  259. ----Processing FirstFrame payload: 0x62 0x01 0x00 0x7E 0x50 0x07
  260. Flow control frame sent 1971 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  261. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  262. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  263. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x21 0xC8 0xFF 0x6B 0x65 0x60 0x00 0xEF
  264. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  265. ----Processing ConsecFrame payload: 0xC8 0xFF 0x6B 0x65 0x60 0x00 0xEF
  266. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x22 0xEF 0xFF 0xFF 0xEF 0xFF 0x10 0xFF
  267. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  268. ----Processing ConsecFrame payload: 0xEF 0xFF 0xFF 0xEF 0xFF 0x10 0xFF
  269. ------merging packet index 0 with length 6
  270. ------merging packet index 1 with length 7
  271. ------merging packet index 2 with length 7
  272. merged:62B002E00000C8FF6B656000EFEFFFFFEFFF10FF
  273. >>> 220102
  274. executeCommand 220102
  275. SENT 1971 0x03 0x22 0x01 0x02 0x00 0x00 0x00 0x00
  276. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x24 0xFF 0x56 0x56 0x74 0x6E 0x00 0xFF
  277. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  278. ----Processing ConsecFrame payload: 0xFF 0x56 0x56 0x74 0x6E 0x00 0xFF
  279. ------merging packet index 0 with length 6
  280. ------merging packet index 1 with length 7
  281. ------merging packet index 2 with length 7
  282. ------merging packet index 3 with length 0
  283. ------merging packet index 4 with length 7
  284. merged:62B002E00000C8FF6B656000EFEFFFFFEFFF10FF62B002E00000C8FF6B656000EFEFFFFFEFFF10FFFF5656746E00FF
  285. >>> ATSH7A0
  286. executeCommand ATSH7A0
  287. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x10 0x10 0x62 0x01 0x02 0xFF 0x80 0x00
  288. ----Processing FirstFrame payload: 0x62 0x01 0x02 0xFF 0x80 0x00
  289. Flow control frame sent 1971 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  290. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x21 0x00 0xAD 0x5F 0x01 0x01 0x00 0x01
  291. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  292. ----Processing ConsecFrame payload: 0x00 0xAD 0x5F 0x01 0x01 0x00 0x01
  293. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  294. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  295. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x22 0x00 0x01 0x3A 0x00 0x00 0x00 0x00
  296. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  297. ----Processing ConsecFrame payload: 0x00 0x01 0x3A 0x00 0x00 0x00 0x00
  298. >>> 22c00b
  299. executeCommand 22c00b
  300. SENT 1952 0x03 0x22 0xC0 0x0B 0x00 0x00 0x00 0x00
  301. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x10 0x17 0x62 0xC0 0x0B 0xFF 0xFF 0x00
  302. ----Processing FirstFrame payload: 0x62 0xC0 0x0B 0xFF 0xFF 0x00
  303. Flow control frame sent 1952 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  304. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x23 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
  305. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  306. ----Processing ConsecFrame payload: 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
  307. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x21 0x00 0xB7 0x3D 0x01 0x00 0xB6 0x3D
  308. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  309. ----Processing ConsecFrame payload: 0x00 0xB7 0x3D 0x01 0x00 0xB6 0x3D
  310. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x22 0x01 0x00 0xB4 0x3D 0x01 0x00 0xB5
  311. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  312. ----Processing ConsecFrame payload: 0x01 0x00 0xB4 0x3D 0x01 0x00 0xB5
  313. ------merging packet index 0 with length 6
  314. ------merging packet index 1 with length 7
  315. ------merging packet index 2 with length 7
  316. ------merging packet index 3 with length 7
  317. merged:62C00BFFFF0000B73D0100B63D0100B43D0100B5FFFFFFFFFFFFFF
  318. >>> ATSH7C6
  319. executeCommand ATSH7C6
  320. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  321. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  322. Flow control frame sent 1952 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  323. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x23 0x3C 0x01 0x00 0xAA 0xAA 0xAA 0xAA
  324. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  325. ----Processing ConsecFrame payload: 0x3C 0x01 0x00 0xAA 0xAA 0xAA 0xAA
  326. >>> 22B002
  327. executeCommand 22B002
  328. SENT 1990 0x03 0x22 0xB0 0x02 0x00 0x00 0x00 0x00
  329. CAN execution timeout. Continue with next command.
  330. >>> ATSH7E4
  331. executeCommand ATSH7E4
  332. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  333. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  334. Flow control frame sent 1990 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  335. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x21 0x00 0x00 0xA8 0x00 0x3B 0x0B 0x00
  336. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  337. ----Processing ConsecFrame payload: 0x00 0x00 0xA8 0x00 0x3B 0x0B 0x00
  338. >>> 2101
  339. executeCommand 2101
  340. SENT 2020 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  341. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x3D 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  342. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  343. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  344. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x22 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  345. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  346. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  347. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  348. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  349. ----Processing ConsecFrame payload: 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  350. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xEE 0x0F 0x22 0x0B 0x0B 0x0B 0x0B
  351. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  352. ----Processing ConsecFrame payload: 0xEE 0x0F 0x22 0x0B 0x0B 0x0B 0x0B
  353. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x05
  354. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  355. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x05
  356. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0x4F 0x00 0x00 0x8F 0x00 0x01
  357. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  358. ----Processing ConsecFrame payload: 0xC9 0x4F 0x00 0x00 0x8F 0x00 0x01
  359. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  360. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  361. ----Processing ConsecFrame payload: 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  362. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x6F 0x22 0x00 0x00 0x69 0xF6
  363. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  364. ----Processing ConsecFrame payload: 0x00 0x6F 0x22 0x00 0x00 0x69 0xF6
  365. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x27 0x00 0x34 0x5D 0x92 0x09 0x01 0x83
  366. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  367. ----Processing ConsecFrame payload: 0x00 0x34 0x5D 0x92 0x09 0x01 0x83
  368. ------merging packet index 0 with length 6
  369. ------merging packet index 1 with length 7
  370. ------merging packet index 2 with length 7
  371. ------merging packet index 3 with length 7
  372. ------merging packet index 4 with length 7
  373. ------merging packet index 5 with length 7
  374. ------merging packet index 6 with length 7
  375. ------merging packet index 7 with length 7
  376. merged:6101FFFFFFFFB21B562648A3FFEE0F220B0B0B0B0B0B0B000BC905C94F00008F00012C1700012A1400006F22000069F600345D92090183
  377. >>> 2102
  378. executeCommand 2102
  379. SENT 2020 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  380. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x28 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  381. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  382. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  383. ------merging packet index 0 with length 6
  384. ------merging packet index 1 with length 7
  385. ------merging packet index 2 with length 7
  386. ------merging packet index 3 with length 7
  387. ------merging packet index 4 with length 7
  388. ------merging packet index 5 with length 7
  389. ------merging packet index 6 with length 7
  390. ------merging packet index 7 with length 7
  391. ------merging packet index 8 with length 7
  392. merged:6101FFFFFFFFB21B562648A3FFEE0F220B0B0B0B0B0B0B000BC905C94F00008F00012C1700012A1400006F22000069F600345D920901836101FFFFFFFFB21B562648A3FFEE0F220B0B0B0B0B0B0B000BC905C94F00008F00012C1700012A1400006F22000069F600345D920901830000000003E800
  393. >>> 2103
  394. executeCommand 2103
  395. SENT 2020 0x02 0x21 0x03 0x00 0x00 0x00 0x00 0x00
  396. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x03 0xFF 0xFF 0xFF 0xFF
  397. ----Processing FirstFrame payload: 0x61 0x03 0xFF 0xFF 0xFF 0xFF
  398. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  399. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x02 0xFF 0xFF 0xFF 0xFF
  400. ----Processing FirstFrame payload: 0x61 0x02 0xFF 0xFF 0xFF 0xFF
  401. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  402. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  403. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  404. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  405. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  406. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  407. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  408. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  409. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  410. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  411. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  412. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  413. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  414. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  415. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  416. ------merging packet index 0 with length 6
  417. ------merging packet index 1 with length 7
  418. ------merging packet index 2 with length 7
  419. ------merging packet index 3 with length 7
  420. ------merging packet index 4 with length 7
  421. ------merging packet index 5 with length 7
  422. merged:6102FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  423. >>> 2104
  424. executeCommand 2104
  425. SENT 2020 0x02 0x21 0x04 0x00 0x00 0x00 0x00 0x00
  426. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x04 0xFF 0xFF 0xFF 0xFF
  427. ----Processing FirstFrame payload: 0x61 0x04 0xFF 0xFF 0xFF 0xFF
  428. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  429. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  430. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  431. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  432. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  433. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  434. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  435. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  436. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  437. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  438. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  439. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  440. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  441. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  442. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  443. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  444. ------merging packet index 0 with length 6
  445. ------merging packet index 1 with length 7
  446. ------merging packet index 2 with length 7
  447. ------merging packet index 3 with length 7
  448. ------merging packet index 4 with length 7
  449. ------merging packet index 5 with length 7
  450. merged:6104FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  451. >>> 2105
  452. executeCommand 2105
  453. SENT 2020 0x02 0x21 0x05 0x00 0x00 0x00 0x00 0x00
  454. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x2D 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  455. ----Processing FirstFrame payload: 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  456. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  457. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  458. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  459. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  460. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  461. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  462. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  463. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x26 0x48 0x00 0x01 0x55 0x0A 0x0B
  464. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  465. ----Processing ConsecFrame payload: 0x26 0x48 0x00 0x01 0x55 0x0A 0x0B
  466. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  467. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  468. ----Processing ConsecFrame payload: 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  469. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  470. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  471. ----Processing ConsecFrame payload: 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  472. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  473. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  474. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  475. ------merging packet index 0 with length 6
  476. ------merging packet index 1 with length 7
  477. ------merging packet index 2 with length 7
  478. ------merging packet index 3 with length 7
  479. ------merging packet index 4 with length 7
  480. ------merging packet index 5 with length 7
  481. ------merging packet index 6 with length 7
  482. merged:6105FFFFFFFF00000000000B0B0B0B0B0B0B1B5626480001550A0B03E80203E831BA0031000000000000000000000000
  483. >>> 2106
  484. executeCommand 2106
  485. SENT 2020 0x02 0x21 0x06 0x00 0x00 0x00 0x00 0x00
  486. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x03 0x7F 0x21 0x12 0x00 0x00 0x00 0x00
  487. ----Processing SingleFrame payload: 0x7F 0x21 0x12
  488. merged:7F2112
  489. ------merging packet index 0 with length 6
  490. ------merging packet index 1 with length 7
  491. ------merging packet index 2 with length 7
  492. ------merging packet index 3 with length 7
  493. ------merging packet index 4 with length 7
  494. ------merging packet index 5 with length 7
  495. ------merging packet index 6 with length 7
  496. merged:7F21126105FFFFFFFF00000000000B0B0B0B0B0B0B1B5626480001550A0B03E80203E831BA0031000000000000000000000000
  497. >>> ATSH7E2
  498. executeCommand ATSH7E2
  499. >>> 2101
  500. executeCommand 2101
  501. SENT 2018 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  502. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x10 0x16 0x61 0x01 0xFF 0xE0 0x00 0x00
  503. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xE0 0x00 0x00
  504. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  505. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x21 0x09 0x21 0x12 0x01 0x06 0x11 0x03
  506. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  507. ----Processing ConsecFrame payload: 0x09 0x21 0x12 0x01 0x06 0x11 0x03
  508. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x22 0x00 0x00 0x00 0x00 0x94 0x75 0x34
  509. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  510. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x94 0x75 0x34
  511. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x23 0x07 0x20 0x00 0x00 0x00 0x00 0x00
  512. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  513. ----Processing ConsecFrame payload: 0x07 0x20 0x00 0x00 0x00 0x00 0x00
  514. ------merging packet index 0 with length 6
  515. ------merging packet index 1 with length 7
  516. ------merging packet index 2 with length 7
  517. ------merging packet index 3 with length 7
  518. merged:6101FFE00000092112010611030000000094753407200000000000
  519. >>> 2102
  520. executeCommand 2102
  521. SENT 2018 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  522. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x10 0x17 0x61 0x02 0xFF 0x80 0x00 0x00
  523. ----Processing FirstFrame payload: 0x61 0x02 0xFF 0x80 0x00 0x00
  524. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  525. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x21 0x01 0x01 0x00 0x00 0x00 0x93 0x26
  526. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  527. ----Processing ConsecFrame payload: 0x01 0x01 0x00 0x00 0x00 0x93 0x26
  528. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x23 0x97 0xB5 0x38 0x00 0x00 0x00 0x00
  529. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  530. ----Processing ConsecFrame payload: 0x97 0xB5 0x38 0x00 0x00 0x00 0x00
  531. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x22 0xC2 0x72 0x86 0x39 0xF6 0x0E 0x50
  532. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  533. ----Processing ConsecFrame payload: 0xC2 0x72 0x86 0x39 0xF6 0x0E 0x50
  534. ------merging packet index 0 with length 6
  535. ------merging packet index 1 with length 7
  536. ------merging packet index 2 with length 7
  537. ------merging packet index 3 with length 7
  538. merged:6102FF80000001010000009326C2728639F60E5097B53800000000
  539. >>> ATSH770
  540. executeCommand ATSH770
  541. >>> 22BC03
  542. executeCommand 22BC03
  543. SENT 1904 0x03 0x22 0xBC 0x03 0x00 0x00 0x00 0x00
  544. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x10 0x0B 0x62 0xBC 0x03 0xFD 0xEE 0x3C
  545. ----Processing FirstFrame payload: 0x62 0xBC 0x03 0xFD 0xEE 0x3C
  546. Flow control frame sent 1904 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  547. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x21 0x73 0x00 0x60 0x2C 0x00 0xAA 0xAA
  548. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  549. ----Processing ConsecFrame payload: 0x73 0x00 0x60 0x2C 0x00 0xAA 0xAA
  550. ------merging packet index 0 with length 6
  551. ------merging packet index 1 with length 7
  552. merged:62BC03FDEE3C7300602C00AAAA
  553. >>> 22BC06
  554. executeCommand 22BC06
  555. SENT 1904 0x03 0x22 0xBC 0x06 0x00 0x00 0x00 0x00
  556. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x10 0x0B 0x62 0xBC 0x06 0xB4 0x80 0x00
  557. ----Processing FirstFrame payload: 0x62 0xBC 0x06 0xB4 0x80 0x00
  558. Flow control frame sent 1904 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  559. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0xAA 0xAA
  560. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  561. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0xAA 0xAA
  562. ------merging packet index 0 with length 6
  563. ------merging packet index 1 with length 7
  564. merged:62BC06B480000000000000AAAA
  565. >>> ATSH7B3
  566. executeCommand ATSH7B3
  567. >>> 220100
  568. executeCommand 220100
  569. SENT 1971 0x03 0x22 0x01 0x00 0x00 0x00 0x00 0x00
  570. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x10 0x26 0x62 0x01 0x00 0x7E 0x50 0x07
  571. ----Processing FirstFrame payload: 0x62 0x01 0x00 0x7E 0x50 0x07
  572. Flow control frame sent 1971 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  573. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x21 0xC8 0xFF 0x6C 0x65 0x60 0x00 0xEF
  574. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  575. ----Processing ConsecFrame payload: 0xC8 0xFF 0x6C 0x65 0x60 0x00 0xEF
  576. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x22 0xEF 0xFF 0xFF 0xEF 0xFF 0x10 0xFF
  577. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  578. ----Processing ConsecFrame payload: 0xEF 0xFF 0xFF 0xEF 0xFF 0x10 0xFF
  579. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x23 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
  580. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  581. ----Processing ConsecFrame payload: 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
  582. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x25 0xFF 0x01 0xFF 0xFF 0x00 0x00 0x00
  583. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  584. ----Processing ConsecFrame payload: 0xFF 0x01 0xFF 0xFF 0x00 0x00 0x00
  585. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x24 0xFF 0x56 0x56 0x75 0x6E 0x00 0xFF
  586. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  587. ----Processing ConsecFrame payload: 0xFF 0x56 0x56 0x75 0x6E 0x00 0xFF
  588. ------merging packet index 0 with length 6
  589. ------merging packet index 1 with length 7
  590. ------merging packet index 2 with length 7
  591. ------merging packet index 3 with length 7
  592. ------merging packet index 4 with length 7
  593. ------merging packet index 5 with length 7
  594. merged:6201007E5007C8FF6C656000EFEFFFFFEFFF10FFFFFFFFFFFFFFFFFF5656756E00FFFF01FFFF000000
  595. >>> 220102
  596. executeCommand 220102
  597. SENT 1971 0x03 0x22 0x01 0x02 0x00 0x00 0x00 0x00
  598. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x10 0x10 0x62 0x01 0x02 0xFF 0x80 0x00
  599. ----Processing FirstFrame payload: 0x62 0x01 0x02 0xFF 0x80 0x00
  600. Flow control frame sent 1971 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  601. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x21 0x00 0xAE 0x5F 0x01 0x01 0x00 0x01
  602. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  603. ----Processing ConsecFrame payload: 0x00 0xAE 0x5F 0x01 0x01 0x00 0x01
  604. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x22 0x00 0x01 0x3A 0x00 0x00 0x00 0x00
  605. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  606. ----Processing ConsecFrame payload: 0x00 0x01 0x3A 0x00 0x00 0x00 0x00
  607. ------merging packet index 0 with length 6
  608. ------merging packet index 1 with length 7
  609. ------merging packet index 2 with length 7
  610. merged:620102FF800000AE5F0101000100013A00000000
  611. >>> ATSH7A0
  612. executeCommand ATSH7A0
  613. >>> 22c00b
  614. executeCommand 22c00b
  615. SENT 1952 0x03 0x22 0xC0 0x0B 0x00 0x00 0x00 0x00
  616. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x10 0x17 0x62 0xC0 0x0B 0xFF 0xFF 0x00
  617. ----Processing FirstFrame payload: 0x62 0xC0 0x0B 0xFF 0xFF 0x00
  618. Flow control frame sent 1952 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  619. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x21 0x00 0xB7 0x3D 0x01 0x00 0xB6 0x3D
  620. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  621. ----Processing ConsecFrame payload: 0x00 0xB7 0x3D 0x01 0x00 0xB6 0x3D
  622. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x22 0x01 0x00 0xB4 0x3D 0x01 0x00 0xB5
  623. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  624. ----Processing ConsecFrame payload: 0x01 0x00 0xB4 0x3D 0x01 0x00 0xB5
  625. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x23 0x3C 0x01 0x00 0xAA 0xAA 0xAA 0xAA
  626. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  627. ----Processing ConsecFrame payload: 0x3C 0x01 0x00 0xAA 0xAA 0xAA 0xAA
  628. ------merging packet index 0 with length 6
  629. ------merging packet index 1 with length 7
  630. ------merging packet index 2 with length 7
  631. ------merging packet index 3 with length 7
  632. merged:62C00BFFFF0000B73D0100B63D0100B43D0100B53C0100AAAAAAAA
  633. >>> ATSH7C6
  634. executeCommand ATSH7C6
  635. >>> 22B002
  636. executeCommand 22B002
  637. SENT 1990 0x03 0x22 0xB0 0x02 0x00 0x00 0x00 0x00
  638. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  639. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  640. Flow control frame sent 1990 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  641. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x21 0x00 0x00 0xA9 0x00 0x3B 0x0B 0x00
  642. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  643. ----Processing ConsecFrame payload: 0x00 0x00 0xA9 0x00 0x3B 0x0B 0x00
  644. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x22 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  645. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  646. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  647. ------merging packet index 0 with length 6
  648. ------merging packet index 1 with length 7
  649. ------merging packet index 2 with length 7
  650. merged:62B002E000000000A9003B0B0000000000000000
  651. >>> ATSH7E4
  652. executeCommand ATSH7E4
  653. >>> 2101
  654. executeCommand 2101
  655. SENT 2020 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  656. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x3D 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  657. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  658. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  659. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  660. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  661. ----Processing ConsecFrame payload: 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  662. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xEE 0x0F 0x22 0x0B 0x0B 0x0B 0x0B
  663. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  664. ----Processing ConsecFrame payload: 0xEE 0x0F 0x22 0x0B 0x0B 0x0B 0x0B
  665. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x05
  666. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  667. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x05
  668. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0x0A 0x00 0x00 0x8F 0x00 0x01
  669. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  670. ----Processing ConsecFrame payload: 0xC9 0x0A 0x00 0x00 0x8F 0x00 0x01
  671. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  672. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  673. ----Processing ConsecFrame payload: 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  674. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x6F 0x22 0x00 0x00 0x69 0xF6
  675. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  676. ----Processing ConsecFrame payload: 0x00 0x6F 0x22 0x00 0x00 0x69 0xF6
  677. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x27 0x00 0x34 0x5D 0x94 0x09 0x01 0x83
  678. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  679. ----Processing ConsecFrame payload: 0x00 0x34 0x5D 0x94 0x09 0x01 0x83
  680. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x28 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  681. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  682. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  683. ------merging packet index 0 with length 6
  684. ------merging packet index 1 with length 7
  685. ------merging packet index 2 with length 7
  686. ------merging packet index 3 with length 7
  687. ------merging packet index 4 with length 7
  688. ------merging packet index 5 with length 7
  689. ------merging packet index 6 with length 7
  690. ------merging packet index 7 with length 7
  691. ------merging packet index 8 with length 7
  692. merged:6101FFFFFFFFB21B562648A3FFEE0F220B0B0B0B0B0B0B000BC905C90A00008F00012C1700012A1400006F22000069F600345D940901830000000003E800
  693. >>> 2102
  694. executeCommand 2102
  695. SENT 2020 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  696. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x02 0xFF 0xFF 0xFF 0xFF
  697. ----Processing FirstFrame payload: 0x61 0x02 0xFF 0xFF 0xFF 0xFF
  698. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  699. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  700. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  701. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  702. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  703. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  704. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  705. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  706. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  707. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  708. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  709. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  710. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  711. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  712. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  713. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  714. ------merging packet index 0 with length 6
  715. ------merging packet index 1 with length 7
  716. ------merging packet index 2 with length 7
  717. ------merging packet index 3 with length 7
  718. ------merging packet index 4 with length 7
  719. ------merging packet index 5 with length 7
  720. merged:6102FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  721. >>> 2103
  722. executeCommand 2103
  723. SENT 2020 0x02 0x21 0x03 0x00 0x00 0x00 0x00 0x00
  724. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x03 0xFF 0xFF 0xFF 0xFF
  725. ----Processing FirstFrame payload: 0x61 0x03 0xFF 0xFF 0xFF 0xFF
  726. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  727. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  728. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  729. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  730. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  731. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  732. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  733. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  734. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  735. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  736. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  737. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  738. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  739. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  740. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  741. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  742. ------merging packet index 0 with length 6
  743. ------merging packet index 1 with length 7
  744. ------merging packet index 2 with length 7
  745. ------merging packet index 3 with length 7
  746. ------merging packet index 4 with length 7
  747. ------merging packet index 5 with length 7
  748. merged:6103FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  749. >>> 2104
  750. executeCommand 2104
  751. SENT 2020 0x02 0x21 0x04 0x00 0x00 0x00 0x00 0x00
  752. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x04 0xFF 0xFF 0xFF 0xFF
  753. ----Processing FirstFrame payload: 0x61 0x04 0xFF 0xFF 0xFF 0xFF
  754. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  755. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  756. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  757. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  758. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  759. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  760. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  761. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  762. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  763. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  764. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  765. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  766. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  767. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  768. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  769. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  770. ------merging packet index 0 with length 6
  771. ------merging packet index 1 with length 7
  772. ------merging packet index 2 with length 7
  773. ------merging packet index 3 with length 7
  774. ------merging packet index 4 with length 7
  775. ------merging packet index 5 with length 7
  776. merged:6104FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  777. >>> 2105
  778. executeCommand 2105
  779. SENT 2020 0x02 0x21 0x05 0x00 0x00 0x00 0x00 0x00
  780. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x2D 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  781. ----Processing FirstFrame payload: 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  782. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  783. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  784. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  785. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  786. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  787. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  788. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  789. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x26 0x48 0x00 0x01 0x50 0x0B 0x0B
  790. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  791. ----Processing ConsecFrame payload: 0x26 0x48 0x00 0x01 0x50 0x0B 0x0B
  792. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  793. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  794. ----Processing ConsecFrame payload: 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  795. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  796. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  797. ----Processing ConsecFrame payload: 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  798. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  799. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  800. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  801. ------merging packet index 0 with length 6
  802. ------merging packet index 1 with length 7
  803. ------merging packet index 2 with length 7
  804. ------merging packet index 3 with length 7
  805. ------merging packet index 4 with length 7
  806. ------merging packet index 5 with length 7
  807. ------merging packet index 6 with length 7
  808. merged:6105FFFFFFFF00000000000B0B0B0B0B0B0B1B5626480001500B0B03E80203E831BA0031000000000000000000000000
  809. >>> 2106
  810. executeCommand 2106
  811. SENT 2020 0x02 0x21 0x06 0x00 0x00 0x00 0x00 0x00
  812. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x03 0x7F 0x21 0x12 0x00 0x00 0x00 0x00
  813. ----Processing SingleFrame payload: 0x7F 0x21 0x12
  814. merged:7F2112
  815. ------merging packet index 0 with length 6
  816. ------merging packet index 1 with length 7
  817. ------merging packet index 2 with length 7
  818. ------merging packet index 3 with length 7
  819. ------merging packet index 4 with length 7
  820. ------merging packet index 5 with length 7
  821. ------merging packet index 6 with length 7
  822. merged:7F21126105FFFFFFFF00000000000B0B0B0B0B0B0B1B5626480001500B0B03E80203E831BA0031000000000000000000000000
  823. >>> ATSH7E2
  824. executeCommand ATSH7E2
  825. >>> 2101
  826. executeCommand 2101
  827. SENT 2018 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  828. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x10 0x16 0x61 0x01 0xFF 0xE0 0x00 0x00
  829. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xE0 0x00 0x00
  830. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  831. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x21 0x09 0x21 0x12 0x01 0x06 0x16 0x03
  832. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  833. ----Processing ConsecFrame payload: 0x09 0x21 0x12 0x01 0x06 0x16 0x03
  834. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x22 0x00 0x00 0x00 0x00 0x79 0x75 0x34
  835. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  836. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x79 0x75 0x34
  837. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x23 0x07 0x20 0x00 0x00 0x00 0x00 0x00
  838. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  839. ----Processing ConsecFrame payload: 0x07 0x20 0x00 0x00 0x00 0x00 0x00
  840. ------merging packet index 0 with length 6
  841. ------merging packet index 1 with length 7
  842. ------merging packet index 2 with length 7
  843. ------merging packet index 3 with length 7
  844. merged:6101FFE00000092112010616030000000079753407200000000000
  845. >>> 2102
  846. executeCommand 2102
  847. SENT 2018 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  848. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x10 0x17 0x61 0x02 0xFF 0x80 0x00 0x00
  849. ----Processing FirstFrame payload: 0x61 0x02 0xFF 0x80 0x00 0x00
  850. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  851. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x21 0x01 0x01 0x00 0x00 0x00 0x93 0x28
  852. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  853. ----Processing ConsecFrame payload: 0x01 0x01 0x00 0x00 0x00 0x93 0x28
  854. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x22 0xC2 0x72 0x8D 0x39 0xA3 0x0F 0x4B
  855. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  856. ----Processing ConsecFrame payload: 0xC2 0x72 0x8D 0x39 0xA3 0x0F 0x4B
  857. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x23 0x97 0xCE 0x38 0x00 0x00 0x00 0x00
  858. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  859. ----Processing ConsecFrame payload: 0x97 0xCE 0x38 0x00 0x00 0x00 0x00
  860. ------merging packet index 0 with length 6
  861. ------merging packet index 1 with length 7
  862. ------merging packet index 2 with length 7
  863. ------merging packet index 3 with length 7
  864. merged:6102FF80000001010000009328C2728D39A30F4B97CE3800000000
  865. >>> ATSH770
  866. executeCommand ATSH770
  867. >>> 22BC03
  868. executeCommand 22BC03
  869. SENT 1904 0x03 0x22 0xBC 0x03 0x00 0x00 0x00 0x00
  870. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x10 0x0B 0x62 0xBC 0x03 0xFD 0xEE 0x3C
  871. ----Processing FirstFrame payload: 0x62 0xBC 0x03 0xFD 0xEE 0x3C
  872. Flow control frame sent 1904 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  873. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x21 0x73 0x00 0x60 0x2C 0x00 0xAA 0xAA
  874. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  875. ----Processing ConsecFrame payload: 0x73 0x00 0x60 0x2C 0x00 0xAA 0xAA
  876. ------merging packet index 0 with length 6
  877. ------merging packet index 1 with length 7
  878. merged:62BC03FDEE3C7300602C00AAAA
  879. >>> 22BC06
  880. executeCommand 22BC06
  881. SENT 1904 0x03 0x22 0xBC 0x06 0x00 0x00 0x00 0x00
  882. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x10 0x0B 0x62 0xBC 0x06 0xB4 0x80 0x00
  883. ----Processing FirstFrame payload: 0x62 0xBC 0x06 0xB4 0x80 0x00
  884. Flow control frame sent 1904 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  885. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0xAA 0xAA
  886. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  887. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0xAA 0xAA
  888. ------merging packet index 0 with length 6
  889. ------merging packet index 1 with length 7
  890. merged:62BC06B480000000000000AAAA
  891. >>> ATSH7B3
  892. executeCommand ATSH7B3
  893. >>> 220100
  894. executeCommand 220100
  895. SENT 1971 0x03 0x22 0x01 0x00 0x00 0x00 0x00 0x00
  896. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x10 0x26 0x62 0x01 0x00 0x7E 0x50 0x07
  897. ----Processing FirstFrame payload: 0x62 0x01 0x00 0x7E 0x50 0x07
  898. Flow control frame sent 1971 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  899. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x21 0xC8 0xFF 0x6C 0x65 0x60 0x00 0xEF
  900. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  901. ----Processing ConsecFrame payload: 0xC8 0xFF 0x6C 0x65 0x60 0x00 0xEF
  902. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x22 0xEF 0xFF 0xFF 0xEF 0xFF 0x10 0xFF
  903. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  904. ----Processing ConsecFrame payload: 0xEF 0xFF 0xFF 0xEF 0xFF 0x10 0xFF
  905. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x23 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
  906. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  907. ----Processing ConsecFrame payload: 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
  908. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x25 0xFF 0x01 0xFF 0xFF 0x00 0x00 0x00
  909. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  910. ----Processing ConsecFrame payload: 0xFF 0x01 0xFF 0xFF 0x00 0x00 0x00
  911. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x24 0xFF 0x55 0x56 0x76 0x6E 0x00 0xFF
  912. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  913. ----Processing ConsecFrame payload: 0xFF 0x55 0x56 0x76 0x6E 0x00 0xFF
  914. ------merging packet index 0 with length 6
  915. ------merging packet index 1 with length 7
  916. ------merging packet index 2 with length 7
  917. ------merging packet index 3 with length 7
  918. ------merging packet index 4 with length 7
  919. ------merging packet index 5 with length 7
  920. merged:6201007E5007C8FF6C656000EFEFFFFFEFFF10FFFFFFFFFFFFFFFFFF5556766E00FFFF01FFFF000000
  921. >>> 220102
  922. executeCommand 220102
  923. SENT 1971 0x03 0x22 0x01 0x02 0x00 0x00 0x00 0x00
  924. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x10 0x10 0x62 0x01 0x02 0xFF 0x80 0x00
  925. ----Processing FirstFrame payload: 0x62 0x01 0x02 0xFF 0x80 0x00
  926. Flow control frame sent 1971 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  927. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x21 0x00 0xAF 0x5F 0x01 0x01 0x00 0x01
  928. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  929. ----Processing ConsecFrame payload: 0x00 0xAF 0x5F 0x01 0x01 0x00 0x01
  930. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x22 0x00 0x01 0x3B 0x00 0x00 0x00 0x00
  931. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  932. ----Processing ConsecFrame payload: 0x00 0x01 0x3B 0x00 0x00 0x00 0x00
  933. ------merging packet index 0 with length 6
  934. ------merging packet index 1 with length 7
  935. ------merging packet index 2 with length 7
  936. merged:620102FF800000AF5F0101000100013B00000000
  937. >>> ATSH7A0
  938. executeCommand ATSH7A0
  939. >>> 22c00b
  940. executeCommand 22c00b
  941. SENT 1952 0x03 0x22 0xC0 0x0B 0x00 0x00 0x00 0x00
  942. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x10 0x17 0x62 0xC0 0x0B 0xFF 0xFF 0x00
  943. ----Processing FirstFrame payload: 0x62 0xC0 0x0B 0xFF 0xFF 0x00
  944. Flow control frame sent 1952 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  945. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x21 0x00 0xB7 0x3D 0x01 0x00 0xB6 0x3D
  946. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  947. ----Processing ConsecFrame payload: 0x00 0xB7 0x3D 0x01 0x00 0xB6 0x3D
  948. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x22 0x01 0x00 0xB4 0x3D 0x01 0x00 0xB5
  949. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  950. ----Processing ConsecFrame payload: 0x01 0x00 0xB4 0x3D 0x01 0x00 0xB5
  951. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x23 0x3C 0x01 0x00 0xAA 0xAA 0xAA 0xAA
  952. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  953. ----Processing ConsecFrame payload: 0x3C 0x01 0x00 0xAA 0xAA 0xAA 0xAA
  954. ------merging packet index 0 with length 6
  955. ------merging packet index 1 with length 7
  956. ------merging packet index 2 with length 7
  957. ------merging packet index 3 with length 7
  958. merged:62C00BFFFF0000B73D0100B63D0100B43D0100B53C0100AAAAAAAA
  959. >>> ATSH7C6
  960. executeCommand ATSH7C6
  961. >>> 22B002
  962. executeCommand 22B002
  963. SENT 1990 0x03 0x22 0xB0 0x02 0x00 0x00 0x00 0x00
  964. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  965. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  966. Flow control frame sent 1990 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  967. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x21 0x00 0x00 0xA9 0x00 0x3B 0x0B 0x00
  968. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  969. ----Processing ConsecFrame payload: 0x00 0x00 0xA9 0x00 0x3B 0x0B 0x00
  970. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x22 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  971. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  972. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  973. ------merging packet index 0 with length 6
  974. ------merging packet index 1 with length 7
  975. ------merging packet index 2 with length 7
  976. merged:62B002E000000000A9003B0B0000000000000000
  977. >>> ATSH7E4
  978. executeCommand ATSH7E4
  979. >>> 2101
  980. executeCommand 2101
  981. SENT 2020 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  982. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x3D 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  983. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  984. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  985. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  986. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  987. ----Processing ConsecFrame payload: 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  988. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xF6 0x0F 0x1E 0x0B 0x0B 0x0B 0x0B
  989. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  990. ----Processing ConsecFrame payload: 0xF6 0x0F 0x1E 0x0B 0x0B 0x0B 0x0B
  991. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x02
  992. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  993. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x02
  994. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0x1D 0x00 0x00 0x90 0x00 0x01
  995. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  996. ----Processing ConsecFrame payload: 0xC9 0x1D 0x00 0x00 0x90 0x00 0x01
  997. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  998. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  999. ----Processing ConsecFrame payload: 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  1000. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x6F 0x22 0x00 0x00 0x69 0xF6
  1001. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1002. ----Processing ConsecFrame payload: 0x00 0x6F 0x22 0x00 0x00 0x69 0xF6
  1003. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x27 0x00 0x34 0x5D 0x96 0x09 0x01 0x83
  1004. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1005. ----Processing ConsecFrame payload: 0x00 0x34 0x5D 0x96 0x09 0x01 0x83
  1006. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x28 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  1007. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1008. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  1009. ------merging packet index 0 with length 6
  1010. ------merging packet index 1 with length 7
  1011. ------merging packet index 2 with length 7
  1012. ------merging packet index 3 with length 7
  1013. ------merging packet index 4 with length 7
  1014. ------merging packet index 5 with length 7
  1015. ------merging packet index 6 with length 7
  1016. ------merging packet index 7 with length 7
  1017. ------merging packet index 8 with length 7
  1018. merged:6101FFFFFFFFB21B562648A3FFF60F1E0B0B0B0B0B0B0B000BC902C91D00009000012C1700012A1400006F22000069F600345D960901830000000003E800
  1019. >>> 2102
  1020. executeCommand 2102
  1021. SENT 2020 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  1022. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x02 0xFF 0xFF 0xFF 0xFF
  1023. ----Processing FirstFrame payload: 0x61 0x02 0xFF 0xFF 0xFF 0xFF
  1024. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1025. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1026. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1027. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1028. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1029. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1030. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1031. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1032. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1033. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1034. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1035. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1036. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1037. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1038. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1039. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1040. ------merging packet index 0 with length 6
  1041. ------merging packet index 1 with length 7
  1042. ------merging packet index 2 with length 7
  1043. ------merging packet index 3 with length 7
  1044. ------merging packet index 4 with length 7
  1045. ------merging packet index 5 with length 7
  1046. merged:6102FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  1047. >>> 2103
  1048. executeCommand 2103
  1049. SENT 2020 0x02 0x21 0x03 0x00 0x00 0x00 0x00 0x00
  1050. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x03 0xFF 0xFF 0xFF 0xFF
  1051. ----Processing FirstFrame payload: 0x61 0x03 0xFF 0xFF 0xFF 0xFF
  1052. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1053. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1054. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1055. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1056. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1057. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1058. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1059. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1060. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1061. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1062. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1063. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1064. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1065. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1066. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1067. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1068. ------merging packet index 0 with length 6
  1069. ------merging packet index 1 with length 7
  1070. ------merging packet index 2 with length 7
  1071. ------merging packet index 3 with length 7
  1072. ------merging packet index 4 with length 7
  1073. ------merging packet index 5 with length 7
  1074. merged:6103FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  1075. >>> 2104
  1076. executeCommand 2104
  1077. SENT 2020 0x02 0x21 0x04 0x00 0x00 0x00 0x00 0x00
  1078. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x04 0xFF 0xFF 0xFF 0xFF
  1079. ----Processing FirstFrame payload: 0x61 0x04 0xFF 0xFF 0xFF 0xFF
  1080. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1081. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1082. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1083. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1084. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1085. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1086. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1087. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1088. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1089. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1090. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1091. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1092. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1093. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1094. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1095. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1096. ------merging packet index 0 with length 6
  1097. ------merging packet index 1 with length 7
  1098. ------merging packet index 2 with length 7
  1099. ------merging packet index 3 with length 7
  1100. ------merging packet index 4 with length 7
  1101. ------merging packet index 5 with length 7
  1102. merged:6104FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  1103. >>> 2105
  1104. executeCommand 2105
  1105. SENT 2020 0x02 0x21 0x05 0x00 0x00 0x00 0x00 0x00
  1106. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x2D 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  1107. ----Processing FirstFrame payload: 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  1108. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1109. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  1110. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1111. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  1112. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  1113. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1114. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  1115. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x26 0x48 0x00 0x01 0x50 0x0B 0x0B
  1116. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1117. ----Processing ConsecFrame payload: 0x26 0x48 0x00 0x01 0x50 0x0B 0x0B
  1118. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  1119. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1120. ----Processing ConsecFrame payload: 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  1121. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  1122. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1123. ----Processing ConsecFrame payload: 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  1124. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  1125. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1126. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  1127. ------merging packet index 0 with length 6
  1128. ------merging packet index 1 with length 7
  1129. ------merging packet index 2 with length 7
  1130. ------merging packet index 3 with length 7
  1131. ------merging packet index 4 with length 7
  1132. ------merging packet index 5 with length 7
  1133. ------merging packet index 6 with length 7
  1134. merged:6105FFFFFFFF00000000000B0B0B0B0B0B0B1B5626480001500B0B03E80203E831BA0031000000000000000000000000
  1135. >>> 2106
  1136. executeCommand 2106
  1137. SENT 2020 0x02 0x21 0x06 0x00 0x00 0x00 0x00 0x00
  1138. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x03 0x7F 0x21 0x12 0x00 0x00 0x00 0x00
  1139. ----Processing SingleFrame payload: 0x7F 0x21 0x12
  1140. merged:7F2112
  1141. ------merging packet index 0 with length 6
  1142. ------merging packet index 1 with length 7
  1143. ------merging packet index 2 with length 7
  1144. ------merging packet index 3 with length 7
  1145. ------merging packet index 4 with length 7
  1146. ------merging packet index 5 with length 7
  1147. ------merging packet index 6 with length 7
  1148. merged:7F21126105FFFFFFFF00000000000B0B0B0B0B0B0B1B5626480001500B0B03E80203E831BA0031000000000000000000000000
  1149. >>> ATSH7E2
  1150. executeCommand ATSH7E2
  1151. >>> 2101
  1152. executeCommand 2101
  1153. SENT 2018 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  1154. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x10 0x16 0x61 0x01 0xFF 0xE0 0x00 0x00
  1155. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xE0 0x00 0x00
  1156. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1157. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x21 0x09 0x21 0x12 0x04 0x06 0x0E 0x03
  1158. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1159. ----Processing ConsecFrame payload: 0x09 0x21 0x12 0x04 0x06 0x0E 0x03
  1160. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x23 0x07 0x20 0x00 0x00 0x00 0x00 0x00
  1161. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1162. ----Processing ConsecFrame payload: 0x07 0x20 0x00 0x00 0x00 0x00 0x00
  1163. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x22 0x00 0x00 0x00 0x00 0x64 0x75 0x34
  1164. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1165. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x64 0x75 0x34
  1166. ------merging packet index 0 with length 6
  1167. ------merging packet index 1 with length 7
  1168. ------merging packet index 2 with length 7
  1169. ------merging packet index 3 with length 7
  1170. merged:6101FFE0000009211204060E030000000064753407200000000000
  1171. >>> 2102
  1172. executeCommand 2102
  1173. SENT 2018 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  1174. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x10 0x17 0x61 0x02 0xFF 0x80 0x00 0x00
  1175. ----Processing FirstFrame payload: 0x61 0x02 0xFF 0x80 0x00 0x00
  1176. Flow control frame sent 2018 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1177. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x21 0x01 0x01 0x00 0x00 0x00 0x93 0x27
  1178. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1179. ----Processing ConsecFrame payload: 0x01 0x01 0x00 0x00 0x00 0x93 0x27
  1180. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x22 0xC1 0x72 0x62 0x39 0x32 0x0F 0x11
  1181. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1182. ----Processing ConsecFrame payload: 0xC1 0x72 0x62 0x39 0x32 0x0F 0x11
  1183. CAN READ Standard ID: 0x7EA DLC: 8 Data: 0x23 0x97 0xBA 0x38 0x00 0x00 0x00 0x00
  1184. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1185. ----Processing ConsecFrame payload: 0x97 0xBA 0x38 0x00 0x00 0x00 0x00
  1186. ------merging packet index 0 with length 6
  1187. ------merging packet index 1 with length 7
  1188. ------merging packet index 2 with length 7
  1189. ------merging packet index 3 with length 7
  1190. merged:6102FF80000001010000009327C1726239320F1197BA3800000000
  1191. >>> ATSH770
  1192. executeCommand ATSH770
  1193. >>> 22BC03
  1194. executeCommand 22BC03
  1195. SENT 1904 0x03 0x22 0xBC 0x03 0x00 0x00 0x00 0x00
  1196. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x10 0x0B 0x62 0xBC 0x03 0xFD 0xEE 0x3C
  1197. ----Processing FirstFrame payload: 0x62 0xBC 0x03 0xFD 0xEE 0x3C
  1198. Flow control frame sent 1904 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1199. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x21 0x73 0x00 0x60 0x2C 0x00 0xAA 0xAA
  1200. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1201. ----Processing ConsecFrame payload: 0x73 0x00 0x60 0x2C 0x00 0xAA 0xAA
  1202. ------merging packet index 0 with length 6
  1203. ------merging packet index 1 with length 7
  1204. merged:62BC03FDEE3C7300602C00AAAA
  1205. >>> 22BC06
  1206. executeCommand 22BC06
  1207. SENT 1904 0x03 0x22 0xBC 0x06 0x00 0x00 0x00 0x00
  1208. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x10 0x0B 0x62 0xBC 0x06 0xB4 0x80 0x00
  1209. ----Processing FirstFrame payload: 0x62 0xBC 0x06 0xB4 0x80 0x00
  1210. Flow control frame sent 1904 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1211. CAN READ Standard ID: 0x778 DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0xAA 0xAA
  1212. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1213. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0xAA 0xAA
  1214. ------merging packet index 0 with length 6
  1215. ------merging packet index 1 with length 7
  1216. merged:62BC06B480000000000000AAAA
  1217. >>> ATSH7B3
  1218. executeCommand ATSH7B3
  1219. >>> 220100
  1220. executeCommand 220100
  1221. SENT 1971 0x03 0x22 0x01 0x00 0x00 0x00 0x00 0x00
  1222. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x10 0x26 0x62 0x01 0x00 0x7E 0x50 0x07
  1223. ----Processing FirstFrame payload: 0x62 0x01 0x00 0x7E 0x50 0x07
  1224. Flow control frame sent 1971 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1225. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x21 0xC8 0xFF 0x6C 0x65 0x5F 0x00 0xEF
  1226. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1227. ----Processing ConsecFrame payload: 0xC8 0xFF 0x6C 0x65 0x5F 0x00 0xEF
  1228. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x22 0xEF 0xFF 0xFF 0xEF 0xFF 0x10 0xFF
  1229. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1230. ----Processing ConsecFrame payload: 0xEF 0xFF 0xFF 0xEF 0xFF 0x10 0xFF
  1231. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x23 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
  1232. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1233. ----Processing ConsecFrame payload: 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF
  1234. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x25 0xFF 0x01 0xFF 0xFF 0x00 0x00 0x00
  1235. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1236. ----Processing ConsecFrame payload: 0xFF 0x01 0xFF 0xFF 0x00 0x00 0x00
  1237. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x24 0xFF 0x55 0x56 0x78 0x6E 0x00 0xFF
  1238. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1239. ----Processing ConsecFrame payload: 0xFF 0x55 0x56 0x78 0x6E 0x00 0xFF
  1240. ------merging packet index 0 with length 6
  1241. ------merging packet index 1 with length 7
  1242. ------merging packet index 2 with length 7
  1243. ------merging packet index 3 with length 7
  1244. ------merging packet index 4 with length 7
  1245. ------merging packet index 5 with length 7
  1246. merged:6201007E5007C8FF6C655F00EFEFFFFFEFFF10FFFFFFFFFFFFFFFFFF5556786E00FFFF01FFFF000000
  1247. >>> 220102
  1248. executeCommand 220102
  1249. SENT 1971 0x03 0x22 0x01 0x02 0x00 0x00 0x00 0x00
  1250. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x10 0x10 0x62 0x01 0x02 0xFF 0x80 0x00
  1251. ----Processing FirstFrame payload: 0x62 0x01 0x02 0xFF 0x80 0x00
  1252. Flow control frame sent 1971 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1253. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x21 0x00 0xB0 0x5F 0x01 0x01 0x00 0x01
  1254. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1255. ----Processing ConsecFrame payload: 0x00 0xB0 0x5F 0x01 0x01 0x00 0x01
  1256. CAN READ Standard ID: 0x7BB DLC: 8 Data: 0x22 0x00 0x01 0x3B 0x00 0x00 0x00 0x00
  1257. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1258. ----Processing ConsecFrame payload: 0x00 0x01 0x3B 0x00 0x00 0x00 0x00
  1259. ------merging packet index 0 with length 6
  1260. ------merging packet index 1 with length 7
  1261. ------merging packet index 2 with length 7
  1262. merged:620102FF800000B05F0101000100013B00000000
  1263. >>> ATSH7A0
  1264. executeCommand ATSH7A0
  1265. >>> 22c00b
  1266. executeCommand 22c00b
  1267. SENT 1952 0x03 0x22 0xC0 0x0B 0x00 0x00 0x00 0x00
  1268. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x10 0x17 0x62 0xC0 0x0B 0xFF 0xFF 0x00
  1269. ----Processing FirstFrame payload: 0x62 0xC0 0x0B 0xFF 0xFF 0x00
  1270. Flow control frame sent 1952 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1271. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x21 0x00 0xB7 0x3D 0x01 0x00 0xB6 0x3D
  1272. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1273. ----Processing ConsecFrame payload: 0x00 0xB7 0x3D 0x01 0x00 0xB6 0x3D
  1274. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x22 0x01 0x00 0xB4 0x3D 0x01 0x00 0xB5
  1275. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1276. ----Processing ConsecFrame payload: 0x01 0x00 0xB4 0x3D 0x01 0x00 0xB5
  1277. CAN READ Standard ID: 0x7A8 DLC: 8 Data: 0x23 0x3C 0x01 0x00 0xAA 0xAA 0xAA 0xAA
  1278. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1279. ----Processing ConsecFrame payload: 0x3C 0x01 0x00 0xAA 0xAA 0xAA 0xAA
  1280. ------merging packet index 0 with length 6
  1281. ------merging packet index 1 with length 7
  1282. ------merging packet index 2 with length 7
  1283. ------merging packet index 3 with length 7
  1284. merged:62C00BFFFF0000B73D0100B63D0100B43D0100B53C0100AAAAAAAA
  1285. >>> ATSH7C6
  1286. executeCommand ATSH7C6
  1287. >>> 22B002
  1288. executeCommand 22B002
  1289. SENT 1990 0x03 0x22 0xB0 0x02 0x00 0x00 0x00 0x00
  1290. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x10 0x0F 0x62 0xB0 0x02 0xE0 0x00 0x00
  1291. ----Processing FirstFrame payload: 0x62 0xB0 0x02 0xE0 0x00 0x00
  1292. Flow control frame sent 1990 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1293. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x21 0x00 0x00 0xA8 0x00 0x3B 0x0B 0x00
  1294. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1295. ----Processing ConsecFrame payload: 0x00 0x00 0xA8 0x00 0x3B 0x0B 0x00
  1296. CAN READ Standard ID: 0x7CE DLC: 8 Data: 0x22 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  1297. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1298. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  1299. ------merging packet index 0 with length 6
  1300. ------merging packet index 1 with length 7
  1301. ------merging packet index 2 with length 7
  1302. merged:62B002E000000000A8003B0B0000000000000000
  1303. >>> ATSH7E4
  1304. executeCommand ATSH7E4
  1305. >>> 2101
  1306. executeCommand 2101
  1307. SENT 2020 0x02 0x21 0x01 0x00 0x00 0x00 0x00 0x00
  1308. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x3D 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  1309. ----Processing FirstFrame payload: 0x61 0x01 0xFF 0xFF 0xFF 0xFF
  1310. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1311. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  1312. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1313. ----Processing ConsecFrame payload: 0xB2 0x1B 0x56 0x26 0x48 0xA3 0xFF
  1314. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xE9 0x0F 0x22 0x0B 0x0B 0x0B 0x0B
  1315. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1316. ----Processing ConsecFrame payload: 0xE9 0x0F 0x22 0x0B 0x0B 0x0B 0x0B
  1317. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x03
  1318. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1319. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x00 0x0B 0xC9 0x03
  1320. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0x1D 0x00 0x00 0x8F 0x00 0x01
  1321. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1322. ----Processing ConsecFrame payload: 0xC9 0x1D 0x00 0x00 0x8F 0x00 0x01
  1323. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  1324. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1325. ----Processing ConsecFrame payload: 0x2C 0x17 0x00 0x01 0x2A 0x14 0x00
  1326. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x6F 0x22 0x00 0x00 0x69 0xF6
  1327. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1328. ----Processing ConsecFrame payload: 0x00 0x6F 0x22 0x00 0x00 0x69 0xF6
  1329. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x27 0x00 0x34 0x5D 0x99 0x09 0x01 0x83
  1330. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1331. ----Processing ConsecFrame payload: 0x00 0x34 0x5D 0x99 0x09 0x01 0x83
  1332. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x28 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  1333. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1334. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x03 0xE8 0x00
  1335. ------merging packet index 0 with length 6
  1336. ------merging packet index 1 with length 7
  1337. ------merging packet index 2 with length 7
  1338. ------merging packet index 3 with length 7
  1339. ------merging packet index 4 with length 7
  1340. ------merging packet index 5 with length 7
  1341. ------merging packet index 6 with length 7
  1342. ------merging packet index 7 with length 7
  1343. ------merging packet index 8 with length 7
  1344. merged:6101FFFFFFFFB21B562648A3FFE90F220B0B0B0B0B0B0B000BC903C91D00008F00012C1700012A1400006F22000069F600345D990901830000000003E800
  1345. >>> 2102
  1346. executeCommand 2102
  1347. SENT 2020 0x02 0x21 0x02 0x00 0x00 0x00 0x00 0x00
  1348. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x02 0xFF 0xFF 0xFF 0xFF
  1349. ----Processing FirstFrame payload: 0x61 0x02 0xFF 0xFF 0xFF 0xFF
  1350. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1351. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1352. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1353. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1354. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1355. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1356. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1357. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1358. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1359. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1360. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1361. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1362. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1363. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1364. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1365. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1366. ------merging packet index 0 with length 6
  1367. ------merging packet index 1 with length 7
  1368. ------merging packet index 2 with length 7
  1369. ------merging packet index 3 with length 7
  1370. ------merging packet index 4 with length 7
  1371. ------merging packet index 5 with length 7
  1372. merged:6102FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  1373. >>> 2103
  1374. executeCommand 2103
  1375. SENT 2020 0x02 0x21 0x03 0x00 0x00 0x00 0x00 0x00
  1376. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x03 0xFF 0xFF 0xFF 0xFF
  1377. ----Processing FirstFrame payload: 0x61 0x03 0xFF 0xFF 0xFF 0xFF
  1378. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1379. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1380. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1381. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1382. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1383. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1384. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1385. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1386. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1387. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1388. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1389. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1390. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1391. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1392. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1393. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1394. ------merging packet index 0 with length 6
  1395. ------merging packet index 1 with length 7
  1396. ------merging packet index 2 with length 7
  1397. ------merging packet index 3 with length 7
  1398. ------merging packet index 4 with length 7
  1399. ------merging packet index 5 with length 7
  1400. merged:6103FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  1401. >>> 2104
  1402. executeCommand 2104
  1403. SENT 2020 0x02 0x21 0x04 0x00 0x00 0x00 0x00 0x00
  1404. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x26 0x61 0x04 0xFF 0xFF 0xFF 0xFF
  1405. ----Processing FirstFrame payload: 0x61 0x04 0xFF 0xFF 0xFF 0xFF
  1406. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1407. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1408. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1409. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1410. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1411. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1412. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1413. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1414. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1415. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1416. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1417. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1418. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9 0xC9
  1419. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1420. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1421. ----Processing ConsecFrame payload: 0xC9 0xC9 0xC9 0xC9 0x00 0x00 0x00
  1422. ------merging packet index 0 with length 6
  1423. ------merging packet index 1 with length 7
  1424. ------merging packet index 2 with length 7
  1425. ------merging packet index 3 with length 7
  1426. ------merging packet index 4 with length 7
  1427. ------merging packet index 5 with length 7
  1428. merged:6104FFFFFFFFC9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9C9000000
  1429. >>> 2105
  1430. executeCommand 2105
  1431. SENT 2020 0x02 0x21 0x05 0x00 0x00 0x00 0x00 0x00
  1432. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x10 0x2D 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  1433. ----Processing FirstFrame payload: 0x61 0x05 0xFF 0xFF 0xFF 0xFF
  1434. Flow control frame sent 2020 0x30 0x00 0x14 0x00 0x00 0x00 0x00 0x00
  1435. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x21 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  1436. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1437. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x0B 0x0B
  1438. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x22 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  1439. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1440. ----Processing ConsecFrame payload: 0x0B 0x0B 0x0B 0x0B 0x0B 0x1B 0x56
  1441. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x23 0x26 0x48 0x00 0x01 0x4B 0x0B 0x0B
  1442. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1443. ----Processing ConsecFrame payload: 0x26 0x48 0x00 0x01 0x4B 0x0B 0x0B
  1444. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x24 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  1445. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1446. ----Processing ConsecFrame payload: 0x03 0xE8 0x02 0x03 0xE8 0x31 0xBA
  1447. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x25 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  1448. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1449. ----Processing ConsecFrame payload: 0x00 0x31 0x00 0x00 0x00 0x00 0x00
  1450. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x26 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  1451. [debug] sizeof(ConsecutiveFrame_t) is expected to be 1 and it's 1
  1452. ----Processing ConsecFrame payload: 0x00 0x00 0x00 0x00 0x00 0x00 0x00
  1453. ------merging packet index 0 with length 6
  1454. ------merging packet index 1 with length 7
  1455. ------merging packet index 2 with length 7
  1456. ------merging packet index 3 with length 7
  1457. ------merging packet index 4 with length 7
  1458. ------merging packet index 5 with length 7
  1459. ------merging packet index 6 with length 7
  1460. merged:6105FFFFFFFF00000000000B0B0B0B0B0B0B1B56264800014B0B0B03E80203E831BA0031000000000000000000000000
  1461. >>> 2106
  1462. executeCommand 2106
  1463. SENT 2020 0x02 0x21 0x06 0x00 0x00 0x00 0x00 0x00
  1464. CAN READ Standard ID: 0x7EC DLC: 8 Data: 0x03 0x7F 0x21 0x12 0x00 0x00 0x00 0x00
  1465. ----Processing SingleFrame payload: 0x7F 0x21 0x12
  1466. merged:7F2112
  1467. ------merging packet index 0 with length 6
  1468. ------merging packet index 1 with length 7
  1469. ------merging packet index 2 with length 7
  1470. ------merging packet index 3 with length 7
  1471. ------merging packet index 4 with length 7
  1472. ------merging packet index 5 with length 7
  1473. ------merging packet index 6 with length 7
  1474. merged:7F21126105FFFFFFFF00000000000B0B0B0B0B0B0B1B56264800014B0B0B03E80203E831BA00310000000000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement