lsgunth / pyft232

Python bindings to d2xx and libftdi to access FT232 chips with the same interface as pyserial
GNU Lesser General Public License v2.1
11 stars 11 forks source link

Skip devices without serial number in list_devices #17

Closed richey-v closed 5 years ago

richey-v commented 5 years ago

Underlying usb code may raise exceptions other than just usb.USBError, which was only exception explicitly caught.

richey-v commented 5 years ago

submitting separate PR for cleaner fix on alternate branch