SMS on your Raspberry Pi… Adapted from : http://www.smssolutions.net/tutorials/gsm/receivesmsat/ This assumes you have set up your sim card, wired your…
Download latest PyUSB from : http://sourceforge.net/projects/pyusb/files/PyUSB%201.0/1.0.0-beta-2/pyusb-1.0.0b2.tar.gz/download Place file “pyusb-1.0.0b2.tar.gz” on your desktop gunzip <pyusb-1.0.0b2.tar.gz |tar xvfp - cd pyusb-1.0.0b2 sudo ./setup.py…
We will need the crc16 python code library : http://code.google.com/p/pycrc16/downloads [crayon-685028480f746739004576/] [crayon-685028480f74d499750416/] [crayon-685028480f750695706930/] Keep Reading : Serial Communication with…