christoph2 / pyxcp

ASAM XCP in Python
http://pyxcp.rtfd.org
GNU Lesser General Public License v3.0
197 stars 63 forks source link

add the USB library path as optional configuration parameter for the usb_transport #152

Closed danielhrisca closed 7 months ago

danielhrisca commented 7 months ago

The default USB library resolution in pyusb fails if the user needs to use a custom USB library, or if the USB library is not installed system wide. With this PR the user can give the absolute path of the USB library

Types of changes