Modbus RTU class for slave devices. It shares data with other software components via a Message queue object, and can exist more than one Modbus Slave RTU instances in a application program.

Dependents:   Nucleo_modbus_protocol_test

Revision:
6:0143a57e0c8e
Parent:
5:7cec6597adee
--- a/ModbusSlaveRTU.h	Mon Jan 19 15:20:47 2015 +0000
+++ b/ModbusSlaveRTU.h	Wed Jan 21 02:59:27 2015 +0000
@@ -111,7 +111,6 @@
      * @param *coilRegisters Pointer to the memory space reserved for the coil registers.
      * @param *inputRegisters Pointer to the memory space reserved for the input registers.
      * @param *inputRegisters Pointer to the memory space reserved for the holding registers.
-     * @return void
      */
     ModbusSlaveRTU( uint8_t id,
                     MessageQueue<uint8_t>* txQueue,