apmorton / pyhidapi

hidapi bindings in ctypes
MIT License
111 stars 42 forks source link

h.write what does returned value represent? #57

Closed Thriftguy closed 1 year ago

apmorton commented 1 year ago

Can you show more of your example code? I'm not sure, because this library doesn't have any function named open.

apmorton commented 1 year ago

Can you:

import hid
print(hid)

I'm pretty sure you are using another library: https://github.com/trezor/cython-hidapi

As stated, this library does not have any function named open

apmorton commented 1 year ago

You are using https://github.com/trezor/cython-hidapi

Thriftguy commented 1 year ago

Thanks sorry to bother, when I clicked on homepage it redirected me to this repo