1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

fixed manual rts & dtr control for OSX

This commit is contained in:
Joe Merten
2016-12-04 12:09:11 +01:00
parent 9d0e4a251b
commit 3239ffb8a4
2 changed files with 16 additions and 16 deletions

View File

@ -78,7 +78,7 @@ here.
: Toggle the RTS line. If RTS is up, then lower it. If it is down,
then raise it. Not supported if the flow control mode is RTS/CTS.
Only supported in Linux.
Only supported in Linux and OSX.
**C-backslash**
@ -276,13 +276,13 @@ Picocom accepts the following command-line options.
: Lower the RTS control signal after opening the serial port (by
default RTS is raised after open implicitely by the OS). Only
supported when flow-control mode is not set to RTS/CTS, ignored
otherwise. Only supported in Linux.
otherwise. Only supported in Linux and OSX.
**--lower-dtr**
: Lower the DTR control signal after opening the serial port (by
default DTR is raised after open implicitely by the OS).
Only supported in Linux.
Only supported in Linux and OSX.
**--help** | **-h**