chrome-modbus
chrome-modbus copied to clipboard
Modbus/TCP for Chrome Apps.
Uncaught TypeError: Cannot read property 'tcp' of undefined On below line chrome.sockets.tcp.onReceive.addListener(receiveListener);
Hi, I found an error and struggled with it for a while. When we acquire a new client via: `var client = new ModbusClient()` The function in [modbus.js](https://github.com/Cloud-Automation/chrome-modbus/blob/master/dist/modbus.js) has: `ModbusClient...
Hello, seems I can't use this library for a real connection with an industrial machine. The machine have modbus slave ID = 1. Where I can set the slave ID?...