Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.29 KB

CAN-UART.rst

File metadata and controls

27 lines (23 loc) · 1.29 KB

CAN and UART

The OpenIMU300RI has two external ports; one UART port and one CAN bus port. Based on these available external ports, the OpenIMU300RI can be configured in several modes for communication with the external world.

The usage modes are:

UART Mode
  • Typically used during early development
  • Single UART for all messages, debug output, and firmware update
CAN + UART Mode
  • Typically used during late development
  • Uses CAN Port for messages and firmware update
  • Single UART for all messages, debug output, and firmware update
CAN Mode
  • Typically used for production
  • Uses CAN Port for messages and firmware update