搜索资源列表
CashCodeDll
- 利用串口读写数据实现的识币器驱动程序,其中的串口通信实现方法可以
COMMUTIL
- 在嵌入时系统uc-osii中实现的串口程序,很有用的哦-when embedded in the system uc - osii achieve Serial procedures, very useful oh
0832
- 这个是TLC0832串口驱动程序,利用此程序可以实现数模转换.-serial drivers, the use of this procedure can be achieved several-analog converter.
12864(ST7920)串口
- (st7920)lcd串口驱动程序. 实现串口控制 st7920显示中文字或图形.-(st7920) LCD serial port driver. Serial control st7920 display text or graphics.
LV-mscomm32-int
- 这个小程序,是在labview平台下实现串口的中断操作-This little program is under LabVIEW platform serial interrupt operation
windows_Virtual_COM
- windows下虚拟串口设备驱动:(1)串口驱动的入口函数(2)写函数实现(3)读函数实现-windows under a virtual serial port device drivers: (1) the entrance of the serial driver function (2) write function (3) Reading function
vcom
- 虚拟串口驱动程序!WDM 实现本机虚拟出多个串口-Virtual Serial Port Driver! WDM to achieve a number of local virtual serial port
RS232
- 实现rs232串口驱动,包含打开串口,写串口,和读串口-let com derive to be truth
Gyro_1
- 在KEIL环境下实现,采用单片机ADUC847实现串口通讯AD转换和DA 转换-In KEIL environment to achieve, using SCM ADUC847 Serial Communication AD converter and DA converter
Serial-monitoring-tools
- delphi 实现串口监视工具,并且自带二次开发DLL和说明文档,还有一个demo-delphi Serial monitoring tools, and comes with secondary development of DLL and documentation, as well as a demo
MsComm
- 串口以及相关的操作,通过MS控件来实现串口通信功能。-Serial port and related operations, by MS controls the serial communication function.
UART0
- lpc2124 串口中断的实现,以中断的方式实现串口的输入输出。-lpc2124 keil4
mySerialport
- 学习串口时写的串口测试程序,实现串口数据的读取调试-Learn to write serial serial testing procedures, read the debug serial data
uartps_v1_03_a
- 串口中断测试程序,实现串口自动收发功能,显示结果为无线循环一秒写1,两秒写2-Serial port interrupt test program, automatic serial transceiver function, display the results of one second to write an infinite loop, two seconds to write two
CC2530-DS18B20
- CC2530下的18b20驱动程序,可以实现串口传输显示,zigbee无线发送-DS18B20 driver for cc2530
comport
- 基于VC++的串口程序,能够实现串口数据的接收,并且可设置波特率等参数-VC++ based on serial procedures, can realize serial data reception, and can set the baud rate and other parameters
mycom
- 借助一个Qt的第三方串口库,在Qt GUI架构下实现串口通信。-With the help of a Qt third party library, in the GUI Qt architecture to achieve serial communication.
ztcamera
- 对windows平台嵌入式监控摄像头的驱动实现(camera driver on windows)
Xmodem协议的实现与使用
- Xmodem协议的实现与使用,可以十分方便的应用到自己项目中,实现串口的数据传输等
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。