Changes

Jump to: navigation, search

Fit-statUSB

766 bytes added, 10:28, 6 June 2018
/* Using fit-statUSB in Windows */
== Using fit-statUSB in Windows ==
=== Using fit-statUSB from terminal ===
* Open a terminal utility with serial port support (e.g. [https://ttssh2.osdn.jp Teraterm])
* Establish new connection to the serial port assigned to fit-statUSB (in TeraTerm: File --> New connection --> Serial (select COMn: USB Serial Device)
* Type a command, e.g. #FF0000 (fit-statUSB should turn RED)
Note there is no command editing (no backspace / delete). If you mistype please start a new command.
=== Using fit-statUSB from command line ===
echo [command] > \\.\[com port]
* [command] - the command sent to fit-statUSB over serial
* [com port] - the COM port assigned to fit-statUSB
 
'''Example:'''
Assuming fit-statUSB is on COM10 the following command will set fit-statUSB color to red:
echo #FF0000 > \\.\COM10
 
=== Using fit-statUSB from command line ===
echo [command] > \\.\[com port]