aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-07-27 13:19:36 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-07-29 11:40:54 -0400
commit2005d4dbf45bc15429ac372a290aa36111ab533e (patch)
tree79f1f65335d65a8807c6bb4701f3c824a12d5c00
parent9e3feab0b4e68fd3a438276840a650f9f5fc503a (diff)
downloadkutter-2005d4dbf45bc15429ac372a290aa36111ab533e.tar.gz
kutter-2005d4dbf45bc15429ac372a290aa36111ab533e.tar.xz
kutter-2005d4dbf45bc15429ac372a290aa36111ab533e.zip
docs: Updates to CANBUS_protocol.md
Update the document with latest details. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--docs/CANBUS_protocol.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/CANBUS_protocol.md b/docs/CANBUS_protocol.md
index e1561eb5..8b6cc74f 100644
--- a/docs/CANBUS_protocol.md
+++ b/docs/CANBUS_protocol.md
@@ -38,23 +38,23 @@ with a RESP_NEED_NODEID response message.
The CMD_QUERY_UNASSIGNED message format is:
`<1-byte message_id = 0x00>`
-### CMD_SET_NODEID message
+### CMD_SET_KLIPPER_NODEID message
This command assigns a `canbus_nodeid` to the micro-controller with a
given `canbus_uuid`.
-The CMD_SET_NODEID message format is:
+The CMD_SET_KLIPPER_NODEID message format is:
`<1-byte message_id = 0x01><6-byte canbus_uuid><1-byte canbus_nodeid>`
### RESP_NEED_NODEID message
The RESP_NEED_NODEID message format is:
-`<1-byte message_id = 0x20><6-byte canbus_uuid>`
+`<1-byte message_id = 0x20><6-byte canbus_uuid><1-byte set_klipper_nodeid = 0x01>`
## Data Packets
A micro-controller that has been assigned a nodeid via the
-CMD_SET_NODEID command can send and receive data packets.
+CMD_SET_KLIPPER_NODEID command can send and receive data packets.
The packet data in messages using the node's receive CAN bus id
(`canbus_nodeid * 2 + 256`) are simply appended to a buffer, and when