Modbus Software, Driver and Libraries
 Login 
Member of Modbus Organization

Want to know more?

Your Email:

Your Enquiry:


We accept VISA, MasterCard, PayPal

30-day Money-Back Guarantee

Deprecated List

Member startupServer (int slaveAddr, const char *const portName, long baudRate, int dataBits, int stopBits, int parity)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.

Member startupServer (int slaveAddr, const char *const portName, long baudRate)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.

Member MbusAsciiSlaveProtocol (MbusDataTableInterface *dataTablePtr)
This function is deprecated. The preferred way of assigning a dataTable is using the default constructor and configuring data table and slave address using addDataTable method.

Member MbusRtuSlaveProtocol (MbusDataTableInterface *dataTablePtr)
This function is deprecated. The preferred way of assigning a dataTable is using the default constructor and configuring data table and slave address using addDataTable method.

Member startupServer (int slaveAddr, const char *const portName, long baudRate, int dataBits, int stopBits, int parity)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.

Member MbusTcpSlaveProtocol (MbusDataTableInterface *dataTablePtr)
This function is deprecated. The preferred way of assigning a dataTable is using the default constructor and configuring data table and slave address using addDataTable method.

Member startupServer (int slaveAddr)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.

Member startupServer (int slaveAddr, const char *const hostName)
This function is deprecated. The preferred way of assigning a slave address is using the default constructor and configuring data table and slave address using addDataTable method.