asura22nov / modbus-testing

Modbus Client C Program with libmodbus-3.0.6 for Energy Meters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modbus-testing

#Reference : http://www.simplymodbus.ca/FAQ.htm

What is Modbus?

• Modbus is a serial communication protocol developed by Modicon published by Modicon® in 1979 for use with its programmable logic controllers (PLCs). • In simple terms, it is a method used for transmitting information over serial lines between electronic devices. • The device requesting the information is called the Modbus Master and the devices supplying information are Modbus Slaves. • In a standard Modbus network, there is one Master and up to 247 Slaves, each with a unique Slave Address from 1 to 247. • The Master can also write information to the Slaves. • The official Modbus specification can be found at www.modbus.org/specs.php

About

Modbus Client C Program with libmodbus-3.0.6 for Energy Meters


Languages

Language:C 100.0%