MarketBit banging
Company Profile

Bit banging

Bit banging is a term of art that describes a method of digital data transmission as using general-purpose input/output (GPIO) instead of computer hardware that is intended specifically for data communication. Controlling software is responsible for satisfying protocol requirements including timing which can be challenging due to limited host system resources and competing demands on the software.

Example
The following C language code example transmits a byte of data on an SPI bus via bit banging. void send_8bit_serial_data(unsigned char data) { // select device (active low) output_low(SD_CS); // send bits 7..0 for (int i = 0; i ==See also==
tickerdossier.comtickerdossier.substack.com