-
-
Notifications
You must be signed in to change notification settings - Fork 802
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
Automatic detection of port on upload #15
Comments
Thanks a lot for feedback!
|
In ino, one simply writes ino upload -b uno Then ino finds the upload port automatically. -----Original Message----- Thanks a lot for feedback! |
Sorry, ion = ino . -----Original Message----- Thanks a lot for feedback! |
@pelikhan Please connect your Arduino UNO and give me a result of this command: $ platformio serialports list |
You can test it from the $ pip uninstall platformio
$ pip install https://github.com/ivankravets/platformio/archive/develop.zip |
Very nice. |
I realise this issue is old, but is this working correctly? What criteria does it use to find the correct upload port?
ttyACM0 is not my device, the correct port is ttyACM3. |
@DesktopMan could you provide an output of |
Here's the device list:
|
Thank you, I've just added Genuino Uno's PID/VID to board manifest. See |
Temporary solution is to manually specify |
Any idea how long it takes for these changes to show up in production? I'm getting 150 students next week and this would save me hours of support. |
@DesktopMan, done! Please run |
Thanks, working. This also seems to be the case for Genuino 101. (intel_arc32):
|
@DesktopMan It should work for Genuino 101, see |
Hi. I ordered new arduino uno board and it seems that auto detection does not work for my board version. @ivankravets Could you update boards/uno.json ?
Thank you in advance ! |
@mgawron86 please file an issue here https://github.com/platformio/platform-atmelavr/issues |
@ivankravets Issue opened: platformio/platform-atmelavr#133 |
First, let's just say that this project is awesome. This is some awesome work.
One feature that I missed moving from ion was the automatic detection of upload port. It's a very nifty feature that makes things a tad simpler.
The text was updated successfully, but these errors were encountered: