Changes

Jump to: navigation, search

Fit-statUSB

188 bytes added, 06:45, 11 June 2018
/* Using fit-statUSB from terminal */
==== Sample Python code ====
* Python dependencies: pyserial
import serial
ser = serial.Serial(/dev/ttyACM0)
ser.write("#00FF00/n")
ser.close()
- Note that new line must be addded at the end of the command String
=== Detect fit-statUSB Serial Port ===
61
edits