How can I know if a connected port is a usb

147 Views Asked by At

I'm using this code :

import win32com.client

wmi = win32com.client.GetObject ("winmgmts:")

for usb in wmi.InstancesOf ("Win32_USBHub"):

    print usb.DeviceID

how can I know if the DeviceID given is an ID of USB

0

There are 0 best solutions below