Rank: Newbie
Groups: Registered
Joined: 12/20/2017(UTC) Posts: 2
Was thanked: 1 time(s) in 1 post(s)
|
Hi I'm new to the Arduino world, I'm making a project where I need to costantly check the output of the Arduino on a serial monitor, how can I access and connect the serial monitor of my Arduino?
|
1 user thanked alessandro for this useful post.
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/11/2014(UTC) Posts: 661
Thanks: 1 times Was thanked: 109 time(s) in 104 post(s)
|
Depends what you mean. The Arduino has a serial monitor which will print out anything that the Arduino serial.prints to it. Just make sure to listen at the same baud rate that you serial.begin with.
If you want to use the value in an embrio program it depends on what the value is. If it's a simple digital or analog read then you can use one of the input nodes in the IO toolbar (the first toolbar tab). If you need to write custom arduino code to get the value you can make your own embrio node.
In a week or so the next embrio update will have a form designer which lets you make an exe with a user interface so you can display the value in a compiled embrio program.
If you give me some more info on how your Arduino reads the value and what you want to do with it I can help more.
|
|
|
|
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.