gists/serial.md

8 lines
135 B
Markdown
Raw Permalink Normal View History

2021-12-03 07:31:04 +00:00
# Serial port
### Sniff with a PTY
```socat -v -x -d -d pty /dev/ttyUSB0```
You may need to `stty` the actual serial port properly.