-
Notifications
You must be signed in to change notification settings - Fork 132
Serial port improvements request.:connect to serial monitor based on port and baud rate of currently selected project(s) #325
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
Comments
do you mean saving the last opened serial port name or restoring the serial connection that were open when eclipse closed? |
Let me describe my actual workflow to see better what I mean: |
It is unclear to me why you have to do the following step "Press the upload icon again, get the "no project selected" error" Next to that: |
Ok, the "upload again" is not forcibly needed, I took the habit to do so to make sure that I didn't miss anything. But you are right, that step is most times obsolete. Out of that, the workflow you describe seems very sexy if it can be realized :-) |
I plan to do some major changes after the next release. I would not see why these two issues could not be part of it. |
Great, thank you! Looking forward to it. 👍 |
I think about adding a baud rate to the arduino configuration. What do you think? |
Also some preparational actions are done for #325 which involved moving files around to externalize the add and remove serial port methods
When you select a project (or more) and click on open serial port button on the toolbar (or in the arduino menu)The plugin will open serial connections for all selected projects based on the com port provided in the project properties and the baud rate in the Serial.begin in the arduino code
I didn't add the baud rate to the properties. I read it from the arduino code :-) |
The Eclipse Arduino IDE remembers well on one side the last active project at restart/relaunch, but the last attached com port in the serial monitor seems not to be saved and one has to re-attach it at every launch of the IDE. Would be nice to have the last setting restored here, too.
The text was updated successfully, but these errors were encountered: