//////////////////////////////////////////////////////////////////////////////////
//
//	FILE:           MPC82G516_2UART_Demo_Readme.Txt
//	AUTHOR:         Neo (Hsin-Chih Lin)
//	E-Mail:		NeoLin@megawin.com.tw
//	COPYRIGHT:      (c) Megawin Technology Co., Ltd.
//	CREATED:        2007.6.6
//	PURPOSE:        Demo 2 UART Document (For all standard baudrate)
//	Description:
//              Input : 11.0592MHz clock to 8051.
//              Output: RS232 to Computer 
//                      Use computer Start->Run->Hypertrm.exe
//                      Config
//                             Baud Rate : 2400 - 115200
//                          Flow Control : non
//                      And don't forget connect.
//              Detail: MPC82G516_2UART_Demo.jpg
//
//////////////////////////////////////////////////////////////////////////////////

I can't test baud rate up than 115200, because COM port only can support to 115200.
But our 82G516 MCU can define baud rate maximum to 691200.
(When we use Xtal 11.0592MHz)

2 UART Demo
  Send data 0 to 255 from second Uart and Receiver from first Uart.
  Save data to an array, then send data from first Uart to RS232.



PS:If you use Keil C51 to complier assembly code you need to do this

Menu bar -> Flash -> Configure Flash Tools
Change to A51 option and you can see "Special Function Registers"
then disable "Define 8051 SFR Names"

If you have any problem ( can't understand or can't run this code )
or I have any mistake in this Document please send E-Mail let me know.Thx.
