tio/src
George Joseph f24cee61e7 Add Pulse DTR command
MCUs like the ESP32 can be reset if the serial port DTR line is
pulsed for a short time.  You could just type CTRL-t d CTRL-t d
but that's a little awkward since you have to lift your finger
off the CTRL key to type the Ds.  Now you can just type CTRL-T D.

* Added new command "D" to pulse the DTR line.  I.E.  Toggle its
  state twice with a configurable duration between toggles.

* Added new config/command line option "--dtr-pulse-duration"
  to set the duration between the DTR state toggles.  The default
  is 100ms.
2022-07-07 12:45:29 -06:00
..
bash-completion Add Pulse DTR command 2022-07-07 12:45:29 -06:00
configfile.c Add Pulse DTR command 2022-07-07 12:45:29 -06:00
configfile.h Fix command-line tty-device|config parsing 2022-06-11 22:56:03 +02:00
error.c Redirect error messages to stderr 2022-05-24 13:35:27 +02:00
error.h Update headers 2022-03-11 15:15:39 +01:00
iossiospeed.c Update headers 2022-03-11 15:15:39 +01:00
log.c Cleanup stdout flushing 2022-06-22 01:03:59 +02:00
log.h Cleanup log code 2022-06-22 00:22:18 +02:00
main.c Enter non-interactive mode when piping to tio 2022-06-16 21:03:53 +02:00
meson.build Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
misc.c Fix default timestamp 2022-07-05 18:57:03 +02:00
misc.h Cleanup 2022-07-03 18:28:51 +02:00
options.c Add Pulse DTR command 2022-07-07 12:45:29 -06:00
options.h Add Pulse DTR command 2022-07-07 12:45:29 -06:00
print.c Cleanup stdout flushing 2022-06-22 01:03:59 +02:00
print.h Cleanup stdout flushing 2022-06-22 01:03:59 +02:00
setspeed2.c Update headers 2022-03-11 15:15:39 +01:00
signals.c Handle SIGHUP 2022-03-18 19:19:11 +01:00
signals.h Handle SIGHUP 2022-03-18 19:19:11 +01:00
socket.c Add missing 'string.h' include. 2022-07-04 17:34:38 +02:00
socket.h Add support for external control via a Unix domain socket. 2022-04-18 14:06:33 -07:00
tty.c Add Pulse DTR command 2022-07-07 12:45:29 -06:00
tty.h Add Pulse DTR command 2022-07-07 12:45:29 -06:00