20X4 LCD Smartie Asset USBAnsteuern mit PythonDas 20X4 LCD Smartie Asset USB kann problemlos mit Python angesteuert werden: import serial sd = serial.Serial('/dev/ttyUSB0', 9600, rtscts=0, xonxoff=1, timeout=0) # Start comms: sd.write('\xfe\x53\x75\x72\x65') # sd.write(chr(254)+chr(88)) # say hello sd.write("HELLO WORLD!") Im Manual finden Sie mehr Informationen zu den einzelnen Befehlen zur Displaysteuerung. |
|
Letzte Aktualisierung: © boxtec internet appliances · the better security products |