You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hardware/addon-protocols/rs232-usb.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ The information includes a payload containing data encoded in the protobuf forma
247
247
| Checksum | 2 | 3+x |
248
248
| ETX (0x03) | 1 | 5+x |
249
249
250
-
The payload of the protobuf data needs to adhere to protocols understood by the Geotab servers. Refer to [Appendix D: IOX Pub/Sub protobuf data packets in message type 0x8C, 0x26](#Appendix-D:-IOX-Pub/Sub-protobuf-data-packets-in-message-type-0x8C,-0x26).
250
+
The payload of the protobuf data needs to adhere to protocols understood by the Geotab servers. Refer to [Appendix D: IOX PubSub protobuf data packets in message type 0x8C, 0x26](#appendix-d-iox-pubsub-protobuf-data-packets-in-message-type-0x8c-0x26).
251
251
252
252
### Msg Type 0x27: Add-On protocol version to external device
253
253
@@ -428,7 +428,7 @@ Sent by the external device when requesting the add on protocol version number.
428
428
| Message Body Length = 0 | 1 | 2 |
429
429
| Checksum | 2 | 3 |
430
430
| ETX (0x03) | 1 | 5 |
431
-
| Reply: Third-Party version Ack Reply ([Msg Type 0x27](#msg-type-0x27-add-on-version-to-external-device)) |
431
+
| Reply: Third-Party version Ack Reply ([Msg Type 0x27](#msg-type-0x27-add-on-protocol-version-to-external-device)) |
432
432
433
433
### Msg Type 0x8C: Protobuf data packet
434
434
@@ -445,7 +445,7 @@ Sent by the external device to subscribe to various topics/information. The GO d
445
445
| ETX (0x03) | 1 | 5 + x |
446
446
| Reply: Protobuf data packet ([Msg Type 0x26](#msg-type-0x26-Protobuf-data-packet)) |
447
447
448
-
The payload of the protobuf data needs to adhere to protocols understood by the Geotab servers. Refer to [Appendix D: IOX Pub/Sub protobuf data packets in message type 0x8C, 0x26](#Appendix-D:-IOX-Pub/Sub-protobuf-data-packets-in-message-type-0x8C,-0x26).
448
+
The payload of the protobuf data needs to adhere to protocols understood by the Geotab servers. Refer to [Appendix D: IOX PubSub protobuf data packets in message type 0x8C, 0x26](#appendix-d-iox-pubsub-protobuf-data-packets-in-message-type-0x8c-0x26).
449
449
450
450
## Messages from MyGeotab
451
451
@@ -592,7 +592,7 @@ This is an example of binary data packets for image data transferred using the M
592
592
| Checksum | 2 | 12+x |
593
593
| ETX (0x03) | 1 | 14+x |
594
594
595
-
### Appendix D: IOX Pub/Sub protobuf data packets in message type 0x8C, 0x26
595
+
### Appendix D: IOX PubSub protobuf data packets in message type 0x8C, 0x26
596
596
597
597
Messages sent from the IOX to the GO is represented by IoxToGo
598
598
Messages sent from the GO to the IOX is represented by IoxFromGo
0 commit comments