Closed stefanpoeter closed 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.
I look forward to seeing this update !
Too busy to check serial part, but I don't forget. Will do... soon.
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.