Skip to content Skip to sidebar Skip to footer

How To Replicate Pyserial Sending Rgb Values To Arduino In Juart?

I have been using pyserial in a locally running Python application to send RGB values to an Arduino with: import serial import struct ser = serial.Serial('/dev/ttyACM0', 9600) se

Solution 1:

Looking at the documentation, the only thing you missed was adding the plugin to the PLUGINS directory. Copy the already compiled plugin from the git to ~/.mozilla/plugins/ instead of ~/.mozilla/extensions


Post a Comment for "How To Replicate Pyserial Sending Rgb Values To Arduino In Juart?"