Skip to content

Incorrect PID in "view board info" tab #1647

Closed as not planned
Closed as not planned
@LiquidCGS

Description

@LiquidCGS

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".

imagen
This is what windows device manager shows as PID and VID

imagen
This is a screenshot of the view board info tab from arduino IDE version 1.18.13.

imagen
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.

Metadata

Metadata

Assignees

Labels

conclusion: duplicateHas already been submittedtopic: CLIRelated to Arduino CLItopic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions