Skip to content
Dangerous Prototypes

Dangerous Prototypes

Open source hardware projects

  • DirtyPCBs
  • Projects
  • Forum
  • Bus Pirate
  • Free PCBs
  • Contact
  • github
  • Twitter
  • Facebook
  • YouTube

Tag Archives: UARTs

A full-duplex tiny AVR software UART

Nerd Ralph writes: I’ve written a few software UARTs for AVR MCUs. All of them have bit-banged the output, using cycle-counted assembler busy loops to time the output of each bit. The code requires interrupts to be disabled to ensure accurate timing between bits. This makes it impossible to receive data at the same time […]

Posted byDPSeptember 2, 2020Posted inAVR, softwareTags: code, UARTsLeave a comment on A full-duplex tiny AVR software UART
Dangerous Prototypes, Proudly powered by WordPress.