[Feature request} Add programmer serial port menu #5554
Labels
Component: IDE Serial monitor
Tools > Serial Monitor
Component: Uploading
Uploading programs to an Arduino board
feature request
A request to make an enhancement (not a bug fix)
Type: Duplicate
Another item already exists for this topic
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.
The text was updated successfully, but these errors were encountered: