GithubHelp home page GithubHelp logo

modbusdirektcore's Introduction

ModbusDC

ModbusDC is a communication library for the modbus protocol.

This project was largely inspired by the EasyModbusTCP.NET library. https://github.com/rossmann-engineering/EasyModbusTCP.NET but was rebuilt from scratch to add flexibility and solve some limitations in the implementation.

About Modbus

Modbus is a communication protocol for serial devices. It was built to enable communication over long distances over a two wire bus cable using the RS-485 standard. A traditional Modbus "system" consists of a 'Master' device and up to 32 slave devices along a single BUS cable. The master consisted of a PC with a RS-485 PCIE card, or a RS-485 modem connected to the PC`s Serial port.

When multiple serial devices are connected to a single bus line, the communication needs to be synchronized to prevent two devices transmitting at the same time. In modbus this is handled by only allowing the master to initiate communication. The master sends out a Read or Write command containting a Unit Identification number, and the slave device whith the corresponding id then responds to the message.

Modbus later added a protocol standard to enable communication over TCP/IP which added great flexibility to the modbus topology. Using a Modbus TCP/IP Gateway, Masters and slaves no longer have to reside on the same physical network and a single master can communicate with an unlimited number of slaves.

modbusdirektcore's People

Contributors

dc-jc avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.