I have a trace from PCAN-View that I am using to track down a bug. My setup is using an STR750 controller to communicate through PCAN\USB to PCAN-View and this is my trace:
Code: Select all
235) 234788.0 Rx 012C 8 00 70 0D CD 06 A1 07 2B
236) 235787.8 Rx 012C 8 00 70 0D CD 06 A1 07 2B
237) 236787.8 Rx 012C 8 00 70 0D CD 06 A1 07 2B
238) 237787.9 Rx 012C 8 00 70 0D CD 06 A1 07 2B
239) 238787.8 Rx 012C 8 00 70 0D CD 06 A1 07 2B
240) 239787.9 Rx 012C 8 00 70 0D CD 06 A1 07 2B
241) 240787.8 Rx 012C 8 00 70 0D CD 06 A1 07 2B
242) 241787.9 Rx 012C 8 00 70 0D CD 06 A1 07 2B
243) 242787.8 Rx 012C 8 00 70 0D CD 06 A1 07 2B
244) 243787.9 Rx 012C 8 00 70 0D CD 06 A1 07 2B
245) 244787.8 Rx 012C 8 00 70 0D CD 06 A1 07 2B
246) 245788.0 Rx 012C 8 00 70 0D CD 06 A1 07 2B
247) 246787.9 Rx 012C 8 00 70 0D CD 06 A1 07 2B
248) 247787.9 Rx 012C 8 00 70 0D CD 06 A1 07 2B
249) 248787.9 Rx 012C 8 00 70 0D CD 06 A1 07 2B
250) 249788.0 Rx 012C 8 00 70 0D CD 06 A1 07 2B
251) 250788.0 Rx 012C 8 00 70 0D CD 06 A1 07 2B
252) 251788.0 Rx 012C 8 00 70 0D CD 06 A1 07 2B
253) 328550.1 Error 0004 4 01 02 01 00
254) 328550.1 Error 0008 4 01 13 09 00
255) 328550.2 Error 0008 4 01 13 11 00
256) 328550.2 Error 0008 4 01 13 19 00
257) 328550.2 Error 0008 4 01 13 21 00
I see the first two messages on lines 253 and 254 every time I lose communication. As far as I can tell, the first message on 253 means: Invalid data / function and No hardware found.
And the message on 254 means: Unknown / Invalid and No hardware / Client already connected. This makes no sense to me.. and I assume I am reading these error messages incorrectly. Can somebody help point me in the right direction ? Any suggestions would be great.
Thank you!