Skip to content

[Feature request} Add programmer serial port menu #5554

Closed as not planned
Closed as not planned
@petersheeren

Description

@petersheeren

We're adding an AVR in-system programmer to the Arduino IDE. This programmer comes with its own software i.e. it uses a dedicated program instead of avrdude. At this point the programmer is fully functional from within Arduino IDE.

The programmer exposes a USB-to-serial interface similar to many Arduino boards. This means the system dynamically assigns a COMx (Windows) or /dev/ttyUSBx (Linux) path to the programmer the same way it does for Arduino boards. The IDE shows the programmer's serial port in menu item Tools->Port.

We found that Arduino IDE doesn't offer a mechanism for selecting a serial port for the programmer. As a workaround we're using the selection from menu item Tools->Port which is known as {serial.port} in platform.txt. This works, but doing so has a negative impact on the user-experience as the user has to select the correct serial port each time he or she uploads a sketch and then opens the serial monitor.

I'd like to request the addition of a new menu item in menu Tools that allows the user to select the serial port of a programmer featuring a serial interface.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions