/serial_bus

ROS2 package for a serial bus (like RS485)

Primary LanguageC++Apache License 2.0Apache-2.0

remote_serial_bus

License

This package is an implementation of serial bus (like RS-485).

The core feature is multiplexing of request/response pairs with the assumption that the responses could not be distinguished between themselves (for example, using responder's leaf identifiers like it's done in the ModBus protocol).

Examples