Modbus-RTU? #22
fencepost-error
started this conversation in
General
Replies: 2 comments
-
|
I think you'll find that 01 04 is the only similarities you'll find between this protocol and Modbus. Checksum is not CRC, second byte is just a access number (we can put this to basically any number), length is different, response format is different etc.. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ah, fair enough. My mind just said (almost) modbus when I saw the diagram on the video flash by. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Did anyone else who came here from the YT video think the protocol looks a bit like Modbus-RTU? When I saw the 01 04 ... my mind automatically said device ID 1, read input registers, address, length, and CRC. OK, there's a few discrepancies (8 vs 16-bit length) but the rest looks pretty similar to Modbus. Is the 01 definitely the read code and not the 04?
Beta Was this translation helpful? Give feedback.
All reactions