LED blinking using Arduino and pySerial

I feel stupid asking about this, but I was shocked by my inability to find the simplest example I can imagine in order to talk to Arduino on Serial. I have a connection configured and I understand how to write Arduino and Python code, but I have no idea how to write to an arduino pin using python. Can someone point me to a place in this example or show me how this is done?

+5
source share
2 answers

The official Arduino-Python interaction page is here:

http://playground.arduino.cc/interfacing/python

"" , VU-. python Arduino. , .

http://blog.blinkenlight.net/experiments/basic-effects/vu-meter/

+4

Arduino , Arduino, , . , Firmata, ( Firmata Pyduino). Arduino, .

+4
source

All Articles