Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 583 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 583 Bytes

manual-tux

Github All Releases Build status

send and receive arbitrary bytes to and from serial for ECE391 tux controller testing

valid formats are xnn for hex number, bnnnnnnnn for binary, separate with comma and no space.

Eg to set 7 segment to display "Good" send xc6,x0f,b01001111,b01001101,b01001101,b11100101