Changes

Jump to: navigation, search

Fit-statUSB

17 bytes added, 06:40, 11 June 2018
/* Using Bash Command line */
sudo stty -F /dev/ttyACM0 9600 raw -echo -echoe -echok -echoctl -echoke
* Send the command directly to the TYY port
echo "B#FF0000-1000#00FF00-500" > /dev/ttyACM0
==== Sample Python code ====
61
edits