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 know it is possible to get which port the device is connected to with list_devices() but I have two PPK2's in a system and need to know which is which without relying on systems enumeration (a.k.a /dev/ttyACM0).
I checked the source code of the library but couldn't find it.
I know it is possible to get which port the device is connected to with
list_devices()but I have two PPK2's in a system and need to know which is which without relying on systems enumeration (a.k.a/dev/ttyACM0).I checked the source code of the library but couldn't find it.
Thanks in advance.