#serial-port #serial #itm #command-line-tool #comport

no-std app serialitm

A rust command line tool used to read ITM packets off the serial port

2 unstable releases

0.2.2 Aug 28, 2020
0.1.0 Oct 7, 2019

#4 in #itm

21 downloads per month

MIT/Apache

13KB
153 lines

serialitm

A Rust command line tool used to read ITM packets off the serial port. This tool was specifically written to help out us poor windows users who always struggle with the serial port. The code really just connects two crates together: itm and serialport

Example Usage:

serialitm [comport] [baud]

e.g.

cargo run com3

or

cargo run com3 1000000

or just edit and use run.bat directly.

Dependencies

~9.5MB
~187K SLoC