Changes

Students/Tiffany Lee

582 bytes added, 12:09, 18 March 2010
Python Code
===Python Code===
From what I can read. This code seems to access gmail through atom feed, reads each line, finds a specific word in the code of gmail, and that's how it understands how many emails you have. I think that specific word is \d+, now if one day google decided to change this, I don't think this code will work anymore. You will want to execute the Python files through its command line because Pythonwin is terrible at running through tests unless you are stepping in. Things right by the number symbol are actually comments.
 
 
import urllib2, re, serial, sys, time
#Serial port for USB, FOR PC'S, mine is 3, and on Arduino it is read as COM4.
SERIALPORT=3
100
edits