////////////////////////////////////////////////////////////
//
//	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.7.2
//	PURPOSE:        Demo ISP programm Document
//	Description:
//              Input : 11MHz clock to 8051.
//                      Computer RS232 to MCU
//                      Use computer Start->Run->Hypertrm.exe
//                      Config
//                             Buad Rate : 9600
//                          Flow Control : non
//                      And don't forget connect.
//              Output: No output
//             Circuit: MPC82x54_IAP&UART_Demo_Board.JPG
//
////////////////////////////////////////////////////////////

This demo is to simulate form other MCU upgrade Megawin MCU.

Step1: Write MPC82G516_AP_Demo.hex to MCU AP area and 
       write MPC82G516_ISP_Demo.hex to MCU ISP area.

Step2: Run hypertrm.exe and send text file "HeadTest.txt"
       after that send "Bincode_Test.txt"

Step3: The programm will write "Bincode_Test.txt" to MCU and 
       you can use writer to check the content of MCU.        

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.
