文件名称:STC_UART_GPS_OK
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-03-09
- 文件大小:
- 92kb
- 下载次数:
- 0次
- 提 供 者:
- wc***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
芯片:STC12C5A60S2
晶振:16MHz 波特率:4800bps
引脚定义:串行口1: 发送————TxD/P3.1; 接收————RxD/P3.0
串行口2: 发送————TxD2/P1.3;接收————RxD2/P1.2
功能描述:STC12双串口通信(中断方式)
当串行口1接收GPS数据后(4800波特率),将此数据由串行口2发送出去
当串行口2接收数据后,将此数据由串行口1发送出去-Chip: STC12C5A60S2
Crystal: 16MHz Baud Rate: 4800bps
Pin definitions: Serial port 1: Send TxD/P3.1 receiving RxD/P3.0
Serial port 2: Send TxD2/P1.3 receiving RxD2/P1.2
Function Descr iption: STC12 Two serial communication (interrupt)
When a serial port after receiving GPS data (4800 baud), this data is sent out by the serial port 2
When the serial port 2 receives data, this data is sent out by the serial port 1
晶振:16MHz 波特率:4800bps
引脚定义:串行口1: 发送————TxD/P3.1; 接收————RxD/P3.0
串行口2: 发送————TxD2/P1.3;接收————RxD2/P1.2
功能描述:STC12双串口通信(中断方式)
当串行口1接收GPS数据后(4800波特率),将此数据由串行口2发送出去
当串行口2接收数据后,将此数据由串行口1发送出去-Chip: STC12C5A60S2
Crystal: 16MHz Baud Rate: 4800bps
Pin definitions: Serial port 1: Send TxD/P3.1 receiving RxD/P3.0
Serial port 2: Send TxD2/P1.3 receiving RxD2/P1.2
Function Descr iption: STC12 Two serial communication (interrupt)
When a serial port after receiving GPS data (4800 baud), this data is sent out by the serial port 2
When the serial port 2 receives data, this data is sent out by the serial port 1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
11、STC_doubleUART_GPS_OK(一屏显示经纬高速方位)\double_uart
...............................................\double_uart.hex
...............................................\double_uart.lnp
...............................................\double_uart.M51
...............................................\double_uart.plg
...............................................\double_uart.uvopt
...............................................\double_uart.uvproj
...............................................\double_uart_uvopt.bak
...............................................\double_uart_uvproj.bak
...............................................\Drivers\DS1302.h
...............................................\.......\model.h
...............................................\.......\PCD5544.c
...............................................\.......\PCD5544.h
...............................................\.......\song_code.h
...............................................\.......\soundplay.h
...............................................\GPS1.c
...............................................\main.c
...............................................\main.LST
...............................................\main.OBJ
...............................................\main_err.c
...............................................\PCD5544.lst
...............................................\STARTUP.A51
...............................................\STARTUP.LST
...............................................\STARTUP.OBJ
...............................................\temp.c
...............................................\Drivers
11、STC_doubleUART_GPS_OK(一屏显示经纬高速方位)