|
From: Selso L. <sel...@ci...> - 2021-01-05 14:43:52
|
To my knowledge there will be no COM port when using libusb when it has access to the device. I think it’s the same for Linux and Windows (because youd id not say what os you’re using). In particular when you setup libusb you ask the kernel to detach any applied driver to your device. But maybe before that work done you can search any match for ProductID/Vendor/ID/Serial, but the method will dépend on the OS you are using. cheers De : Banchan Sangma <ba...@ha...> Envoyé : mardi 5 janvier 2021 13:46 À : lib...@li... Objet : [libusb] Finding the COM PORT of a usb serial device. Is there a way to find the COM PORT number of the usb serial device using libusb? |