You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a device which serial number is CCC-NNNNNNNN, when geting the comports the serial number is ''. I quickly checked and the regex for serial number in list_ports_windows is "^\w+$", so it does not get the serial numbers that include typographic characters other than _.
I have a device which serial number is CCC-NNNNNNNN, when geting the comports the serial number is ''. I quickly checked and the regex for serial number in list_ports_windows is
"^\w+$"
, so it does not get the serial numbers that include typographic characters other than_
.This issue has been cloned from: pyserial#771
The text was updated successfully, but these errors were encountered: