Welcome Guest! To enable all features please Login or Register.
Options
Go to last post Go to first unread
scott@scottelford.biz  
#1 Posted : Wednesday, July 12, 2017 2:17:12 PM(UTC)
scott@scottelford.biz

Rank: Advanced Member

Groups: Registered
Joined: 5/31/2017(UTC)
Posts: 67
Australia

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?

EmbrioAdmin  
#2 Posted : Saturday, July 15, 2017 6:49:26 AM(UTC)
EmbrioAdmin

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.
scott@scottelford.biz  
#3 Posted : Friday, March 01, 2019 8:26:29 PM(UTC)
scott@scottelford.biz

Rank: Advanced Member

Groups: Registered
Joined: 5/31/2017(UTC)
Posts: 67
Australia

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.

Notification

Icon
Error