diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..5fc764c --- /dev/null +++ b/TODO.md @@ -0,0 +1,13 @@ +- serial.write() may block for reasons beyond our control. For + example, CDC-ACM devices may do flow control internally and block on + USB transfers; the CDC-ACM interface does not expose flow control + settings to the PC, and writes will hang indefinitely even if + --flow is not used. Since polling the keyboard is in the write loop, + this kills us. + +- Support some other escape character so ^C can be optionally used. + Maybe even remove ^C as an option, use ^] exclusively? + +- Support reconnection + +- See patches from "Guyzmo"