Changes

Jump to: navigation, search

Fit-statUSB

30 bytes added, 06:47, 11 June 2018
/* Sample Python code */
* Python dependencies: pyserial
import serial
ser = serial.Serial("/dev/ttyACM0") ser.write(b"B#FF0000-500#00FF00/-500#0000FF-500\n")
ser.close()
- Note that new line must be addded at the end of the command String
61
edits