You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TODO.md 535 B

9 years ago
12345678910111213
  1. - serial.write() may block for reasons beyond our control. For
  2. example, CDC-ACM devices may do flow control internally and block on
  3. USB transfers; the CDC-ACM interface does not expose flow control
  4. settings to the PC, and writes will hang indefinitely even if
  5. --flow is not used. Since polling the keyboard is in the write loop,
  6. this kills us.
  7. - Support some other escape character so ^C can be optionally used.
  8. Maybe even remove ^C as an option, use ^] exclusively?
  9. - Support reconnection
  10. - See patches from "Guyzmo"