搜索资源列表
TC通讯子程序
- TurboComm串口通信库(*.h+*.lib),内有函数参考文档及函数调用示例。-TurboComm Serial communication library (*. h *. lib), a function within the reference documents and function call examples.
C语言新版本的通讯协议
- 用C实现的另一个串口通信程序,版本较新^_^-C achieved another serial communication procedures, the newer version ^ _ ^
LPC-P2106-uart_echo
- arm开发 phils LPC2106 串口通讯源码-phils LPC2106 development arm serial communication FOSS
updesignshow
- 串口数据采集的上位机源码,C++编写,自行编写了串口通讯类,使用时请先读串口类定义的源码-serial data acquisition PC source, C, the self-produced serial communications. Please read using serial definition of source categories
Demo_ST44B0X
- 44binit.s ----- 初始化中断、存储器、堆栈等,进行系统初始化,建立C程序运行环境。 memcfg.inc ----- 定义存储器延时、SDRAM配置等参数 option.inc ----- 定义系统时钟频率等 main.c ----- 系统主程序(Main函数等) 44blib.c ----- IO端口初始化、延时和异步串口通讯等基本子程序-44binit.s ----- initialization interrupt, memory, stac
uart111
- 这是一个串口的程序,用于串口通讯,源代码-This is a serial procedures for serial communication, the source code
embededserial
- 与PC机见进行串口通讯连接 串口通信程序 串口通信程序-see and PC serial communications link for serial communication procedures serial communication program
Learn-lumit-Step-18
- 嵌入式开发试验:串口通讯实验,在开发板4510上实现。
UART
- 使用C51编程,在KEIL的编译环境写实现的串口通讯的原代码
flowerxq
- RFID手持设备的读写代码,具有读RFID卡和进行数据管理的代码,同时还包含串口通讯的代码
SPPort
- 串口通讯控件。先把 Pcomm.dll 文件拷贝到OS能找得到的目录下。 在Component菜单下选择Install Component子菜单,选择Into existing package 或者 Into new package,在其中的Unit file name选择Port.pas文件,在Package file name 中输入包的名字,然后按OK选择安装。
uart
- NIOSII的串口通讯源程序,很不错,值得
UART-CC2430
- 实现CC2430的无线通讯功能,实现无线的透时串口功能,即通过两个CC2430实现无线串口收发数据。-Achieve CC2430 wireless communications, wireless serial port when the permeability function that, by two CC2430 wireless serial send and receive data.
DHT11_081206
- *** *** *** *** *** **** DHT21使用范例 单片机 : AT89S52或 STC89C52RC 功能 ; 串口发送温湿度数据 波特率 9600 硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 公司 ; 广州奥松电子 -********************************** DHT21 usage examples SCM: AT89S52
msp430modem
- msp430f149 实现modem数据采集传输的通讯系统的设计 电路图和程序 串口通信 复位监控 modem】 -msp430f149 to achieve modem data collection and transmission of the communication system design and procedures for serial communication circuit Reset Monitor
Serial-to-Parallel
- 并口到串口的通讯 proteus及keil asm工程文件-Parallel to serial communications and keil asm project file proteus
DSP28335串口与PC通讯
- DSP28335通过SCI与PC机上的串口调试软件通讯。
lcd
- 实现STC15F2K60S2的串口通讯,模块化开发(STC15F2K60S2 serial communication, modular development)
stm32f103串口DMA接收发送
- 改程序主要把串口通讯与DMA结合 ,提高CPU工作效率,软件中运行的串口1的工作; 开启相关函数,就可以分别开启串口2,串口3的工作,这些函数在软件中都有标注。
串口通信类
- 进行串口通讯时,需要设置一些相关参数,可以通过设置SerialPort 类的属性来进行