Hi! CAN29bit protocol cant recieve messages. #35
Unanswered
IlyaSolomka
asked this question in
Q&A
Replies: 3 comments
-
try another j2534 device |
Beta Was this translation helpful? Give feedback.
0 replies
-
but another sofware can recieve 29bit messages whith exactly this device... |
Beta Was this translation helpful? Give feedback.
0 replies
-
29bit CAN is picky about 29bit flags being set. Ensure on sent messages, and filters you have the 29bit flag set. Brian |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is channel options
protocol = Protocol.CAN; txFlag = TxFlag.CAN_29BIT_ID; connectionFlag = ConnectFlag.CAN_29BIT_ID; baud = Baud.CAN;
Sending is ok, but no recieved messages, always "BUFFER_EMPTY" status.
Can some body help me?
Beta Was this translation helpful? Give feedback.
All reactions