Sending remote frame using GVREC protocol #818
Unanswered
mrbartek96
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am developing USB dongle whith 2 CAN BUS interfaces based on STM32G0. I implemented GVREC protocol in my device and i receiving CAN mesages from my car :-)
Now i trying to implement TX capability. Transmiting DATA frames is ok, but when i check 'REM' checkbox in Frame Sender windows still normal frames fly, not Remote Frames. After investigation I assumed that Savvycan send exacly the same data to a my dongle when 'REM' is checked or unchecked.
My question is: do I understand correctly that the ability to send remote datagrams is not yet implemented in GVREC? Bit 31 (0x80000000) is used to codding normal/extended ID, so maby bits 29 can be used to codding DATA/REMOTE type of frame?
Thanks!!!
Beta Was this translation helpful? Give feedback.
All reactions