Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.29 KB

README.rst

File metadata and controls

36 lines (23 loc) · 1.29 KB

Modbus TCP Repository

Latest release

0.0.1beta4

Maintainer

vinithmundhra

Description

Modbus TCP component

Firmware Overview

This is a Modbus TCP Server component (A Modbus Slave). Modbus protocol specification and messaging implementation guide can be found here:

http://www.modbus.org/specs.php

The Modbus TCP Server component accepts data from the TCP layers and processes them for Modbus commands. If the received TCP data is a Modbus command, the component requests data from/to the user application. The request (Modbus Command) is usually to read/write values from/to registers, coils, etc... After this, the component forms the required Modbus response, sends it back to the TCP client (Modbus Master) and waits for next Modbus command.

Known Issues

none

Support

Issues may be submitted via the Issues tab in this github repo. Response to any issues submitted as at the discretion of the manitainer for this line.

Required software (dependencies)