Running Ubuntu on a Pi 2 wrote this code in python:
import serial
test=serial.Serial("/dev/ttyACM0",9600)
test.write('3')
It's sending something, but I need it to send the number 3 to the Arduino and it's definitely not sending that.
I've tested the Arduino code from my MAC and I open a serial window type in a 3 and get three blinks.
Please Help been stuck for hours probably an easy fix.
