MikeInMinnesota

Results 3 comments of MikeInMinnesota

This is totally not an issue. I've done it on multiple systems with thousands of units for several years without any problems. The FLASH handling is through your routines, which...

As a workaround, you can edit the lib\hm310.js file and change line 18 to be: this.client.connectRTUBuffered("COM10", {baudRate: this.options.baudRate}, error => { Where "COM10" is whatever port is connected to the...

OK, I think the original problem is that line 23 of settings.html should be a relative path. Change settings.html line 23 from: require('settings.js'); To: require('./settings.js'); And then the close button...