arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.18k stars 7.01k forks source link

Incorrect PID in "view board info" tab #11837

Closed LiquidCGS closed 2 years ago

LiquidCGS commented 2 years ago

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.

LiquidCGS commented 2 years ago

Whoops I should've submitted this to IDE 2.x