Is it possible to send to way serial communication between an arduino uno and computer?
Theirs a box in the serial monitor marked send.
Thanks
Tim
Is it possible to send to way serial communication between an arduino uno and computer?
Theirs a box in the serial monitor marked send.
Thanks
Tim
Oh, BTW, once you start the program, make sure your baud rates match up, enter something in the box and click send. (or enter)
It should give you the ASCII value of the key you pressed. (in decimal)
Mike
Very helpful.
Thanks
Tim
Hi Tim - I thought I would add a parting thought to your question. If you haven't already, check out "Exploring Arduino" by Jeremy Blum. In Chapter six he does a really nice job of introducing two way communication between the computer and the Arduino. He also introduces the Processing Program which can allow you to make very professional interfaces between the computer and the Arduino. Jeremy also has a lot of video tutorials on the Arduino if that is the way you prefer to learn.
John
Thank you for the recommendation. I have seen Mr. Blum's work at the Make magazine website.
Tim