-
I've created a runnable test below to demonstrate the issue:
```
const modbus = require('jsmodbus');
const net = require('net');
let socket = new net.Socket();
let opts = {
host: '127.0.…
-
Hello All,
I am trying to build a custom module in .NET Framework which would post data to IoT hub after a bit of processing. My solution is working with a simulator inside the solution.
But, whe…
-
Looks like an issue with dwc_otg was introduced with 4.14.x versions - 4.9.80 does not show issue.
When booting RPi 3, 2 or ZeroW with 4.14.x versions with a "C-Media Electronics Inc. USB PnP Sound…
-
In some cases the application crashes (when I'm sure how, I'll report it as another bug)
After I restart it, it has the old slaves in the list, however, it keeps throwing the "Slave x does not exis…
-
Hi,
I have a problem with an embeddedpi with mbpoll reading modbus registers on ttyAMA0 from a simply modbus slave running on windows. The laptop has an rs485 to usb converter like on the picture. It…
-
I would like to use mbpoll in place of [ModbusPal](http://modbuspal.sourceforge.net/) as a Modbus slave simulator for testing purposes. Is that possible? ModbusPal is GUI based, but my lightweight Ubu…
-
Hi,
I have successfully instantiated the alarm. But whenever the alarm is raised I am getting following error.
```
func readValueAsync has failed
stack TypeError: Cannot read property 'length' …
-
### Versions
* Python: 2.7
* OS: MAC OSX
* Kivy: 1.9.1
* Kivy installation method: PIP
### Description
I have a python project ,which uses KIVY for its GUI, The project requirements is as…
-
Hello guys!
Please need help... I am a beginner in python and low level networking:)
I am trying to create Modbus request to my PLC simulator and do not succeed.
Here is my code:
```
#!/usr/bi…
-
Hi,
I am trying to understand how to write/read via modbus, and not sure how to begin testing. There's a simulator you created that may be helpful to me in understanding. Would you be able to give …