Location:
Search - COM UART
Search list
Description: 本文件是串口0、1测试程序,将跳线器JP7、JP11短接。使用外部22.1184MHz晶振。
功能:Uart驱动程序,包括初始化、波特率设置,单字节发送接收、字符串发送接受等。
程序运行时向PC机发送\"WWW.MLARM.COM\";接收到PC机的数据后,再将该数据发送
回PC机。按开发板上键盘,将该键值发送到PC机.串口调试最好应用支持中文格式
的串口调试助手,否则不能正常显示。
Platform: |
Size: 18125 |
Author: lilin |
Hits:
Description: ms-com uart tools
Platform: |
Size: 116940 |
Author: name1 |
Hits:
Description: uart全功能实现.实现如下函数:
U_Open,
U_Close,
U_GetBytes,
U_PutBytes,
U_GetBytesAvail,
U_GetTxRoomLeft,
U_PutISRBytes,
U_GetTxISRRoomLeft,
U_Purge,
U_SetOwner,
U_SetFlowCtrl,
U_ConfigEscape,
U_SetDCBConfig,
U_CtrlDCD,
U_CtrlBreak,
U_ClrRxBuffer,
U_ClrTxBuffer,
U_SetBaudRate,
U_SendISRData,
U_SendData,
U_GetOwnerID,
U_SetAutoBaud_Div,
/*TY adds these to expand flexibility 2004/10/15*/
U_Register_TX_cb,
U_Register_RX_cb,
/*TY adds these to let virtual COM port can retrive exception log 2005/3/8*/
U_GetUARTByte,
U_PutUARTByte,
U_PutUARTBytes,
/*for virtual com port to return DCB configuration*/
U_ReadDCBConfig,
U_CtrlRI,
U_CtrlDTR,
U_ReadHWStatus
Platform: |
Size: 23791 |
Author: bily |
Hits:
Description: moden串口编程(涉及AT指令,通用异步接收发器UART)-moden Serial Programming (involving AT command universal asynchronous receiver transmitters UART)
Platform: |
Size: 127579 |
Author: 刘红强 |
Hits:
Description: 一个很好的COM口通讯类-An uart mfc example
Platform: |
Size: 2613248 |
Author: 武丽杰 |
Hits:
Description: moden串口编程(涉及AT指令,通用异步接收发器UART)-moden Serial Programming (involving AT command universal asynchronous receiver transmitters UART)
Platform: |
Size: 126976 |
Author: 刘红强 |
Hits:
Description: 用c编写的串口程序,可以直接应用。 欢迎大家批评指正,谢谢。-A com. port program, can be apply it directly. Any comments are very welcome. Thank you,
Platform: |
Size: 1024 |
Author: 郭力 |
Hits:
Description: 一个通过USB->UART读取C8051F060的程序,实现曲线分析、放大、报表等,采用多线程。
驱动从www.silabs.com下载,要用NI的UI控件。完整版。-a USB-
Platform: |
Size: 3877888 |
Author: 朱效志 |
Hits:
Description: 第一版YL2410开发板的BIOS
功能比较简单,上电之后,LCD显示蓝色、绿色、红色三个竖条
同时串口显示如下:
Power on reset
************************************
* *
* YL2410 Board BIOS V2006 *
* Http://www.ucdragon.com *
* *
************************************
NAND Flash Boot
Please select function :
0 : USB download file(通过USB下载文件)
1 : Uart download file(通过串口下载文件)
2 : Write Nand flash with download file(将下载的文件烧写到NandFlash)
3 : Load Pragram from Nand flash and run(从NandFlash装载文件并运行)
4 : Erase Nand flash regions(擦除NandFlash区域)
5 : Write NOR flash with download file(将下载的文件烧写到NorFlash)
6 : Set boot params(设置Linux启动相关参数)
7 : Set AutoBoot parameter,1:linux 2:wince(设置WINCE自启动)
-Commentator YL2410 development board BIOS functions are relatively simple, electricity, LCD blue, green, red and three vertical lines while serial is shown below : Power on reset***************************************************** YL2410 Board BIOS V2006** Http :// www.ucdragon.com************** Attention duty announcers NAND Flash Boot Please sele ct function : 0 : USB download file (through USB download) 1 : Uart download file (via serial port download) 2 : Write Nand flash with download file (download the burning of documents NandFlash) 3 : Load Pragram from Nand flash and run (from NandFlas h load and run) 4 : Erase Nand flash regions (erasure NandFlash regional) 5 : Write NOR flash with download file (download the document to the burning N orFlash) 6 : Set boot params (i
Platform: |
Size: 408576 |
Author: wind |
Hits:
Description: 本文件是串口0、1测试程序,将跳线器JP7、JP11短接。使用外部22.1184MHz晶振。
功能:Uart驱动程序,包括初始化、波特率设置,单字节发送接收、字符串发送接受等。
程序运行时向PC机发送"WWW.MLARM.COM";接收到PC机的数据后,再将该数据发送
回PC机。按开发板上键盘,将该键值发送到PC机.串口调试最好应用支持中文格式
的串口调试助手,否则不能正常显示。-0,1 The present document is a serial test procedure will be jumper JP7, JP11 shorted. The use of an external 22.1184MHz crystal. Function: Uart driver, including the initialization, baud rate settings, single-byte to send to receive, accept, such as the string to send. Program run-time machine to the PC to send
Platform: |
Size: 17408 |
Author: lilin |
Hits:
Description: uart configuration source based on PC com
Platform: |
Size: 700416 |
Author: chw |
Hits:
Description: TC下的串口通讯.c
主程序部分
#include "uart.h"
int iBase /* com port base address */
char cHI,cLO
void compute_chksum(char cBuf[])
char hex_to_ascii(int iHex) -TC under the serial communication. C main part# Include uart.h int iBase/* com port base address*/char cHI, cLO void compute_chksum (char cBuf []) char hex_to_ascii (int iHex)
Platform: |
Size: 4096 |
Author: bound |
Hits:
Description: ms-com uart tools
Platform: |
Size: 116736 |
Author: name1 |
Hits:
Description: uart全功能实现.实现如下函数:
U_Open,
U_Close,
U_GetBytes,
U_PutBytes,
U_GetBytesAvail,
U_GetTxRoomLeft,
U_PutISRBytes,
U_GetTxISRRoomLeft,
U_Purge,
U_SetOwner,
U_SetFlowCtrl,
U_ConfigEscape,
U_SetDCBConfig,
U_CtrlDCD,
U_CtrlBreak,
U_ClrRxBuffer,
U_ClrTxBuffer,
U_SetBaudRate,
U_SendISRData,
U_SendData,
U_GetOwnerID,
U_SetAutoBaud_Div,
/*TY adds these to expand flexibility 2004/10/15*/
U_Register_TX_cb,
U_Register_RX_cb,
/*TY adds these to let virtual COM port can retrive exception log 2005/3/8*/
U_GetUARTByte,
U_PutUARTByte,
U_PutUARTBytes,
/*for virtual com port to return DCB configuration*/
U_ReadDCBConfig,
U_CtrlRI,
U_CtrlDTR,
U_ReadHWStatus -the realization of full-featured UART. to achieve the following functions: U_Open, U_Close, U_GetBytes, U_PutBytes, U_GetBytesAvail, U_GetTxRoomLeft, U_PutISRBytes, U_GetTxISRRoomLeft, U_Purge, U_SetOwner, U_SetFlowCtrl, U_ConfigEscape, U_SetDCBConfig, U_CtrlDCD, U_CtrlBreak, U_ClrRxBuffer, U_ClrTxBuffer, U_SetBaudRate, U_SendISRData, U_SendData, U_GetOwnerID , U_SetAutoBaud_Div,/* TY adds these to expand flexibility 2004/10/15*/U_Register_TX_cb, U_Register_RX_cb,/* TY adds these to let virtual COM port can retrive exception log 2005/3/8*/U_GetUARTByte, U_PutUARTByte, U_PutUARTBytes,/* for virtual com port to return DCB configuration*/U_ReadDCBConfig, U_CtrlRI, U_CtrlDTR, U_ReadHWStatus
Platform: |
Size: 23552 |
Author: bily |
Hits:
Description: 凌阳61与pc的UART通信,在接到pc的命令亮不同颜色的灯-Sunplus 61 with pc
Platform: |
Size: 10240 |
Author: 朱晓明 |
Hits:
Description: 串口通讯实例-PC端易语言原码配合ASM UART COMMUNICATION -Serial Communication Example-PC-side code with the original language easy to ASM UART COMMUNICATION
Platform: |
Size: 7168 |
Author: 龙奇文 |
Hits:
Description: 主要是linux下面的串口驱动,曾经在at91sam9260的上面测试通过-Mainly the following serial port driver linux, in the above test at91sam9260
Platform: |
Size: 4096 |
Author: hwb |
Hits:
Description: 串口- 无线局域网wifi模块
Wi-Fi(wlan 无线局域网)作为当今无线领域最为热门的一个技术, 已经应用到各行各业中。它使用TCP标准通讯,技术成熟可靠,传输速率快,各种配套的网络设备十分丰富,
使用者接受程度最高, 全球免费使用,是区域无线通讯的首选方案。
SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接;
◆ 模块简洁、体积小,22*60*5 mm;
◆ 用户接口开发简单快捷,串口驱动 ,内置协议栈,无需操作系统支持;
◆ MSC51/PIC/ARM7 等 8、32位单片机轻易驱动,驱动代码极少;
智能卡终端;无线POS机;医疗仪器;数据采集;手持设备;游戏机;设备参数监测;现代农业;军事领域;智能交通;现代教育;LED屏.
168ab@126.com qq:542008202
欢迎索取一下资料
wifi.c
UART 串口 WLAN 模块简介.pdf
UART 串口 WLAN 模块用户手册_CG-WIFI-1000.pdf
CGLib.ddb
WIFI.ddb
4052 实现单串口多路切换.JPG-Serial port- wifi wireless LAN module
MSC51/PIC/ARM7 such as 8,32-bit microcontroller easily driven, driven very little code SOC chip, cost-effective high quality and stable, built-in WiFi protocol stack and serial transfer protocol, interface signal 5V, ground, RX, TX four-wire connection
Platform: |
Size: 806912 |
Author: 陈坚胜 |
Hits:
Description: Project helps write \ read data to COM port (UART) RS232
Platform: |
Size: 28672 |
Author: Oleg |
Hits:
Description: 自己写的简单上位机软件,
实现对com1口的监听,
uart,
界面不是很完善,
提醒要自己写的同学们:
界面中输入的是字符串,
要输出到串口,
必须转化成16进制,
否则底层的协议是不会通过的。-Write your own simple PC software to realize the com1 port monitor, uart, the interface is not perfect, remind students to write their own: the string entered in the interface to output to the serial port must be translated into 16 hex, Otherwise, the underlying protocol is not adopted.
Platform: |
Size: 3072 |
Author: 一锅云 |
Hits: