-
Just wanted to, firstly, thank @ccutrer again for all his hard work.
Secondly to report that this code seems to work perfectly with non-Balboa RS485-WiFi adaptors, in my case an Elfin-EW11. After …
-
### Versions
- Python: 3.10.12
- OS: Ubuntu 22.04.4 LTS
- Pymodbus: 03542f6b0843
- Modbus Hardware (if used): none
### Pymodbus Specific
- Server: rtu - async : `./server_callback.py -…
-
Bedankt voor dit handige stukje code!
Ik krijg helaas bij het uitvoeren van de code een foutmelding(begin gaat wel goed en data wordt uit de GoodWe gehaald):
`Traceback (most recent call last):
…
-
I am now trying to migrate from openHAB 2 to openHAB 3 since almost one week, but my serial devices prevent me from doing that.
During my investigations I found that the bug(s) that I am facing do …
t2000 updated
2 years ago
-
Is it possible to add the option to manually specify the serial device path? Would this allow serial devices to be connected via ser2net?
Since I've run into USB stability problems in conjunction w…
-
Great project and working well but... my client only. For some projects, it is still inevitable to create a virtual com port if legacy software offers neither ESP hardwaresupport nor Telnet-protocol b…
-
Not wanting to hijack an existing issue (like https://github.com/RainerStaude/hass-becker-component-plus-pybecker/issues/39), so opening a new one :sweat_smile:
I tried to setup my becker USB dong…
Flink updated
3 weeks ago
-
Connecting to UNIX sockets comes in be handy with QEMU, for example. Like when you have a bunch of VMs and want to connect to a serial console:
```
$ tio ~/VM/vm1.console
```
Quick POC shows t…
-
### Describe the bug
The [Wokwi for VS Code extension](https://marketplace.visualstudio.com/items?itemName=wokwi.wokwi-vscode) uses VS Code's build-in terminal since the version 2.1.0.
With that…
-
How can a client set/change the baudrate of esp-link?
I am using a virtual COM port driver from http://www.hw-group.com/products/hw_vsp/index_en.html to create a local COM on the client. On the other…