Skip to content

Commit

Permalink
EMB-27360: Fix the links.
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman-To committed Jun 21, 2023
1 parent 2f803c1 commit a2b58aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/hardware/addon-protocols/rs232-usb.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ The information includes a payload containing data encoded in the protobuf forma
| Checksum | 2 | 3+x |
| ETX (0x03) | 1 | 5+x |

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).
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).

### Msg Type 0x27: Add-On protocol version to external device

Expand Down Expand Up @@ -428,7 +428,7 @@ Sent by the external device when requesting the add on protocol version number.
| Message Body Length = 0 | 1 | 2 |
| Checksum | 2 | 3 |
| ETX (0x03) | 1 | 5 |
| Reply: Third-Party version Ack Reply ([Msg Type 0x27](#msg-type-0x27-add-on-version-to-external-device)) |
| Reply: Third-Party version Ack Reply ([Msg Type 0x27](#msg-type-0x27-add-on-protocol-version-to-external-device)) |

### Msg Type 0x8C: Protobuf data packet

Expand All @@ -445,7 +445,7 @@ Sent by the external device to subscribe to various topics/information. The GO d
| ETX (0x03) | 1 | 5 + x |
| Reply: Protobuf data packet ([Msg Type 0x26](#msg-type-0x26-Protobuf-data-packet)) |

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).
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).

## Messages from MyGeotab

Expand Down Expand Up @@ -592,7 +592,7 @@ This is an example of binary data packets for image data transferred using the M
| Checksum | 2 | 12+x |
| ETX (0x03) | 1 | 14+x |

### Appendix D: IOX Pub/Sub protobuf data packets in message type 0x8C, 0x26
### Appendix D: IOX PubSub protobuf data packets in message type 0x8C, 0x26

Messages sent from the IOX to the GO is represented by IoxToGo
Messages sent from the GO to the IOX is represented by IoxFromGo
Expand Down

0 comments on commit a2b58aa

Please sign in to comment.