---------- Forwarded message ---------
От: Aram Abovyan <abovyan.ae...@yandex.ru>
Date: чт, 22 апр. 2021 г., 13:37
Subject:
To: abovanara...@gmail.com <abovanara...@gmail.com>


I am very new to PyUSB and any help from PyUSB experts will be highly
appreciated. .

When I applied the following few lines in IDLE Python GUI,
---------------------------------------------------------------

import os
os.environ['PYUSB_DEBUG'] = 'debug'import usb.core
usb.core.find()

----------------------------------------------------------------

I have got the following response :

=======================  =======================



2021-04-22 10:29:59,680 DEBUG:usb.backend.libusb1:_LibUSB.__init__(<WinDLL
'C:\Windows\system32\libusb-1.0.dll', handle 6b600000 at 0x3dc53fd250>)
2021-04-22 10:29:59,688 INFO:usb.core:find(): using backend
"usb.backend.libusb1"
2021-04-22 10:29:59,688
DEBUG:usb.backend.libusb1:_LibUSB.enumerate_devices()
2021-04-22 10:30:02,122
DEBUG:usb.backend.libusb1:_LibUSB.get_device_descriptor(<usb.backend.libusb1._Device
object at 0x0000003DC73C5DC0>)
2021-04-22 10:30:02,123
DEBUG:usb.backend.libusb1:_LibUSB._finalize_object()



I have googled that, but did not understand much from the serach-
results.


What am I missing out?
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to