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

Feature Request: Add support for Serial UPDI port specification separate from IDE Port: menu #1166

Closed
EclipseBoom opened this issue Nov 11, 2024 · 1 comment
Labels
Not our bug This is a bug in a third party tool and should be raised with the maintainers of that tool, if any.

Comments

@EclipseBoom
Copy link

Want to use serial UPDI programmer and still be able to debug via Serial monitor and plotter. It looks to me like programmers.txt can specify the serial port used by the programmer independently of the IDE default serial port selection used for the Serial monitor and plotter.

Adding this feature would be much cleaner than running external serial apps or starting two copies of the IDE etc.

Perhaps this is an IDE function and not a SerialUPDI programmer subsystem function. If so please close this issue.

@SpenceKonde
Copy link
Owner

This is an IDE issue.
I can make tools submenus, but only with content that depends only upon the selected board, when this feature needs to be able to get the list of serial ports and propagate that menu option down to where platform.txt is getting processed (has historically been an issue at times, ie, it resolves at one point in processing but not the critical one)

In any event, the IDE's serial terminal is an unpardonable, unsalvagable piece of utter shit, literally lacking every feature I would consider essential in a serial monitor for embedded development.
I use and recommend hTerm - I leave it open (on the data serial port) while leaving the IDE set to the upload port. Does everything conceivable and some things you haven't even imagined yet.

I have been wiring boards up so that the nominal-CTS line is tied to UPDI - a suitable dual-serial adapter IC could then present a single 6-pin connection interface, allowing DTR reset serial and UPDI programming. I seem to have a bit of a curse w/regards to USB devices though... You don't wanna know how many revs various attempts at that have gone through.

@SpenceKonde SpenceKonde added the Not our bug This is a bug in a third party tool and should be raised with the maintainers of that tool, if any. label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Not our bug This is a bug in a third party tool and should be raised with the maintainers of that tool, if any.
Projects
None yet
Development

No branches or pull requests

2 participants