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
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
Copyright © 2021 Jogjafile Inc.