Skip to content

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.

Notifications You must be signed in to change notification settings

aleksa012po/C_Software_UART_Half_Duplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C_Software_UART_Half_Duplex

Description C_Software_UART_Half_Duplex project 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.

Features

  • Simple and lightweight UART implementation
  • Supports data transmission and reception
  • Utilizes timer interrupts for precise timing
  • Compatible with Atmel AVR microcontrollers

Usage

  1. Include "uart_setup.c" in your project.
  2. Initialize UART using the U_Init() function.
  3. Use U_TxByte() to transmit data and U_RxByte() to receive data.
  4. Refer to the example code provided for more details.

License This project is licensed under the MIT License. See the LICENSE file for details.

Credits Author: Aleksandar Bogdanovic

Support For any inquiries or support, please contact author's name.

Contribution Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or submit a pull request.

Disclaimer This project is provided as-is without any warranty or guarantee. Use it at your own risk.

Enjoy using "uart_setup.c" for your AVR projects!

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages