rnd-ash / Macchina-J2534

J2534 drivers for various Macchina hardware
76 stars 18 forks source link

ISO15765 not receive in PC #10

Closed autoprog closed 3 years ago

autoprog commented 3 years ago

hi, CAN test setup, send/recv frame =ok ISO15765 setup ok, get vin ok in hw.

problems, programa on pc not receive frama can iso.

see log serial: leg- END= pc cmd, LOD= log send to pc, CAN = frame CAN.

00 aa 01 00 01 45 4e 44 0d 0a 02 02 10 00 00 00 .ª...END........ 00 00 06 00 00 00 20 a1 07 00 00 00 00 00 45 4e ...... ¡......EN 44 0d 0a 00 01 16 00 53 74 61 6e 64 61 72 64 20 D......Standard 43 41 4e 20 64 65 74 65 63 74 65 64 21 20 4c 4f CAN detected! LO 47 0d 0a 00 01 22 00 4e 6f 72 6d 61 6c 20 49 53 G....".Normal IS 4f 2d 54 50 20 41 64 64 72 65 73 73 69 6e 67 20 O-TP Addressing 64 65 74 65 63 74 65 64 21 20 4c 4f 47 0d 0a 03 detected! LOG... 04 24 00 00 00 00 00 00 00 00 00 03 00 00 00 04 .$.............. 00 00 00 04 00 00 00 04 00 00 00 00 00 ff ff 00 .............ÿÿ. 00 07 e8 00 00 07 e0 45 4e 44 0d 0a 04 06 0e 00 ..è...àEND...... 00 00 00 00 40 00 00 00 00 00 07 df 09 02 45 4e ....@......ß..EN 44 0d 0a 00 07 09 00 00 01 00 00 00 00 00 07 df D..............ß 20 43 41 4e 0d 0a 00 07 09 00 00 02 00 00 00 00 CAN............ 00 07 e8 20 43 41 4e 0d 0a 00 07 1d 00 00 00 00 ..è CAN......... 00 00 00 00 07 e8 49 02 01 39 42 57 44 42 34 35 .....èI..9BWDB45 55 34 45 54 30 39 38 37 36 35 20 43 41 4e 0d 0a U4ET098765 CAN..

[ log can bus data: 3-frame 0x7E8 and 1-frame 0x7E0 ]

[00]ª[01][00][01]END [02][02][10][00][00][00][00][00][06][00][00][00] ¡[07][00][00][00][00][00]END [00][01][16][00]Standard CAN detected! LOG [00][01]"[00]Normal ISO-TP Addressing detected! LOG [03][04]$[00][00][00][00][00][00][00][00][00][03][00][00][00][04][00][00][00][04][00][00][00][04][00][00][00][00][00]ÿÿ[00][00][07]è[00][00][07]àEND [04][06][0E][00][00][00][00][00]@[00][00][00][00][00][07]ß [02]END [00][07] [00][00][01][00][00][00][00][00][07]ß CAN [00][07] [00][00][02][00][00][00][00][00][07]è CAN [00][07][1D][00][00][00][00][00][00][00][00][07]èI[02][01]9BWDB45U4ET098765 CAN

read vin = 9BWDB45U4ET098765 send to pc ok

in programa, received rxMsgs.Count = 3 frame ( void , zero bytes )

thanks, Carlos.

autoprog commented 3 years ago

hi, I testd with other drive read vin ok,

thanks, Carlos.