HosseinKhalilian / Bascom_avr-UART-MCU-to-PC

AVR UART Communication between the MCU and PC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AVR UART Communication between the MCU and PC


This repository is UART Communication between the MCU and PC.

USART is one of the primitive inter-device communication protocols. It is no different from USART except for the voltage levels and some additional signals. Commonly MAX232 IC is used to translate the voltage level. MAX232 is a simple voltage translator buffer that converts +12/-12V of RS232 to 5/0V for USART. Other specifications are similar for USART and RS232. To make communication between MCU and PC via COM port you obviously need a COM port and Max232 bridge.

This repository contains Source Files & Proteus Circuit Simulation Files.

GitHub license BASCOM_AVR Windows Proteus


About

AVR UART Communication between the MCU and PC

License:MIT License


Languages

Language:FreeBasic 100.0%