mysticpants / Modbus

Modbus Library
0 stars 7 forks source link
imp modbus

Electric Imp’s Modbus support is delivered through the following four libraries:

ModbusRTU

This library creates and parses Modbus Protocol Data Unit (PDU). This library is a prerequisite for the Modbus485Master and ModbusTCPMaster libraries.

Modbus485Master

This library allows an imp to communicate with other Modbus devices via the Modbus-RS485 protocol.

Modbus485Slave

This library empowers an imp to communicate with a Modbus Master via the RS485 protocol.

ModbusTCPMaster

This library enables an imp to communicate with other Modbus devices via TCP/IP.

License

The Modbus libraries are licensed under the MIT License.