Serial port manual configurable - #27
Conversation
nmec
commented
Oct 30, 2012
Thanks for posting this, got things working for me in Ubuntu. Hope this can be merged soon. |
flosse
commented
Nov 2, 2012
+1 |
There was a problem hiding this comment.
So in the example, this will connect to /dev/ACM? I think this could be a little more clear.
There was a problem hiding this comment.
No, in the example the library searches for Arduino in every device that has 'ACM' string in its name.
A better documentation maybe:
The board library will attempt to autodiscover the Arduino.
Here you can set a regex filter to limit the library scan only matching devices.
It uses grep syntax.
If this parameter is empty the board library will attempt to autodiscover the Arduino by quering every device containing 'usb' in its name.
ecto
commented
Dec 7, 2012
Hey guys, I don't have my Arduino right now (it's halfway across the country). Can you confirm that this patch is legit? Also @setola, could you clarify the README section I commented on? I'll push this to npm afterward! |
ecto
commented
Dec 7, 2012
Also it appears there is a merge conflict after merging #26 😣 |
setola
commented
Dec 8, 2012
setola
commented
Dec 11, 2012
Conflict should be solved on 99dc318 commit, I've also improved documentation of 'device' parameter. cheers |
bigmonkeyboy
commented
Apr 27, 2013
This works really well... +1 to merge. |
anpross
commented
Jul 20, 2013
oh well - should have checked the pull requests first - i just build my own patch to fix the same problem... |
poul-kg
commented
Jul 24, 2013
Why fixes by @setola are still not merged? Is this project dead? |
setola
commented
Jul 24, 2013
try to ping @ecto to see if he's not so busy as usually :) :) |
ecto
commented
Jul 24, 2013
Merged and pushed to npm @ 0.0.9. Thanks @setola! |
setola
commented
Jul 24, 2013
again a big thank for your work @ecto |
Hello,
I've added this feature to your project cause my arduino was on /dev/ttyACM0 and the library was not able to detect it.
Thank you for your work, it's awesome!
Keep it going!