Rank: Advanced Member
Groups: Registered
Joined: 5/31/2017(UTC) Posts: 67 Thanks: 1 times Was thanked: 8 time(s) in 8 post(s)
|
Am I correct in saying that serial print output can be displayed in the lower right hand corner of the screen?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/11/2014(UTC) Posts: 661
Thanks: 1 times Was thanked: 109 time(s) in 104 post(s)
|
Yes you can send debug and error messages by writing
Serial.print("deb:message");
or
Serial.print("err:message"):
They will print in the message log as either debug or error.
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 5/31/2017(UTC) Posts: 67 Thanks: 1 times Was thanked: 8 time(s) in 8 post(s)
|
So is this correct. Arduino serial print is like this Serial.print("Input"); // this prints Input as a label Serial.Print(input); // this prints the input value Input input value. Embrio serial print Will this work the same way? Serial.print("deb:input"); Does this print the value of the input? How do I print the label, then the input value? Edited by user Friday, March 01, 2019 8:32:09 PM(UTC)
| Reason: Not specified
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.