RASPBERRY PI: Getting started with UART/Serial Port
Install WiringPi sudo apt-get install python-dev sudo apt-get install python-setuptools git clone https://github.com/WiringPi/WiringPi-Python.git cd WiringPi-Python git submodule update –init at ~/WiringPi-Python/WiringPi/wiringPi/piNes.c change < to the ” at #include “wiringPi.h” sudo python setup.py install git clone git://git.drogon.net/wiringPi ;or for update (if already cloned before) cd wiringPi git pull origin /boot/cmdline.txt ;…