tio/src
g0mb4 7fc8e278ed Extended hexadecimal mode.
While in hex mode (ctrl-t h) you can output hexadecimal values.
E.g.: to send 0x0A you have to type 0A (always 2 characters).

Added option -x, --hex to start in hexadecimal mode.

Added option --newline-in-hex to interpret newline characters in hex mode.
This is disabled by default, because, in my opinion, hex stream is
fundamentally different from text, so a "new line" is meaningless in this
context.
2021-08-03 13:33:54 +02:00
..
bash-completion Merge pull request #112 from henrikbrixandersen/bash_completion_ttys 2021-01-18 01:19:45 +01:00
include/tio Extended hexadecimal mode. 2021-08-03 13:33:54 +02:00
error.c Update copyright headers 2017-09-28 18:15:07 +02:00
log.c Write to logfile as soon as we have the data, don't buffer. 2018-06-23 11:42:23 -07:00
main.c Reconfigure stdin 2017-11-06 14:43:56 +01:00
Makefile.am Fix out of tree builds 2020-04-06 17:04:07 +02:00
options.c Extended hexadecimal mode. 2021-08-03 13:33:54 +02:00
setspeed2.c src/setspeed2.c: fix redefinition of termio 2019-12-27 21:41:47 +01:00
time.c Update copyright headers 2017-09-28 18:15:07 +02:00
tty.c Extended hexadecimal mode. 2021-08-03 13:33:54 +02:00