We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried to use the tool on Ubuntu 14.04 kernel 4.4.0-84. The device detection hangs and quits with No PICkit 2 found.
After a debugging session it turned out that no response is received after queriing the GETVERSION command.
After some wireshark dumping it turned out that the Windows software does not sends the CONFIG_VENDOR request.
After removing this code snippet the tool works as expected.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have tried to use the tool on Ubuntu 14.04 kernel 4.4.0-84.
The device detection hangs and quits with No PICkit 2 found.
After a debugging session it turned out that no response is received after queriing the GETVERSION command.
After some wireshark dumping it turned out that the Windows software does not sends the CONFIG_VENDOR request.
After removing this code snippet the tool works as expected.
The text was updated successfully, but these errors were encountered: