xfpd
January 1, 2024, 7:29am
1
Is the Arduino board serial number in a writable location?
IDE >> TOOLS >> GET BOARD INFO shows a board name, a vendor ID, a product ID and (null) for serial number (S/N)... is this (S/N) in a writable NVRAM section of Arduino? (not meaning the ATmega328).
This GIT says (something) is resolved, but "show serial number by selected port" is not an option for my 2.2.1 IDE.
opened 06:30AM - 15 Sep 22 UTC
closed 08:20AM - 06 Feb 23 UTC
type: enhancement
conclusion: resolved
topic: code
### Describe the request
Arduino IDE 1.x can show the board info such as boar… d number, VID/PID, and serial number from the `Tools` > `Get Board Info` The serial number is missing from IDE2.
IDE 1.x
![b11cac7a-bdf5-4755-a78e-fe3ae8401815 (1)](https://user-images.githubusercontent.com/1405703/190330483-1106640a-062b-4ec8-8ac2-65ba130292c0.png)
IDE2:
<img width="261" alt="Screen Shot 2022-09-15 at 08 24 11" src="https://user-images.githubusercontent.com/1405703/190330381-f94cd373-21a0-4fed-9006-0deeeb7597c0.png">
The serial number can be acquired from the `Port#properties` See #1335.
### Describe the current behavior
IDE2 does not show the SN of the board.
### Arduino IDE version
2.0.0
### Operating system
macOS
### Operating system version
12.5.1
### Additional context
Related:
- https://github.com/arduino/arduino-ide/pull/276
- https://forum.arduino.cc/t/get-board-info-missing-serial-number/1055380
### Issue checklist
- [X] I searched for previous requests in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the feature was still missing when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
- [X] My request contains all necessary details
J-M-L
January 1, 2024, 9:04am
2
the ATmega16U2 or ATmega328P do not have a Serial number.
system
Closed
June 29, 2024, 9:04am
3
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.