////////////////////////////////////////////////////////////
//
//	FILE:           MPC89_UART_to_RS232_Readme.Txt
//	AUTHOR:         Neo (Hsin-Chih Lin)
//	COPYRIGHT:      (c) Megawin Technology Co., Ltd.
//	CREATED:        2008.4.8
//	PURPOSE:        Demo UART to RS232 Document
//	Description:
//              Input : 11.0592MHz clock to 8051.
//              Output: RS232 to Computer 
//                      Use computer Start->Run->Hypertrm.exe
//                      Config
//                             Buad Rate : 9600
//                          Flow Control : non
//                      And don't forget connect.
//              Detail: MPC89_UART_to_RS232_Demo.jpg
//
////////////////////////////////////////////////////////////

This document is demo for UART function.
This application can sent data to computer,
And show information in Hypertrm.exe

I use this function for Debug.
You can see Read data or anything you want know from screen.

void Init_Uart(void);
void OutputHex(unsigned char);
void Output(unsigned char);


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.
