/dev/ttyACMx
, Windoze COMx
). No need to bother with baud rates, handshaking, parity and other awkward things.
cdc-emit ( c -- ) Emit one character cdc-key ( -- c ) Receive one character cdc-emit? ( -- ? ) Ready to send a character cdc-key? ( -- ? ) Is there a key press ? uart ( -- ) redirect console to serial interface (UART) cdc ( -- ) redirect console to USB-CDCFor console redirection see terminalhooks.s