morkai / h5.modbus

Implementation of the MODBUS IP/ASCII/RTU master and slave over TCP/UDP/Serial for Node.js.
https://miracle.systems/p/h5.modbus
MIT License
28 stars 21 forks source link

patch to working COM transport #30

Closed pledou closed 4 years ago

pledou commented 4 years ago

rtu (default eoftimeout value updated to 10ms according to jsdoc) asci (avoid faulty index test when buffer length< 2)

morkai commented 4 years ago

Thanks!