Sending a can message on GMLAN #29
Replies: 2 comments 11 replies
-
|
I have never used GM LAN, but doing some reading, it appears its 29bit CAN among other things. At the very least, you will probably need to use the 29bit flags on connection and on each message transmission. This is assuming that using the CAN protocol is appropriate for GM LAN. I suspect there might be another protocol definition that is intended to be used for that, but I don't know. Brian |
Beta Was this translation helpful? Give feedback.
-
|
Doing some reading, it appears you should be looking at one of the SW_CAN protocols. SW_CAN_PS I suspect is the right one. Also, I just added a baud definition for GM LAN. It might take a minute to get nuget updated though. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I stumbled across this library while looking for an interface to write a simple program to send messages on the GMLAN. My car is a 2014 Cadillac ELR. I have a packet that I want to try to send. I was told that the following message is correct to send (it commands the windows to roll down) but as I connect to the network and try to send, nothing happens and an exception is thrown. Am I not correctly setting up my connection to the GMLAN or formatting the CAN message correctly?
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions