pyBusPirateLite icon indicating copy to clipboard operation
pyBusPirateLite copied to clipboard

Python library for BusPirate

Results 14 pyBusPirateLite issues
Sort by recently updated
recently updated
newest added

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...

Hello, During my evaluation of this library, I believe I came across a bug that was introduced in 913ac51 in BBIO_base.response(): the return value was changed from `data` to `data.decode()`...

https://pypi.org/ is the de facto standard for distributing Python package and having this library available on pypi, which make it also supported by PIP, will make it more accessible and...

The I2C.sniffer function documentation raises a `SyntaxWarning` in more recent python versions (3.12 in this case), complaining about an `invalid escape sequence '\ '`. This commit makes the string to...