Skip to content
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

Can't specify different upload and monitor serial ports. #577

Open
paulwrath1223 opened this issue Sep 5, 2024 · 3 comments
Open

Can't specify different upload and monitor serial ports. #577

paulwrath1223 opened this issue Sep 5, 2024 · 3 comments
Labels
help wanted Extra attention is needed ravedude

Comments

@paulwrath1223
Copy link

paulwrath1223 commented Sep 5, 2024

The Sparkfun Pro Micro (and presumably the other 32u4 boards) use a different COM port depending on if it's in bootloader mode.
I'm currently trying to just get a blink sketch working on a Pro Micro, but cant get it working. I am totally liable to be making a giant blunder, but I can only upload by specifying the COM port, and then the program immediately crashes after uploading with an unspecified error.

Tested on Arduino Uno [edit: with a new project] and without changing anything it works flawlessly.

@stappersg
Copy link
Contributor

stappersg commented Sep 5, 2024 via email

@paulwrath1223
Copy link
Author

According https://store.arduino.cc/en-nl/products/arduino-uno-rev3 has an Arduino Uno an ATmega328p. And that is not a 32u4.

I should have been more specific, I have 2 boards.

When creating a project for the Uno, everything works fine (except the 'issue' described here: #248)

However, for the Pro Micro, I need to specify a COM port for it to upload successfully, and the serial output port is different.

@Rahix Rahix added the ravedude label Sep 14, 2024
@Rahix
Copy link
Owner

Rahix commented Sep 14, 2024

Yeah, I'm aware of this shortcoming in the current design. I agree that it should be possible to specify an alternative port for the console and essentially disconnect the console logic from the flashing logic a lot more.

Let's take care of this after #522 is merged.

@Rahix Rahix added the help wanted Extra attention is needed label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed ravedude
Projects
None yet
Development

No branches or pull requests

3 participants