Hello everyone,
I'm having big problems figuring out how to send through a virtual serial port a simple char from a LilyPad to an Arduino Uno.
When I open the serial monitor i just see an infinite sequence of question marks.
What could be the problem?
Thanks a lot in advance.
I used different baud rates because doing some testing before using int variables and
Serialprint(SerialSread()) it worked just with these rates and setting the serial monitor to 19200.
Now i tried changing everything to 9600 and using inbyte=SerialS.read() but still in the serial monitor I don't recive the char a, just "blank" spaces.
Did you fix the problem on the Uno where you check for available data on one serial interface and if it is present you read from a completely different one ?