-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I receive nothing from the tcp port,
device to tcp state: unconnected
is always unconnected.
with the same configuration /etc/ser2net.conf
6000:raw:600:/dev/ttyUSB0:115200 8DATABITS NONE 1STOPBIT -XONXOFF -RTSCTS
with ser2nets:
-> showport
TCP Port 6000
enable state: raw
timeout: 600
connected to (or last connection): 600:,
device: /dev/ttyUSB0
device config: 115200 1STOPBIT 8DATABITS NONE
device controls: RTSHI DTRHI
tcp to device state: waiting input
device to tcp state: unconnected
bytes read from TCP: 10
bytes written to TCP: 0
bytes read from device: 290
bytes written to device: 10
with ser2net
-> showport
TCP Port 6000
enable state: raw
timeout: 600
connected to (or last connection): ::ffff:192.168.1.6,39162
device: /dev/ttyUSB0
device config: 115200 1STOPBIT 8DATABITS NONE
device controls: RTSHI DTRHI
tcp to device state: waiting input
device to tcp state: waiting input
bytes read from TCP: 0
bytes written to TCP: 0
bytes read from device: 0
bytes written to device: 0
Idea ?
Regards.