-
-
Notifications
You must be signed in to change notification settings - Fork 491
Description
Describe the request
Allow the user to easily copy the text in the "Board Info" dialog to the clipboard. This could be provided by a button in the dialog, or just by allowing the user to select the text.
🙂 This will make it easy for the user to obtain the text of the board's serial number.
Describe the current behavior
When the user selects Tools > Get Board Info from the Arduino IDE menus, a dialog opens that shows information about the selected port:
This information includes the board serial number, which might be requested by Arduino technical support or required for the registration of associated software products such as:
The serial number may be dozens of characters long. The text in the "Board Info" dialog is not selectable and no mechanism is available for copying it.
🙁 Manually transcribing the serial number from the dialog is inconvenient and error prone.
Arduino IDE version
Operating system
Windows
Operating system version
11
Additional context
The text in the dialog is selectable in Arduino IDE 1.x
Additional requests
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details