sarahghp / p5bots

Use your microcontroller with p5.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PORT name parameter in p5.board function

philomorphism opened this issue · comments

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!!