搜索资源列表
usb_drv
- 开发一个U盘的全套资料,单片机采用Cypress SL811HS,包含原理图,PCB图,器件资料和源程序,自己开发U盘或者是基于USB协议产品,这样的资料就你想要得!-development of a U disk full set of information, microcontroller using Cypress SL811HS, includes drawings, PCB plans, device information and source files, develope
UartComm
- Modbus串口通讯协议通讯源代码,采用C开发,UartWaitFuc作为入口文件,提供从bit到double word的读写操作功能
rascom
- gps开发工具用于tsip协议的开发,支持多种gps芯片
network
- 网络驱动开发,包括自定义网络协议。共同研究
HID_chap9
- USB HID 开发必备工具,是USB协议的第九章内的所有头文件,可作学习和实际编程的材料
S7_200_PLC_driver.rar
- 开发工控程序时使用自由口协议比较麻烦,效率也不高,PPI的协议要么付费要么不公开要么不好用,在网上找了一下也没捷径,算了,自己搞,经过1个礼拜的劳作,用VC搞了此DLL用于西门子S7-200 PLC的通信,读100个数据耗时250ms,非常高效,在vc,delphi,vb,C#.NET平台进行测试,效果不错啊,开发效率提高数倍,特此与爱好者分享,附带源码,Development of procedures for the use of industrial free port agreement
NDIS_driver.rar
- NDIS协议驱动开发,请参考DDK里面的packet代码阅读本文,NDIS protocol driver development, please refer to the packet code inside DDK read this article
2009032610415400001
- 组态王 高版本 驱动开发 内含实例及教程 适合于初级用户定义自己的通讯协议,便于实现组态王驱动程序-KingView high version of the driver development includes examples and tutorials for the primary users define their own communication protocol is easy to realize Kingview Driver
PPIMOTOR1
- 本人用VB开发的西门子PPI协议的驱动程序,可以很方便的开发基于PPI协议的监控程序,欢迎下载额-I VB-Siemens PPI protocol driver, you can easily develop control procedures based on PPI protocol, please download the amount of
D12-firmware-package
- 本固件是基于USB1.0协议下单片机USB驱动开发的主要程序,是在keil环境下运行-The firmware is the USB1.0 protocol-based MCU with USB driver development program is run in keil environment
usbdrvdev
- 介绍USB协议及USB设备在WDM中的开发框架-Introduced the framework of the development of the USB protocol and USB devices in WDM
TcpipStack-Project
- TCP/IP协议栈,实现tcp/udp/arp/dhcp/dns/http协议,可实现终端聊天功能,开发环境keil3/proteus-TCP/IP protocol stack, tcp/udp/arp/dhcp/dns/http protocol, the terminal chat function, development environment keil3/proteus
EQ1002_Dll_VC
- LED显示屏动态库开发实例及通讯协议完全可以编译-LED display dynamic library development examples and protocols can compile
WinTcpS7
- 该动态链接库根据西门子S7协议编写。功能函数齐全,通讯响应快速,使用简单方便。兼容VB、VC、DEIPHI、VS.NET、LabView等WINDOWS系统下的所有开发环境。适用于PC高级语言通过以太网通讯方式,与西门子S7-300/400以太网通讯。- The dynamic link library according to the SIEMENS S7 protocol. The function is complete, the communication response is qui
WinTcpS7_CP2
- 该动态链接库根据西门子S7协议编写。功能函数齐全,通讯响应快速,使用简单方便。兼容VB、VC、DEIPHI、VS.NET、LabView等WINDOWS系统下的所有开发环境。适用于PC高级语言通过以太网通讯方式,与西门子S7-200 CP243以太网模块通讯。--The dynamic link library according to the SIEMENS S7 protocol. The function is complete, the communication response is
USB应用开发技术大全
- 本书系统地介绍了新型USB总线接口的协议、工作原理以及驱动程序设计,并以大量篇幅全面、详细地介绍了各种应用场合下的USB设计实例。(This book systematically introduces the protocol, working principle and driver design of the new type of USB bus interface, and gives a comprehensive and detailed introduction of USB d
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。