Open axcxl opened 6 years ago
Realized why: currently overwatcher opens two separate sockets, one for reading, one for writing :)
This needs to be changed so it can also support telnet to the device.
Was changed when adding support for telnet directly to the device, as that required only one socket. This will be closed when that branch is merged (still testing for now).
Telnet support was merged in, this needs to be tested and closed.
Using ser2net 2.9, default config for port - does not work.
Using 3.5 with the following config works OK: 3000:telnet:600:/dev/ttyUSB0:115200 banner remctl telnet_brk_on_sync -chardelay max-connections=3
This needs to be investigated.