You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the serial control app alone, without the p5 web editor, you have to follow these steps to get data in the app's serial console:
select the serial port from the dropdown in the app that's connected to your Arduino, and
check the "Serial Console Enabled" box
If you're using the web editor, you can:
open the app
check the "Serial Console Enabled" box
connect to the app in your p5 sketch
"play" your sketch
You never have to select your serial port from the dropdown. Since you set the portName in the p5 sketch, you're getting data from the Arduino, but the serial port dropdown will show the first option in the dropdown, which may not be the port you're actually getting data from.
One fix would be to figure out how to get the serial control app to display the port that's actually being read from, in cases where it's set from a p5 sketch instead of the dropdown menu.
The text was updated successfully, but these errors were encountered:
Using the serial control app alone, without the p5 web editor, you have to follow these steps to get data in the app's serial console:
If you're using the web editor, you can:
You never have to select your serial port from the dropdown. Since you set the portName in the p5 sketch, you're getting data from the Arduino, but the serial port dropdown will show the first option in the dropdown, which may not be the port you're actually getting data from.
One fix would be to figure out how to get the serial control app to display the port that's actually being read from, in cases where it's set from a p5 sketch instead of the dropdown menu.
The text was updated successfully, but these errors were encountered: