Welcome![Sign In][Sign Up]
Location:
Search - USB endpoint

Search list

[Other resources3c44b0x+USB

Description: 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\\usb驱动\\D12驱动 6> 运行Tools\\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若将接收数据端点和发送数据端点设为端点2,管道大小则设为64 9> 按下\"启动\" 10> 在数据发送窗口输入若干数据,按下\"发送数据\" 11> 这时在数据接收窗口和串口监视软件中均应看到发送的数据-a code. 2. 1gt test steps; Development board -- inversion; 3gt testing procedures; Serial run monitoring software, 4gt 115,200 baud rate; Using USB cables development board and the PC, if any link, even uprooted re-5GT; The system shows to find new hardware, installation Tools \\ usb driver \\ drive 6gt D12; running Tools \\ UsbDebug.exe 7gt; updated List of equipment, selected items 8gt Philips; endpoints will receive data and send data endpoint set to an endpoint, pipeline size as a 16 if the receiving and sending data endpoint data endpoint Set endpoint 2, pipeline size is zero 9gt 64; press the "start" 10gt; the data sent several data input window, press the "send data" 11gt; At this juncture, data reception window and serial monitoring software should see the data sen
Platform: | Size: 342289 | Author: 李大嘴 | 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: 12683 | Author: 刘军 | Hits:

[Driver Developusbiso

Description: usb驱动及其测试程序(isochronous endpoint同步出来)-usb drive and test procedures (isochronous endpoint synchronous out)
Platform: | Size: 21504 | Author: 罗林 | Hits:

[Embeded Linuxs3c44b0x+USB

Description: 1代码. 2.测试步骤 1> 开发板上电 2> 运行测试程序 3> 运行串口监视软件,波特率115200 4> 用usb电缆连接开发板和PC,若已连接,则拔掉重连 5> 系统显示找到新硬件,安装Tools\usb驱动\D12驱动 6> 运行Tools\UsbDebug.exe 7> 刷新设备列表,选中Philips项 8> 将接收数据端点和发送数据端点均设为端点1,管道大小设为16 若将接收数据端点和发送数据端点设为端点2,管道大小则设为64 9> 按下"启动" 10> 在数据发送窗口输入若干数据,按下"发送数据" 11> 这时在数据接收窗口和串口监视软件中均应看到发送的数据-a code. 2. 1gt test steps; Development board-- inversion; 3gt testing procedures; Serial run monitoring software, 4gt 115,200 baud rate; Using USB cables development board and the PC, if any link, even uprooted re-5GT; The system shows to find new hardware, installation Tools \ usb driver \ drive 6gt D12; running Tools \ UsbDebug.exe 7gt; updated List of equipment, selected items 8gt Philips; endpoints will receive data and send data endpoint set to an endpoint, pipeline size as a 16 if the receiving and sending data endpoint data endpoint Set endpoint 2, pipeline size is zero 9gt 64; press the "start" 10gt; the data sent several data input window, press the "send data" 11gt; At this juncture, data reception window and serial monitoring software should see the data sen
Platform: | Size: 665600 | Author: 李大嘴 | Hits:

[OS program200699131011580

Description: 读写usb 上面的OpenDevice函数就是演示如何根据设备GUID打开一个USB接口的设备,和设备读写通讯的时候就需要了解设备的驱动到底都支持什么方式了。可以使用UsbView工具查看USB设备到底支持几个Endpoint,每个都以什么方式读写。 如果你的设备支持3个EndPoint,0号是控制的,1号是读,2号是写,那你直接读取0号Endpoint,搞不好就会发生重起的问题 -literacy usb above OpenDevice function is to demonstrate how open the equipment GUID a USB interface equipment literacy and communications equipment when there is a need to understand the driving equipment in the end all support the way. UsbView tools can use USB devices in the end View supports several Endpoint. each of the ways to read and write. If your equipment supports three EndPoint, 0, control, on the 1st of reading, writing on the 2nd, you direct read 0, Endpoint, will take place regardless of the starting weight problem
Platform: | Size: 206848 | Author: sos110 | Hits:

[Program docusb_msc_cbi_1.1

Description: USB海量存储规范CBI,CBI传输协议则用Control/Bulk/Interrupt三种类型的端点进行数据/命令/状态的传送-USB Mass Storage standard CBI. CBI transmission protocol used Control/Bulk/Interrupt three types of endpoint for data/order/delivery status
Platform: | Size: 141312 | Author: 林德 | Hits:

[Embeded-SCM DevelopLPC214x_USB

Description: ZLG_LPC214x的USB固件程序C源码。针对LPC214xLPC的USB设备控制器,实现USB协议和端点数据的读和写。编译环境ADS1.2 -ZLG_LPC214x USB firmware C source code. LPC214xLPC against the USB device controller, USB agreements and endpoint data read and write. Build environment ADS1.2
Platform: | Size: 29696 | Author: 陈浩 | Hits:

[Windows CEFANGWENUSB

Description:
Platform: | Size: 2048 | Author: lanxilange | 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:

[Software EngineeringUSB_HID_Report_Descriptor

Description: USB_HID_报告及报告描述符_简介 在USB中,USB HOST是通过各种描述符来识别设备的,有设备描述符, 配置描述符,接口描述符,端点描述符,字符串描述符,报告描述符等等。 USB报告描述符(Report Descriptor)是HID设备中的一个描述符,它是比较 复杂的一个描述符。-USB_HID_ report and described briefly on the website _ USB, USB HOST through a variety of descriptors to identify the equipment, equipment descriptors, configuration descriptor. Interface Description website endpoint descriptor string descriptors, the report descriptors, and so on. USB descriptors report (Report Descriptor) HID is a description of the website. It is a complex descriptors.
Platform: | Size: 4096 | Author: Liu | Hits:

[OS programFlashProgramTool

Description: After the single transaction waveforms are implemented in the GPIF Designer, the next step is to integrate the USB portion of the overlying firmware with the GPIF Designer output to perform write and read operations to and from the external FIFO. To do this a Firmware Frameworks project was copied and the code that performs the external FIFO operations was added to the TD_Poll() function within FX2_to_extsyncFIFO.c (note that periph.c was renamed to something more meaningful here). Endpoint and GPIF register initialization is performed in the TD_Init() function, which is also within FX2_to_extsyncFIFO.c. When you open up the Keil uVision2 project for the FIFO example-After the single transaction waveforms are implemented in the GPIF Designer, the next step is to integrate the USB portion of theoverlying firmware with the GPIF Designer output to perform write and read operations to and from the external FIFO. To do thisa Firmware Frameworks project was copied and the code that performs the external FIFO operations was added to the TD_Poll () function within FX2_to_extsyncFIFO.c (note that periph.c was renamed to something more meaningful here). Endpoint and GPIFregister initialization is performed in the TD_Init () function, which is also within FX2_to_extsyncFIFO.c. When you open up theKeil uVision2 project for the FIFO example
Platform: | Size: 352256 | Author: 崔卫 | Hits:

[SCM1

Description: 本设计采用Cypress公司支持USB2.0协议标准的EZ-USB FX2系列之CY7C68013芯片作为帧同步信号发送器的USB接口芯片,在uVision2开发环境下利用Keil C51完成了满足帧同步信号发送器基本要求的固件设计,具体采用了批量传输方式、大端点三缓冲设置、定时器中断方式的同步脉冲和数据的发送、软FIFO方式数据存放以及I2C总线下的LED显示等技术,最后协助编写USB底层驱动程序实现了固件自动下载。经过测试,所设计的帧同步信号发送器基本达到了课题所要求的基本原理性设计与验证。 -This design uses Cypress supports USB2.0 protocol standards of EZ-USB FX2 Series CY7C68013 chip as a frame synchronization signal transmitter of the USB interface chip, in uVision2 development environment using Keil C51 completed a frame synchronization signal to meet the basic requirements of transmitter firmware design, specific use of a bulk transfer mode, the endpoint buffer three settings, the timer interrupt the sync pulse and data transmission, soft FIFO mode and the I2C bus data repository under the LED display technology, assist in the preparation of the final bottom USB driver to achieve the firmware is automatically downloaded. After testing, the design of frame synchronization signal transmitter basic subjects required to achieve the basic principles of design and verification.
Platform: | Size: 603136 | Author: xmuyfng | Hits:

[USB developtest

Description: usb 端点测试程序 块传输 从EP6输入512字到EP2传出。-usb endpoint testing procedures block transfer input 512 from EP6 spread the word to EP2.
Platform: | Size: 44032 | Author: 张那 | Hits:

[MacOS developUSBView

Description: 可以查看USB 的详细信息。ENDPOINT,HID report ID, USB view-USB can view detailed information. ENDPOINT, HID report ID, USB view
Platform: | Size: 432128 | Author: david | Hits:

[Other Embeded programlpc214x-test

Description: 这个是基于lpc214x的usb的上位机应用程序,分别用逻辑端点1和2发送接收16和64字节-This is based on the usb of lpc214x PC applications, respectively, a logical endpoint to send 1 and 2 receive 16 and 64 bytes
Platform: | Size: 51200 | Author: 王英 | Hits:

[SCMUSB_keyboard

Description: 使用89S52为核心做的USB键盘,注意修改了一下windows设备描述符以及端点处理等就行了。用了一个4*4的小键盘,有0-9十个数字键, Num Lock键,Caps Lock键,Shift键,Ctrl键,Alt键,回车键等。 最多可以有三个键同时按下,如果相交的话,最多只能两个键按下-89S52 use as the core of the USB keyboard to do, pay attention to modify the look and the windows device descriptor, such as treatment endpoint on the list. Used a 4* 4 small keyboard, has the number keys 0-9 10, Num Lock keys, Caps Lock key, Shift key, Ctrl key, Alt key, enter key and so on. Can have up to three keys pressed at the same time, if the intersection, then a maximum of only two keys pressed
Platform: | Size: 91136 | Author: vitochung | Hits:

[USB developUSBDetection

Description: 1.可以读取及侦测USB设备监测插入及安全弹出示例。程序可以自动监测有新USB移动设备插入并即时获取显示该移动设备的有关信息。2. 可以查看usb 的详细信息。ENDPOINT,HID report ID, USB view。3. 使用MFC開發,需DDK-1. Can be read and monitored to detect USB device insertion and security pop-up sample. Monitoring program can automatically insert a new USB mobile devices and instant access to display information about the mobile device. 2. Can view the details of usb. ENDPOINT, HID report ID, USB view. 3. Using MFC development, need to DDK
Platform: | Size: 246784 | Author: 謝慶昌 | Hits:

[Linux-Unixendpoint

Description: snd_usb_endpoint is a model that abstracts everything related to an USB endpoint and its streaming.
Platform: | Size: 10240 | Author: ninciusan | Hits:

[Linux-Unixendpoint

Description: snd_usb_endpoint is a model that abstracts everything related to an USB endpoint and its streaming.
Platform: | Size: 9216 | Author: glqszf | Hits:

[Otherusb-api-1.0.2

Description: USB数据接收和数据发送,包含了USB 设备的配置,USB 配置描述符的接口,USB 设备的接口,USB 设备描述符的接口,USB 端点的接口,USB 端点描述符的接口,USB hub 的接口,USB 接口的接口,USB 接口描述符的接口,USB 管道的接口,USB 端口的接口(USB data receiving and sending, contains a USB device configuration, USB interface configuration descriptor, USB device interface, USB device descriptor interface, USB endpoint interface, USB endpoint descriptor interface, interface of USB hub, USB interface, the interface of USB interface descriptor, USB pipeline interface, the interface of USB port)
Platform: | Size: 19456 | Author: zx__ | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net