-
Notifications
You must be signed in to change notification settings - Fork 12
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
Statically assign COM ports to arduino #30
Comments
I found an article that's about doing pretty much exactly what we need: The only thing is that the Arduino IDE might need the original names to be statically assigned instead of being able to use the new linked names. Also, I can't seem to assign more than one person to the issue. |
@jerryl108 Only one person can actually be assigned. I recommend you base the assignment off of which fork you will be using. |
Can I please get a progress update on this. This has been open for a long time and really needs to be closed. |
Ben and I wrote shell scripts for this during the computing meeting a few weeks ago. I emailed him and didn't get a response, so I just rewrote the shell scripts. They haven't been tested with an Arduino. I'll make a pull request to add them to the repo if you want. Also, I remember that the Arduino IDE doesn't see the statically assigned names (symlinks) so you might have trouble knowing which Arduino you're pushing code to if there is more than one plugged in. I might play around some more with changing the actual names and not just making symlinks later. |
A pull request would be nice, we will have @ryanloeffelman test them if he can as I do not currently have access to an arduino. If he can't test them we can wait until we get back to accept the request. Thanks! |
Package: control
Currently the arduinos are assigned COM ports based on which one is plugged in first. This will be somewhat cumbersome and error prone if we unplug the motor controllers and so we should find a way to statically assign them permanent COM ports.
A bash script to statically assign would be ideal.
This is related to #29 and #28
The text was updated successfully, but these errors were encountered: