diff --git a/serial.md b/serial.md new file mode 100644 index 0000000..2f08f35 --- /dev/null +++ b/serial.md @@ -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. +