[−][src]Module teensyduino::serial
Tooling for accessing the Serial and UART ports on the uC
Modules
| ansi | Tools for working with ansi escape sequences, mainly in serial terminals |
| log | An implementation for using the log library to log over serial |
Structs
| USBSerial | A serial USB connection to a host device. Based off of the Arduino Serial class. Do not create an instance of this, instad use the provided SERIAL static |
| USBSerialWriter | A ZST that can be constructed to use the write! and writeln! macros with the global SERIAL output |
Enums
| Parity | A representation of the parity of a serial port |
Type Definitions
| SERIAL | A serial USB connection to a host device. Based off of the Arduino Serial class. Do not create an instance of this, instad use the provided SERIAL static |