Skip to content

HosseinKhalilian/Bascom_avr-Software-Uart

Repository files navigation

AVR Software UART Communication


This repository is Software UART Communication between the Two MCU

Sometimes MCU does not have enough number of Hardware UART. In such cases, there is a solution to used Software UART. Since it is implemented in software, every GPIO pin can be used. In this case, by pressing the start key, the first micro starts sending data to the second micro. The second micro increases the count if the received data is correct and display on LCD. The LEDs connected to the second micro display the current number in binary form.

This repository contains Source Files & Proteus Circuit Simulation Files.

GitHub license BASCOM_AVR Windows Proteus