Hey everyone,
when I write to the serial port, everything is in one line...
how can i change it from this:
valvalvalvalvalvalvalvalval
to this:
val
val
val
val
val
val
thanks a ton!!
Hey everyone,
when I write to the serial port, everything is in one line...
how can i change it from this:
valvalvalvalvalvalvalvalval
to this:
val
val
val
val
val
val
thanks a ton!!
Serial.println("Do it this way.");
Oh thats was quick!
thanks a wholelottabunch
it works!