Welcome![Sign In][Sign Up]
Location:
Search - usb VC 3

Search list

[USB developUSB接口数据采集卡

Description: 这个接口卡程序负责采集低频音频信号,USB控制芯片采用AN2131QC。软件包括3个模块:Keil51编写芯片固件程序,vc++编写USB驱动程序和用户程序-the interface card collection procedures for low-frequency audio signals, control chips using USB Peripheral. The software includes three modules : the preparation Keil51 chip firmware and USB drives vc preparation procedures and user program
Platform: | Size: 334888 | Author: ANN | Hits:

[DocumentsPLCFX

Description: 三菱PLC FX系列PLC编程口通信协议动态链接库DLL V2.0简介 一、三菱PLC FX系列PLC编程口通信协议动态链接库DLL(以下简称DLL) ,是为满足工业通信需要,针对工业领域要求上位机对三菱FX系列PLC 实时采集与控制的组态编程而设计。本DLL是采用Delphi语言开发的标 准串口通讯库,具有以下特点: 1)、实时性、可靠性好,可根据通信数据量自行调整通信时间 2)、适用于多PLC联网和上位机通信,满足多方面的需要 3)、函数接口功能全,操作简单 4)、附加实用转换与读取函数,易于快速开发(VC等非RAD开发环境的开 发); 5)、支持USB、PC扩展卡等扩展串口号 6)、支持多种操作系统win9x/win2000/winXP(标注Win32 DLL) 7)、可在多种编程环境下使用,例如VB、VC、Delphi等开发环境。
Platform: | Size: 9491 | Author: lyc | Hits:

