Multi Software Serial (UART) for STM32
-
Updated
Oct 28, 2023 - C
Multi Software Serial (UART) for STM32
There are some module libraries,SSD1306,MPL3115A2,MPU6050, GPS , Software I2C,Uart and PWM etc.
Compact code-size C++17 header-only implementation of a bit-banged UART solution
a basic quick and dirty implementation of a software UART (TX-only) for AVR
This is an AVR assembly program implementing a software UART for half-duplex serial communication. It enables data transmission and reception using GPIO pins, supporting start and stop bits. The program utilizes interrupts for efficient communication and is suitable when hardware UART is unavailable or shared with other peripherals.
"AVR assembly project enabling dynamic UART communication. User-defined baud rates, Timer/Counter1. Baud rate: 9600, 8 data bits, 1 stop bit. Clone, configure, upload to AVR microcontroller, connect UART pins for versatile serial communication."
This is a software UART implementation for Atmel AVR microcontrollers. It enables serial communication using timer interrupts and provides functions for data transmission and reception. Ideal for projects requiring software-based UART communication with external devices.
Practicing AVR Atmega32 using Assembly with simple Applications
Add a description, image, and links to the software-uart topic page so that developers can more easily learn about it.
To associate your repository with the software-uart topic, visit your repo's landing page and select "manage topics."