-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cannot communicate with Bus Pirate - "Bus Pirate malfunctioning" error #2
Comments
Same here |
You could try the |
Same error on Master and Update too... Please help Buspirate v3a htpc@ht-pc:~/installs/pyBusPirateLite-master$ python Python 2.7.12 (default, Nov 19 2016, 06:48:10)
|
Yes, there was a bug in the bitbang initialization. Hopefully it works now. I don't really use the Buspirate anymore, as the SPI implementation is too limited for me. |
Thanks, Sorry for this simple question. Now with the new updated code, I dont know where to provide the BP uart /dev/ttyUSB0 . Can you suggest a BusPirate alternative which you use for similar things. ? htpc@ht-pc:~/installs/pyBusPirateLite-master/pyBusPirateLite$ python
|
Autodetect should be fixed now. See the example in the readme. |
I cannot get this version of pyBusPirateLite to talk to my Bus Pirate -- the port opens correctly, but any attempt to communicate with the BP (even attempting to put it into bitbang mode) results in a long wait followed by a "bus pirate malfunctioning" error.
This is on Windows 7, Bus Pirate v3a, firmware v6.1.
If I use the version of pyBusPirateLite from the Dangerous Prototypes website (http://code.google.com/p/the-bus-pirate/downloads/detail?name=pyBusPirateLite-r597.zip), the BP works fine.
The text was updated successfully, but these errors were encountered: