toddstavish / Python-Arduino-Serial-Text-Send-Receive

Andruino PDE that sends text over serial port to Python language client. Useful as a test program to ensure everything is working with your hardware, drivers, and python setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description:
------------
PDE that sends text over serial port. Python code to receive the text and
print it to standard out.

Setup:
------
Mac OSX 10.6
Python 2.6 64 bit 
easy_install pyserial
Serial port name in python code may be machine specific
Structured to work as Nose unit test (optional)

Questions:
----------
https://twitter.com/toddstavish

About

Andruino PDE that sends text over serial port to Python language client. Useful as a test program to ensure everything is working with your hardware, drivers, and python setup.


Languages

Language:Python 56.9%Language:Java 43.1%