Add support for hexidecimal mode

A new key command 'ctrl-t h' is introduced which toggles between
hexidecial mode and normal mode. When in hexidecimal mode data received
will be printed in hexidecimal.
This commit is contained in:
Martin Lund 2017-09-19 12:19:17 +02:00
parent 7ae62d6030
commit 3457446a04
3 changed files with 47 additions and 1 deletions

View file

@ -74,6 +74,8 @@ List available key commands
Send serial break (triggers SysRq on Linux, etc.)
.IP "\fBctrl-t c"
Show configuration (baudrate, databits, etc.)
.IP "\fBctrl-t h"
Toggle hexidecimal mode
.IP "\fBctrl-t l"
Clear screen
.IP "\fBctrl-t q"