Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
471 stars 175 forks source link

v1.0.0 alpha release #20

Closed stefanpoeter closed 8 years ago

stefanpoeter commented 8 years ago

Hey everyone,

this is a new version and reimplementation of the node-modbus module.

It includes a better api (with promisses), easier tcp server setup, handling timeouts, hopefully supporting serial and the WriteMultipleRegisters FC.

I do not manage to get a serial port connection running. Maybe one of you has more luck than I and can help. See the ReadCoils.js in the example/serial folder.

This is all still work in progress.

stefanpoeter commented 8 years ago

Hey Folks, as you can see I am updating this release heavily. I use it in my projects already especially the server side since it is really ease to create and controll a modbus server in this version. I link it with a express http server and simulate plcs for my user interfaces. It really works great. And since I am using it very frequently already I am thinking about releasing it soon.

Since I didn't had any luck with the serial part I will mark this functionionality as unsupported for now. Hopefully anyone will test it with real hardware.

profelec commented 8 years ago

I look forward to seeing this update !

bladerunner2020 commented 8 years ago

Too busy to check serial part, but I don't forget. Will do... soon.