serial port

master
giomba 2021-12-03 08:31:04 +01:00
parent dfb77a04ad
commit 3180c0c4a8
1 changed files with 7 additions and 0 deletions

7
serial.md Normal file
View File

@ -0,0 +1,7 @@
# Serial port
### Sniff with a PTY
```socat -v -x -d -d pty /dev/ttyUSB0```
You may need to `stty` the actual serial port properly.