|
Re: Do we need to wait between CAN Bus commands?
You should probably go with the assumption that the actual CAN messages are happening constantly in the background, and your code won't need to wait. The status frames are read and cached by the communication code, so your program gets an immediate answer when it asks for a value.
|