See the latest version in the documentation wiki. The Bus Pirate’s new binary modes provide a consistent, logical way to script actions from Python, Perl, etc. We already introduced the new binary bitbang and SPI modes, today we’ll document the binary I2C mode. Binary I2C will be in the v2.6 firmware release, for now you […]
Tag Archives: raw io
Bus Pirate: Binary bitbang mode
See the latest version in the documentation wiki. There’s two new binary I/O libraries in the v2.3 Bus Pirate firmware. Raw bitbang mode provides direct control over the Bus Pirate pins and hardware using a simple single-byte protocol. We discussed the new raw SPI mode yesterday. Hopefully the raw access modes inspire some interesting new […]
Bus Pirate: Raw SPI mode
See the latest version in the documentation wiki. Raw SPI is a new mode that provides high-speed access to the Bus Pirate SPI hardware. It was developed in conjunction with Michal Ludvig, so that AVRDude can use theĀ Bus Pirate to program AVR microcontrollers and EEPROMs. Firmware v2.3 includes two new raw I/O modes that […]
