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

Files at this revision

API Documentation at this revision

Comitter:
gabrielrivas
Date:
Wed Jan 21 02:59:27 2015 +0000
Parent:
5:7cec6597adee
Commit message:
Added timer based synchronization to the serial port receiving part.

Changed in this revision

ModbusSlaveRTU.h Show annotated file Show diff for this revision Revisions of this file
--- 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,