[Embeded-SCM DevelopUSBReadPort

Description: 读写USB端口的VC程序,编译说明 : 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录--A VC program reading/writing USB port. Compilationg steps: 1. install DDK. 2. include DDK s inc path in header file s searching path. 3. include DDK s lib path in the library s search path. 4. comment out HIDD_ATTRIBUTES structure in the source file. 5. add setupapi.lib. If you don t want to install DDK, you could omit the first 2 steps, but you need to copy corresponding header files and library files.
Platform: | Size: 32361 | Author: 徐达 | Hits:

[Driver Develop2004-12-08_驱动程序超级宝典

Description: 称它为“驱动程序超级宝典“一点也不过分,因为它是被译为中文的MSDN DDK文档-Call it super Baodian driver is not too much, because it is being translated into Chinese language documents MSDN DDK
Platform: | Size: 1264640 | Author: 冯宏志 | Hits:

[USB developUSB接口数据采集卡

Description: 这个接口卡程序负责采集低频音频信号,USB控制芯片采用AN2131QC。软件包括3个模块:Keil51编写芯片固件程序,vc++编写USB驱动程序和用户程序-the interface card collection procedures for low-frequency audio signals, control chips using USB Peripheral. The software includes three modules : the preparation Keil51 chip firmware and USB drives vc preparation procedures and user program
Platform: | Size: 1887232 | Author: ANN | Hits:

[USB developUSBPortDlg

Description: USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录 -USBPort compilers note-- 01 (VC Knowledgebase) 1. Installation DDK 2. Put DDK the inc path filled in the first document contains the path 3. put DDK's lib path for filling in the document include path 4. comment out the original code HIDD_ATTRIBUTES structure// I do not know why the author to add this five-structure definition. If we do not want to add setupapi.lib DDK installed on the first two steps removed. but the need to copy the relevant files and documents to the library project listings
Platform: | Size: 2791424 | Author: 熊丹 | Hits:

[Program docnrf2401sch

Description: nrf2401的设计文档,是花了3000大洋获得的完真的设计文档。-nrf2401 the design documentation, it took 3,000 ocean really is the complete design document.
Platform: | Size: 1903616 | Author: luwei | Hits:

[Com PortUSBPort

Description: USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录 -Compiler USBPort note 01 (VC Knowledge) 1. Installation DDK2.
Platform: | Size: 62464 | Author: | Hits:

[OS programHIDUSB

Description: Windows 系统下 1.USB设备的查找: 2.发送数据到USB设备: 3.接收数据从USB设备:-Windows system 1. USB device search: 2. Send data to USB device: 3. Receive data from USB devices:
Platform: | Size: 8851456 | Author: byb | Hits:

[Windows Developusb_vc

Description: 用于与USB接口设备通讯的上位机程序,可将下位机USB接口设备传输的数据送至PC机并处理。每次数据传送都是上位机主动,上位机先发送命令(借用DEMO程序中的版本号部分),下位机收到READ_VERSION命令就发送64字节数据给上位机,并开始计时,每次发送把发送帧数加1,把时间和帧数发送到上位机显示,方便观察;上位机收到64字节数据就又给下位机发送READ_VERSION命令,重复1000次,测试需时31秒左右。64字节中:第2,3字节是发送帧数,第61字节是通信时间(S)-USB interface for PC communication procedures, could be the next-bit machine USB interface data transmission to the PC machine and processed. Each data transmission are PC initiative, the first host computer to send the command (to borrow DEMO program version number part), the next-bit machine READ_VERSION received orders on the transmission of 64 bytes of data to the host computer, and start running, each time I send to Send frames plus 1, the time and number of frames sent to the host computer for easy observation upper 64 bytes of data received on the given machine to send the next bit READ_VERSION command, repeat 1000 times, test takes about 31 seconds. 64-byte: the first 2,3-byte frame is sent, 61 bytes is the communication time (S)
Platform: | Size: 686080 | Author: huming | Hits:

[DocumentsVC.ZIP

Description: Below, you will find an assortment of documentation to assist you through every step of your USB development experience.
Platform: | Size: 488448 | Author: Kamelin | Hits:

[USB developCH341

Description: CH341是一个USB总线的转接芯片,通过USB总线提供串口、打印口或者并口。 在串口方式下,CH341提供串口发送使能、串口接收就绪等交互式的速率控制信号以 及常用的MODEM联络信号,用于将普通的串口设备直接升级到USB总线。 -CH341 is a USB bus adapter chips, provided through the USB serial bus, printer port or parallel port. In serial mode, CH341 Send to provide serial-enabled, interactive, such as serial port ready to receive control signals, as well as the rate used to contact signal MODEM for the general upgrade of the serial device directly to the USB bus.
Platform: | Size: 313344 | Author: de | Hits:

[Driver DevelopMFCUSB

Description: USBPort的编译说明 -- 01(VC知识库) 1. 安装DDK 2. 把DDK的inc路径填在头文件的包含路径中 3. 把DDK的lib路径填在库文件的包含路径中 4. 注释掉原代码中的HIDD_ATTRIBUTES结构 // 不知作者为什么要添加这个结构定义 5. 添加setupapi.lib 如果不想安装DDK,就去掉前两步,但需要拷贝相关的头文件和库文件到工程目录-USBPort compile note- 01 (VC Knowledge Base) 1. Install DDK 2. To the inc path to fill in the DDK header file that contains the path 3. The DDK s lib path to fill in the library file that contains the path 4. HIDD_ATTRIBUTES comment out the original code structure// I do not know why the author of the definition of this structure to add 5. Add setupapi.lib If you do not want to install the DDK, to remove the first two steps, but requires copying the relevant header files and libraries to the project directory
Platform: | Size: 167936 | Author: 徐淼 | Hits:

[Driver Developusb08_windemovc

Description: 基于VC界面的usb通信源代码,很适合USB初学者的学习应用,实现PC与下位机的相互控制,使PC界面上的3颗灯或下位机上的3颗LED灯随对应的按键或控件动作而变化。-VC-based interface usb communication source code, very suitable for USB applications for beginners to learn to achieve PC with the next crew of mutual control, so that on a PC interface, or the next three light aircraft on a 3-bit LED lights with the corresponding key or the control action change.
Platform: | Size: 311296 | Author: 吕滤波 | Hits:

[Driver Developusbio_el_v151

Description: usbio通信PC端底层源代码,很适合USB初学者的底层驱动学习,配合VB或VC编写的3灯控制简易程序,使PC界面上的3颗灯或下位机上的3颗LED灯随对应的按键或控件动作而变化。-usbio Communications PC-side underlying source code, well suited to the bottom of USB drive for beginners to learn to cope with VB or VC summary prepared by the three light control procedures so that on a PC interface, or the next three lights on the 3-bit machine with the corresponding button LED lights or change the control action.
Platform: | Size: 1412096 | Author: 吕滤波 | Hits:

[Driver DevelopEZ_USB_DRVDriverStudio3.2

Description: EZ_USB_DRV驱动程序源代码(VC工程文件,DriverStudio 3.2开发).rar-EZ_USB_DRV driver source code (VC project file, DriverStudio 3.2 development). Rar
Platform: | Size: 2657280 | Author: 黄德智 | Hits:

[Other Embeded programSource-Code

Description: ADuC7060/ADuC7061 fully integrated, 24-bit A/D Microcontroller (3-Wire RTD Example Project) USB Based Temperature Monitor Using the ADuC7061 Precision Analog Microcontroller and an External RTD Link.... http://www.analog.com/en/circuits-from-the-lab/CN0075/vc.html
Platform: | Size: 100352 | Author: Mario Peiris | Hits:

[CommunicationVC-USB

Description: 源码包括固件源码(keil c),驱动源码(vc6.0与driverstudio 3.1,DDK2600),应用程序源码(vc6.0)以及硬件原理图。-Including firmware source code (keil c), driver source code (vc6.0 and driverstudio 3.1, DDK2600), the application source code (vc6.0) and hardware schematics.
Platform: | Size: 5203968 | Author: yifengyiyu | Hits:

[Video Capturetempreture0.3-OK

Description: 一个非常好用的VC++视频接口程序,直接运行可用,需要安装directx。功能包括usb读入视频(可用普通USB摄像头实验)。本程序原本设计配合高德红外摄像头检测温度使用,还有串口控制功能,一些基本的图像处理功能,如RGB-灰度转换,边缘检测等。也可以略加修改完成自己需要的功能。-a very good VC++ video interface program,you can use a USB camera for test, please install directX first!
Platform: | Size: 4382720 | Author: 卢昊 | Hits:

[OS programvc

Description: 包含基于USB 3.0 CYUSB3014最新驱动及界面程序-Contains program based the USB 3.0 CYUSB3014 latest driver and interface
Platform: | Size: 1122304 | Author: 陈强 | Hits:
« 12 »

CodeBus www.codebus.net