node-modbus-rtu icon indicating copy to clipboard operation
node-modbus-rtu copied to clipboard

Native NodeJS implementation of ModbusTU protocol using node-serialport and promises

Results 5 node-modbus-rtu issues
Sort by recently updated
recently updated
newest added

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?

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)...