I make a lot of breakout boards that I usually use in my hobby projects. Most are input/output devices but some are microcontroller breakout boards.
Let me share them with you.

Projects, tutorials, and articles about microcontrollers (AVR, PIC, 8051, MSP430, and STM32 or other ARM architectures), FPGA, analog electronics, and digital electronics
I make a lot of breakout boards that I usually use in my hobby projects. Most are input/output devices but some are microcontroller breakout boards.
Let me share them with you.

UART stands for Universal Asynchronous Receiver/Transmitter. As its name implies, it is universal. It can be used to establish a communication between a microcontroller and another device – microcontroller, USB controller, Bluetooth modules, GSM modules, GPS modules, personal computers, etc.
I am not going to discuss the UART protocol here. If UART is still unknown to you, you may read this article from wikipedia first.
RS-232 is a standard for serial transmission of data between a DTE (Data Terminal Equipment) and a DCE (Data Circuit-terminating Equipment). It is commonly found in desktop computers where it is commonly referred as COM port. You can read this wikipedia article for more info about the RS-232 standard.
The AT89C2051 has one UART port. Its TXD (Transmit) pin is the same as its P3.1 pin. Its RXD (Receive) pin is the same as its P3.0 pin.
Sign up to receive email updates
Copyright © 2012 · Volts and Bytes · Log in
Recent Comments