Well basically my serial monitor prints data sideways which looks like this ( 1425351738817356281752879......) and on and on I want it to go down like this : ( 245 345 563 ... )
how can I change this?
Well basically my serial monitor prints data sideways which looks like this ( 1425351738817356281752879......) and on and on I want it to go down like this : ( 245 345 563 ... )
how can I change this?
polishdude20: Well basically my serial monitor prints data sideways which looks like this ( 1425351738817356281752879......) and on and on I want it to go down like this : ( 245 345 563 ... )
how can I change this?
Learn to use: http://arduino.cc/en/Serial/Println instead of http://arduino.cc/en/Serial/Print when you want a number to be printed on it's own line. Both are useful functions, you just need to know which to use when.
Lefty