I think I am missing a very simple step somewhere here, but I am unable to make sense of what is happening with my uart serial connection between Axo and Arduino.
My arduino code is simple, the data received as a byte, if it is greater than 0, then it turns on, an LED.
This works when the value goes over 0..
But this does not..
This is the first hook up of the uart on the axo, testing to make sure it all works, and I need it to send values to the arduino between 0 and 2000 for my official setup.
Do you know what I am missing.
Thanks..