135 B
135 B
Serial port
Sniff with a PTY
socat -v -x -d -d pty /dev/ttyUSB0
You may need to stty
the actual serial port properly.
socat -v -x -d -d pty /dev/ttyUSB0
You may need to stty
the actual serial port properly.