Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PORT name parameter in p5.board function #30

Open
philomorphism opened this issue Jun 24, 2018 · 0 comments
Open

PORT name parameter in p5.board function #30

philomorphism opened this issue Jun 24, 2018 · 0 comments

Comments

@philomorphism
Copy link

in Helloworld.md the instructions are given like this....

var b = p5.board('/dev/cu.usbmodem1421', 'arduino');
var led;

function setup(){
}

the issue is that the PORT name here is given so specific; and it coud be big problem for beginners working on windows machines!!
because windows machines use names like.... PORT01 or PORT03 or PORT16 or somethnig like this!!

please make it non specific and describe for all machines for the sake of helping beginners!!

stay loved!!
stay smiled!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant