Incorrect PID in "view board info" tab #1647
Labels
conclusion: duplicate
Has already been submitted
topic: CLI
Related to Arduino CLI
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
On newer versions (I tested the latest, 2.0.1) of the Arduino IDE there is a bug in the "View board info" tab in which the PID of the Arduino in question isn't displayed correctly.
The first digit of the PID of the Arduino gets displayed as a 0 when it should be an 8 in my case.
I've done my testing with an Arduino Leonardo, Arduino IDE version 1.8.13 shows VID: 2341 PID 8036 while version 2.0.1 shows VID: 2341 with an incorrect PID of "0036"
Double checking this information in windows device manager shows that the correct information is "VID 2341, PID 8036".
This is what windows device manager shows as PID and VID
This is a screenshot of the view board info tab from arduino IDE version 1.18.13.
This is a screenshot of the view board info tab from arduino IDE version 2.0.1 (latest at the moment of writing this), Notice how the PID has changed even though I am consulting the VID and PID of the same board as before
This bug also happens in Linux and it might happen on mac too, however I have no way of testing that at the moment.
Something possibly worth noting is that the arduino has no active serial ports (no Serial.begin in the program).
Cheers.
The text was updated successfully, but these errors were encountered: