-
Can you add support for RFC2217? It would allow changing the baud and other settings remotely.
-
I just updated to the newest bundle on the stable channel and the exported USB console is no longer functional and ser2net emits an error message (but still starts up):
```
Invalid accepter port nam…
-
I am using rpi pico w configured setup for running the wokwi emulator in VS code based on the mycropython firmware 1.23.0. However, i would like to be able to connect to repl and also perform the fil…
-
rfc2217 is telnet extension for acessing remote serial line. Maybe it would be usefull to implement, because there are drivers (for most operating systems) to attach such terminal server as local seri…
-
Thanks to @dleonard0 who contributed the implementation, picocom is in the process of gaining support for [RFC2217-protocol](https://tools.ietf.org/html/rfc2217) remote ports.
Here is the original …
-
Trying to connect to remote serial port served by ser2net with pyserial-asyncio. Fails due to error:
`NotImplementedError: write_timeout is currently not supported`
Trace:
```
_ _ _ _ _ _ _ _ _ …
-
It would be really nice to have simple and clear tutorials with the minimum number of lines for rfc2217 (along with those you have now). It is good that you have relay server and console application e…
-
Hi thanks for the code. In my setup I have my home assistant box far from the amp. As a workaround I connect a rpi to the amp, and create an rfc2217 service to expose the serial port over tcp (there i…
-
I found Issue after updating to **0.31.2**.
on **0.21.40** this works like a charm:
```
serial_port:
port_name: rfc2217://somewhere.lan:2217
baudrate: 57600 # or 115200, YMMV
```
afte…
-
The UNIRAS rig will use an ethernet-based serial adaptor, [CSC-H64 by Sollae Systems](https://www.eztcp.com/en/products/csc-h64), in place of the current USB serial adaptors. This will require some (s…