Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The library was hanging on windows machines. It was also not working with python 3. #13

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

bddap
Copy link

@bddap bddap commented May 21, 2015

Thought you might want to reap the benefits of my debugging and hair pulling. I found and fixed two main issues:

  1. Python 3 does not support buffer()
  2. Windows requires an extra null byte at the beginning of each hid.write() buffer.

I tested with Python 3.4 on Windows 7 talking to a spi device.

@bddap bddap changed the title The library was not windows machines. It was also not working with python 3. The library was hanging on windows machines. It was also not working with python 3. May 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant