Society of Robots - Robot Forum

Software => Software => Topic started by: Warhawk87 on July 30, 2010, 12:38:30 PM

Title: Displaying data read on board on computer
Post by: Warhawk87 on July 30, 2010, 12:38:30 PM
Hey guys,

I am using the arduino programming language with the dumilanove board. I wanted to use a photoresister to pass values into the analog inputs, and i wanted to see what came out of the analogRead() function on my computer.  So can it be done?
Title: Re: Displaying data read on board on computer
Post by: Razor Concepts on July 30, 2010, 01:27:25 PM
Serial:
http://www.arduino.cc/en/Serial/Begin (http://www.arduino.cc/en/Serial/Begin)

Arduino has a built-in serial terminal used to view the data, its the last button on the right I think.
Title: Re: Displaying data read on board on computer
Post by: Warhawk87 on July 30, 2010, 01:48:13 PM
Awesome! Thanks a lot!