Changes

Jump to: navigation, search

Fit-statUSB

683 bytes added, 08:39, 6 June 2018
/* Using fit-statUSB in Windows */
* fit-statUSB provides status indication by changing the LED color, brightness and color cycle.
* fit-statUSB identifies to the PC as a serial device and changes the LED color by text commands received over the serial port.
 
== Commands ==
=== General ===
Commands to fit-statUSB are sent over serial port. No need to configure the baudrate, fit-statUSB adjusts automatically.
Each command ends with a LF and executed immediately.
 
=== Set color ===
#RRGGBB
* RR | GG | BB - HEX value of red, green, blue respectively
fit-statUSB will set the intensity of each of the colors.
'''Examples:''' to set dim green
#001200
to set bright yellow combine red and green
#FFFF00
 
 
P - Enter Device firmware update mode
? - Return device UUID #
F - Set Fade transition Time in ms 'F1000'
G - Return current color, (rr,gg,bb)
B - Set Fade transition Colors B#RRGGBB-tttt#RRGGBB....
Fade transition after each color
 
== Using fit-statUSB in Windows ==