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

Jade not supported in some cases with hwi-2.0.2 #1635

Closed
k9ert opened this issue Mar 25, 2022 · 3 comments
Closed

Jade not supported in some cases with hwi-2.0.2 #1635

k9ert opened this issue Mar 25, 2022 · 3 comments
Labels
bug Something isn't working hw_jade

Comments

@k9ert
Copy link
Collaborator

k9ert commented Mar 25, 2022

Solution is to upgrade to hwi-2.1.0
see #1480 (comment) for details.

@k9ert k9ert added bug Something isn't working hw_jade labels Mar 25, 2022
@evliu
Copy link

evliu commented Mar 25, 2022

Underlying cause is pyserial 3.4 cannot detect pid and vid but pyserial 3.5 can. Specter can still interact fine with the newer Jades if the check in the if statement is removed for the correct comport in https://github.com/cryptoadvance/specter-desktop/blob/master/src/cryptoadvance/specter/devices/hwi/jade.py#L865

If HWI is updated, then python 3.10 can be used, but it will also require updates to conform to the newer HWI API across all current specter-supported hardware code (I'm guessing everything in src/cryptoadvance/specter/devices

@evliu
Copy link

evliu commented Apr 25, 2022

HWI 2.1.0 has been officially released https://github.com/bitcoin-core/HWI/releases/tag/2.1.0

@k9ert
Copy link
Collaborator Author

k9ert commented Jan 16, 2024

Fixed

@k9ert k9ert closed this as completed Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hw_jade
Projects
None yet
Development

No branches or pull requests

2 participants