4 lines
71 B
Bash
Executable File
4 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
# 4800 kbps 8N1
|
|
stty -F /dev/tty701 4800 cs8 -parenb -cstopb
|