node-modbus-rtu
node-modbus-rtu copied to clipboard
Native NodeJS implementation of ModbusTU protocol using node-serialport and promises
I have a ModBus relay board having a RS485 port. I want to use the USART on my Raspberry PI. I can get a UART to RS485 translator but it...
My energy analiyzer response 32-bit data. Is it possiple read this data?
How to set no check bit
It looks like there is memory leak around Queue management. When the port is closed, Queue should be stopped (mether Queue.stop called). But there's no code for that. This leads...
Hello Sir, I am trying to read multiple register in single call. For this I have done one change in modbus-rtu > master.js file. Master.prototype.readHoldingRegisters = function(slave, start, length, dataType)...