Skip to content

Instantly share code, notes, and snippets.

@wohali
Created April 29, 2024 23:57
Show Gist options
  • Save wohali/65756f61a548649081b058ebc0debca5 to your computer and use it in GitHub Desktop.
Save wohali/65756f61a548649081b058ebc0debca5 to your computer and use it in GitHub Desktop.
^A toggle CR/CRLF mode (for echoed data)
^B set overflow-clears-screen mode
^C set overflow-scrolls-screen mode
^D +D disable input, ^D +I enable input
^E Editor mode (exit with ESC)
^F caused a hang - flushes data to slaves?
^G closes relay
^H backspace
^I equivalent to space
^J line feed
^K (some sort of data entry, after 1-3 digits get ERROR-START AGAIN)
^L dump contents of screen back to serial terminal
^M carriage return
^N clear to end of line
^O clear to start of line from current cursor position
^P Disable screen
^Q hide cursor
^R enable (restore) screen
^S show cursor (blinking ,)
^T blink screen
^U ???
^V ???
^W ^W (twice) starts display self-test, any key to halda
^X opens relay, clears screen, and returns cursor to start position
^Y (some sort of comamnd mode / data entry?)
^Z [123456] - brightness
ESC+ (ascii or number) Move cursor by some number of characters(?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment