Example of how to handle the Modbus Slave RTU protocol using the mbed RTOS. This example can also be used as reference to implement other slow serial protocols.
Dependencies: MessageQueue ModbusSlaveRTU SerialPortHandler mbed-rtos mbed
Changes
| Revision | Date | Who | Commit message |
|---|---|---|---|
| 1:544f5f721159 | 2015-01-21 | gabrielrivas | Added timer based synchronization to the receiving side tasks. |
| 0:220ae68e7dd4 | 2015-01-19 | gabrielrivas | Example of how to handle the Modbus Slave RTU protocol using the mbed RTOS. |
Gabriel Rivas