Hello, I am stuck with my project! Who can point me in the right direction? What is working: arduino is dumping data on the serial port raspberry pi B is reading it. I can read raw data import serial serial_bauds = 9600 serial_port = '/dev/ttyACM0' ser = serial.Serial(serial_port, serial_bauds) whil...