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