dennis97519 / manual-tux

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%