diff options
| -rw-r--r-- | st.1 | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -96,18 +96,18 @@ use a tty | |||
| 96 | .I line | 96 | .I line |
| 97 | instead of a pseudo terminal. | 97 | instead of a pseudo terminal. |
| 98 | .I line | 98 | .I line |
| 99 | should be a (pseudo-)serial device (e.g. /dev/ttySO on Linux for serial port | 99 | should be a (pseudo-)serial device (e.g. /dev/ttyS0 on Linux for serial port |
| 100 | 0). | 100 | 0). |
| 101 | When this flag is given | 101 | When this flag is given |
| 102 | remaining arguments are used as flags for | 102 | remaining arguments are used as flags for |
| 103 | .BR stty(1). | 103 | .BR stty(1). |
| 104 | By default st initializes the serial line to 8 bits, no parity, 1 stop bit | 104 | By default st initializes the serial line to 8 bits, no parity, 1 stop bit |
| 105 | and a 38400 baud rate. The speed is set by appending it as last argument | 105 | and a 38400 baud rate. The speed is set by appending it as last argument |
| 106 | (e.g. 'st -l 115200'). Arguments before the last one are | 106 | (e.g. 'st -l /dev/ttyS0 115200'). Arguments before the last one are |
| 107 | .BR stty(1) | 107 | .BR stty(1) |
| 108 | flags. If you want to set odd parity on 115200 baud use for example 'st -l | 108 | flags. If you want to set odd parity on 115200 baud use for example 'st -l |
| 109 | parenb parodd 115200'. Set the number of bits by using for example 'st -l cs7 | 109 | /dev/ttyS0 parenb parodd 115200'. Set the number of bits by using for |
| 110 | 115200'. See | 110 | example 'st -l /dev/ttyS0 cs7 115200'. See |
| 111 | .BR stty(1) | 111 | .BR stty(1) |
| 112 | for more arguments and cases. | 112 | for more arguments and cases. |
| 113 | .TP | 113 | .TP |
