Description: Serial port 1 to send a string function
1, description of the procedures:
This routine demonstrates the single serial port 1 to send a string function. Through the serial port
USB development board serial chip is connected with the computer.
2, experimental operation
Connect the development board of the USB line, you can see the serial port number the device manager,
Open the serial debugging assistant, the corresponding serial number,
Choose the baud rate of 9600, 8 data bits, 1 stop bit, no parity.
Point to open the serial port to cancel the sixteen hex display or the character format display
The program can be downloaded to the development board to run after the reception window can be observed to receive characters.
To Search:
File list (Check if you may need any files):
6、串口1接收发送字符串实验\Application\Doc\readme.txt
..........................\...........\Header\STC12C5A60S2.H
..........................\...........\Source\main.c
..........................\...........\.tartup\STARTUP.A51
..........................\Lis\main.lst
..........................\...\STARTUP.lst
..........................\...\Uart_Str.m51
..........................\Obj\main.obj
..........................\...\STARTUP.obj
..........................\...\STARTUP._ia
..........................\...\Uart_Str
..........................\...\Uart_Str.hex
..........................\...\Uart_Str.lnp
..........................\...\Uart_Str.plg
..........................\Uart_Str.plg
..........................\Uart_Str.uvopt
..........................\Uart_Str.uvproj
..........................\Uart_Str_uvopt.bak
..........................\Uart_Str_uvproj.bak
..........................\Application\Doc
..........................\...........\Header
..........................\...........\Source
..........................\...........\Startup
..........................\Application
..........................\Lis
..........................\Obj
6、串口1接收发送字符串实验