Welcome![Sign In][Sign Up]
Location:
Search - usb port communication

Search list

[USB developusb375

Description: EZ80 CPU 控制usb375芯片的实现USB 口通讯程序,应用于智能检测仪上-EZ80 CPU chip control usb375 USB port communication procedures, applied Intelligent Detection Instrument
Platform: | Size: 3320 | Author: YANGDEWEI | Hits:

[CommunicationUSBtoPort

Description: USB端口通信,可实现上位机与下位机通过USB口通信-USB communications, can be realized with PC under machine through USB port communication
Platform: | Size: 25173 | Author: only | Hits:

[Internet-NetworkUSB-rs232-Linux

Description: USB接口转换成RS232接口驱动程序,通过串口——USB线即可实现通信-USB interface into RS232 interface driver, through serial port -- USB cable communication can be realized
Platform: | Size: 22016 | Author: chenjing | Hits:

[USB developusb375

Description: EZ80 CPU 控制usb375芯片的实现USB 口通讯程序,应用于智能检测仪上-EZ80 CPU chip control usb375 USB port communication procedures, applied Intelligent Detection Instrument
Platform: | Size: 3072 | Author: YANGDEWEI | Hits:

[Embeded-SCM DevelopUSB430CCode

Description: 其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便的读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。 usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-the usb port which has a communications module to use, Users only need to use the following function, it can usb port for convenient reading and writing : unsigned char D12_WriteEndpoint (unsigned ch ar endp, unsigned char len. unsigned char* buf) usb endpoint of this output function, endp to the endpoint of communication, value for the three (general endpoint. a maximum transmission 16 byte), or 5 (the main endpoint, a maximum transmission 64byte); len output data for a length;* buf for data location. Usb endpoint data read operation from the bottom of the complete automatic function (correlation function for unsigned char D12_ReadEndpoint (unsigned char endp. unsigned char len, unsigned char* buf); corresponding endpoint of 2 and 4), which read data stored in GenEpBuf [] (General e
Platform: | Size: 12288 | Author: 刘军 | Hits:

[Internet-NetworkUSB-rs232-Linux

Description: USB接口转换成RS232接口驱动程序,通过串口——USB线即可实现通信-USB interface into RS232 interface driver, through serial port-- USB cable communication can be realized
Platform: | Size: 21504 | Author: chenjing | Hits:

[.netSharpUSBlib20041208

Description: #usblib (SharpUSBLib) is a wrapper around the libusb project (WIN32), thus you must have it installed prior to using #usblib. Mike started this project because he wanted to program a power switch (GEMBIRD SIS-PM) with a USB port and didn t find any .NET USB library. One goal is to provide a platform independent (Linux/Win32 solution) USB access layer for .NET. more information in http://www.icsharpcode.net/opensource/sharpusblib/-#usblib (SharpUSBLib) is a wrapper around the libusb project (WIN32), thus you must have it installed prior to using#usblib. Mike started this project because he wanted to program a power switch (GEMBIRD SIS-PM) with a USB port and didn t find any .NET USB library. One goal is to provide a platform independent (Linux/Win32 solution) USB access layer for .NET. more information in http://www.icsharpcode.net/opensource/sharpusblib/
Platform: | Size: 66560 | Author: coderkk | Hits:

[DSP programdata-research-and-system-design-by-usb-on-dsp54x.r

Description: 根据信号分析技术的特点和发展要求,本文结合DSP、USB与EDA技术提出了基于DSP的USB口实时动态信号分析系统。论述了系统的软硬件 实现,尤其重点详细描述了基于USB技术的通信模块的实现。 -According to signal analysis technology, the characteristics and development requirements, this article combines DSP, USB and EDA technology DSP based on the USB port in real-time dynamic signal analysis system. Discusses the hardware and software systems to achieve, in particular, the focus of a detailed description of USB technology based on the realization of communication module.
Platform: | Size: 4553728 | Author: xcs | Hits:

[USB developUsbPortProc

Description: usb端口测试程序,查找符合HID规范的USB设备,查找USB设备接口,读取设备路径名,开放与设备的通信,查询设备标识,供应商,产品,产品版本.-usb port testing procedures, find consistent with the HID specification USB device, USB device interface to find, read device path name, open communication and equipment inquiries, equipment identification, suppliers, products, product version.
Platform: | Size: 1909760 | Author: dtcdtc | Hits:

[SCMusb

Description: 用AVR单片机实现USB口通信,特别是用CVAVR实现了系统应用-AVR Microcontroller with USB Port Communication, especially with the realization of the system CVAVR
Platform: | Size: 7168 | Author: yhj | Hits:

[uCOSUCOS-usb-rs232

Description: UCOS下的usb及串口通讯代码 UCOS下的usb及串口通讯代码-UCOS under usb and serial port communication code under uCOS usb and serial port communication code
Platform: | Size: 1539072 | Author: velen | Hits:

[Driver Developusb

Description: WINDDK开发代码,包括U盘块数据读写,异步USB管道数据通讯控制,USBVIEW枚举查询USB HOST端口,列举USB设备信息。-WINDDK development code, including the U disk block data read and write, asynchronous USB data communication control pipeline, USBVIEW enumeration query USB HOST port, USB device information list.
Platform: | Size: 244736 | Author: alex_cn | Hits:

[Windows DevelopUSBDMA

Description: VC++USB通信,简单实用,基于Dialog的应用程序,与usb口通信简单明了-VC++ USB communications, simple and practical, Dialog-based applications, with the usb port communication simple and clear
Platform: | Size: 2122752 | Author: 田雨 | Hits:

[SCMUSB430

Description: 其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。 usb端点数据的读操作是由底层函数自动完成的(相关函数为unsigned char D12_ReadEndpoint(unsigned char endp, unsigned char len, unsigned char * buf); 相应端点为2和4),所读到的数据存于GenEpBuf[](普通端点)、MainEpBuf[]或EpBuf[](主端点)中,用户可以直接读取使用。-Usb port communication which has been used as a module, the user can use the following function on the usb port can easily read and write: unsigned char D12_WriteEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) This is the endpoint usb output function, endp is to communicate the endpoint, the value for 3 (common endpoint, the first transmission maximum 16byte) or 5 ( the main endpoint, the first transmission maximum 64byte) len Length of output data for the first time * buf location for data. usb endpoint data is read from the bottom of the auto-complete function (correlation function for unsigned char D12_ReadEndpoint (unsigned char endp, unsigned char len, unsigned char* buf) the corresponding endpoint of 2 and 4), the read data stored in GenEpBuf [] (common endpoint), MainEpBuf [] or EpBuf [] (the main endpoint), the user can use a direct reading.
Platform: | Size: 14336 | Author: wsj | Hits:

[USB developusb

Description: 用vc++编写usb接口通信程序.rar-Using vc++ to prepare usb port communication program. Rar
Platform: | Size: 157696 | Author: 毓江 | Hits:

[SCMUSBdll

Description: 单片机USB串口通信模块的动态链接库,包括通用的对串口进行操作的各种函数。-Single-chip USB serial communication module dynamic link library, including general-purpose serial port to operate on a variety of functions.
Platform: | Size: 1017856 | Author: 牛牛 | Hits:

[Windows DevelopUSBViewDemo

Description: Application for using communication with USB port.
Platform: | Size: 284672 | Author: Manuen | Hits:

[SCMUSB

Description: AVR128的USB口通信程序,可实现并口数据通信-AVR128' s USB port communication program, enabling parallel data communication
Platform: | Size: 128000 | Author: wangcan | Hits:

[CSharpserial-port-communication

Description: usb转串口通信,实现两台笔记本通信,传递数据,需要的串口线为两个。-Usb serial port communication, realize the two laptop communication, transmit data, need for two serial port line.
Platform: | Size: 78848 | Author: 王华 | Hits:

[Other【XP_WIN7】USB转串口驱动

Description: using for port communication
Platform: | Size: 3372032 | Author: amys | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net