serialitm

Crates.ioserialitm
lib.rsserialitm
version0.2.2
sourcesrc
created_at2019-10-07 23:03:08.141904
updated_at2020-08-28 21:15:16.851675
descriptionA rust command line tool used to read ITM packets off the serial port
homepage
repositoryhttps://github.com/ninjasource/serialitm.git
max_upload_size
id170704
size38,529
David Haig (ninjasource)

documentation

README

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.

Commit count: 15

cargo fmt