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

Add command to toggle RTS

This commit is contained in:
Cody Planteen
2016-10-14 19:06:26 -06:00
parent 68c2c7041c
commit a30867c366
4 changed files with 160 additions and 10 deletions

View File

@ -64,7 +64,7 @@ here.
: Quit the program _without_ reseting the serial port, regardless of
the **--noreset** option.
**C-p**
: Pulse the DTR line. Lower it for 1 sec, and then raise it again.
@ -74,6 +74,11 @@ here.
: Toggle the DTR line. If DTR is up, then lower it. If it is down,
then raise it.
**C-g**
: 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.
**C-backslash**
: Generate a break sequence on the serial line. A break sequence is
@ -83,7 +88,7 @@ here.
**C-b**
: Set baurdate. Prompts you to enter a baudrate numerically (in bps)
: Set baudrate. Prompts you to enter a baudrate numerically (in bps)
and configures the serial port accordingly.
**C-u**