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
is_pozyx_port checks the vendor id to see if it is 0483, but another device i have also uses that id. Perhaps the product id should also match in the event that the vendor id is being checked.
[ 15.003979] usb 1-2.4: New USB device found, idVendor=0483, idProduct=5740
[ 15.003984] usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 15.003987] usb 1-2.4: Product: X2.1-777
[ 15.003989] usb 1-2.4: Manufacturer: mRo
[ 15.003991] usb 1-2.4: SerialNumber: XXX
is_pozyx_port
checks the vendor id to see if it is0483
, but another device i have also uses that id. Perhaps the product id should also match in the event that the vendor id is being checked.Pozyx-Python-library/pypozyx/pozyx_serial.py
Line 52 in f7079e7
The text was updated successfully, but these errors were encountered: