搜索资源列表
ATAUSB
- 做USB的技术文档。主要实现如何在ARM上实现USB通信。USB的编程。-do USB technical documentation. Main ARM how to achieve USB communication. USB programming.
usb-d12applicationprogram(vb)
- HID设备上位机程序,用Visual Basic编程,可用于USB通信时的简单数据读取与发送,以及坐标显示交换的数据
USB接口编程源代码(VC)
- 详细介绍了VC下利用WINDOWS API函数来实现与符合HID设备类的USB接口通信,并给出了通信程序的部分源代码-details of VC using Windows API function to achieve compliance with the type of equipment HID USB communications, and communications procedures given the source code
CSharpUSBSocket.rar
- C#版USB通信编程(接收和发送数据)。。,C# version of USB communication programming (receiving and sending data). .
USBcheck
- 这是一个USB通信的源代码,希望对有志于USB通信编程的新手有一定帮助-This is a USB communications in the source code, in the hope that interested in USB communications have some new programming to help
serialcommpro
- 自己编写的基于Rs232的串口通信编程,发送命令,接收数据-USB communication
USByingyongruanjianpingtai
- 基于VC++编程的USB应用平台,用于USB接口通信控制LED7段显示的控制,为主机控制平台程序-VC++ programming on the USB application platform for the USB control interface shown above LED7 control, process control platform for the host
USB
- USB编程实例描述了如何找到USB设备及应用程序如何与USB设备进行通信-USB Programming examples describe how to find the USB device and applications on how to communicate with USB devices
Windows_2000_XP_WDM_Driver_Development
- 本书主要介绍了用DriverStudio 3.1开发工具开发Windows 2000/XP下的WDM设备驱动程序的原理及编程方法。本书详细介绍了WDM基本程序框架和编程,IRP的基本概念及编程,WDM和应用程序之间的通信、即插即用、电源管理、WMI的编程技术,IRP串行处理、过滤器驱动程序,WDM访问硬件设备、处理硬件中断、实现DMA操作的编程技术,以及大量的基本编程技术,还有USB接口和PCI接口设备驱动程序WDM的开发。 本书附有20个典型的编程实例,便于读者学习和掌握。 本书是一本
USBPort
- USB通信编程,获取USB设备信息,如果编译不通过,你需要下载NTDDK中的hidsdi.h 和 hid.lib文件等。-USB communication programming,get the USB devices informateion ,if there have link errors,you have to download the header files hidsdi. H, the library file hid. Lib,etc in the NTDDK.
Windows wdf pdf and source
- 压缩包是电子书和源码。 《Windows设备驱动程序WDF开发》既适合具有一定计算机硬件及C/C++语言基础的计算机应用开发人员阅读,也适合作为计算机应用开发人员和高等院校学生的实用参考书。Windows最新的WDF驱动程序框架,包括KMDF和UMDF,KMDF是WDM的继续。本书主要介绍KMDF设备驱动程序的原理及编程方法;详细介绍KMDF对象及程序基本框架,KMDF和应用程序之间的通信、即插即用和电源管理的编程技术,过滤器驱动程序,KMDF访问硬件设备、处理硬件中断、实现DMA操作的编
VCtoUSB
- VC编程实现与USB设备通信,可以读写操作。PC侧的demo-VC programming to communicate with the USB device, you can read and write operations. PC side demo
USBPortHDI
- USB编程的一个例子,学习USB编程序的人可以借鉴使用,与HDI通信的程序-People can learn to use a USB programming examples, learning USB programmed
code
- 1、 主控模块:采用89C52单片机进行各项控制; 2、 键盘处理、显示及报警模块:实现人机交互操作和控制; 3、 定时及电器控制:通过继电器连接外部电器,由单片机进行定时控制; 4、 异步串行通信:实现微机RS-232接口和单片机的异步串行通信; 5、 在线编程接口:通过微机串行口或USB接口,实现微机对单片机的在线编程控制; -Master module: 89C52 microcontroller various control 2, keyboard handlin
VB_COM
- VB串口通信编程源码;包含多种主从机通讯源码,适用于快速修改开发、临时应用。有:1、PC机与51单片机之间的串口通讯,VB编的,分PC和单片机两部分;2、VB串口通信 6路10位AD转换数据采集源程序;3、vb 一个USB接口温度计,串口通信实例。-VB serial communication programming source code contains a variety of slave communication source code, suitable for the rapi
jiyuhh88799
- 用labview编写的,基于TEKTRONIC示波器的USB通信程序。(Written in LabVIEW, based on the TEKTRONIC oscilloscope USB communication procedures.)
VC编程实现与USB设备通信
- VC编程实现与USB设备通信论文,包括上位PC机实现。。。(VC programming and USB device communication papers, including the implementation of the upper PC...)
484997
- USB通信程序开发(附源码 精品)包括详细论文说明()
IAP-Bootloader V1.0
- IAP(In Application Programming)即在应用编程,IAP是用户自己的程序在运行过程中对User Flash的部分区域进行烧写,目的是为了在产品发布后可以方便地通过预留的通信口对产品中的固件程序进行更新升级。 通常实现IAP功能时,即用户程序运行中作自身的更新操作,需要在设计固件程序时编写两个项目代码,第一个项目程序不执行正常的功能操作,而只是通过某种通信方式(如USB、USART)接收程序或数据,执行对第二部分代码的更新;第二个项目代码才是真正的功能代码。(IAP (I
qakl
- usb与SPI口通信的一个引用实例,希望能给大家带来帮助()