> this is a fork of: [rp-usb-serial](https://github.com/sndnvaps/rp-usb-serial) > i have added more functionality, on top of his/hers construction > - credits to sndnvaps # USB Terminal this crate was created to give a smooth console that handles backspace and output with some color. the original rp-usb-serial crate was a good foundation to build on in my journey to learning embedded rust. ## compiling the example to compile just run: ```bash cargo build --example print-banner ```