Just yesterday I had my first experience and success with the Arduino and a stepper motor. I want feed back from the Arduino so I can see what my variables are at at given intervals of time. I am connected to the Arduino using the USB cable. I am guessing that I don't need to mess with any of the pins and the information is in the micro controller, yes? I looked over the Serial - Arduino Reference section but I am unsure as to the process of getting information back and printed. Are the steps
open a serial port
read specific information
print result?
If I have a variable "unsigned long stepCount = 3400;. How do I read that from the board and display it on the Serial Monitor?