IRNAS / ppk2-api-python

Power Profiling Kit 2 unofficial python api.
http://irnas.eu
GNU General Public License v2.0
145 stars 37 forks source link

Add windows compatibility to list_devices #11

Closed michieldwitte closed 2 years ago

michieldwitte commented 2 years ago

The port.product returns None under windows, so no devices are found when using list_devices. This change will filter the devices based on the description on windows.

NejcKle commented 2 years ago

Thank you for contributing!