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

Search list

[USB develop把USB访问的相关函数封装成DLL的源代码

Description: 把USB访问的相关函数封装成DLL的源代码-USB visit the correlation function packaged as DLL source code
Platform: | Size: 68608 | Author: 海应 | Hits:

[Driver DevelopPDIUSBD12中文技术资料

Description: USB作为一种新型的接口技术以其简单易用速度快等特点而备受青睐本文简单介绍USB 接口的特点和PHILIPS 公司的USB 接口芯片PDIUSBD12 并详细说明USB 软硬件开发过程中 应注意的问题-USB as a new type of interface technology with a simple user-friendly features such as fast and simple on this very popular USB interface characteristics and PHILIPS's USB interface chip PDIUSBD12 and detailed description USB hardware and software development process should pay attention to the problem
Platform: | Size: 43008 | 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:

[Driver Developusb-driver

Description: 设备驱动可以理解为操作系统的一部分,对于一个特定的硬件设备来说,其对应的设备驱动是不同的。本系统要使用摄像头获取视频数据,所以编写摄像头驱动是必需得。我们选用的是OV公司系列摄像头,因为对于嵌入式开发,几乎没有通用的驱动程序可以用,不同的软硬件环境有其特殊性。本文档阐述的摄像头驱动是基于OMAP芯片和嵌入式Linux系统的。-device driver can be understood as part of the operating system for a specific hardware device, its counterpart device drivers are different. The use of the system to access video camera data, the preparation of camera is essential in driving. Our choices are the OV companies series camera, because for embedded development, almost no common driver can use different hardware and software environments are unique. This document set out the camera driver is based on the OMAP chips and embedded Linux system.
Platform: | Size: 1665024 | Author: 吴世华 | Hits:

[SCM440bx-1m-usb-disk

Description: 44b0x的U盘源代码,用PCB上的Flash作为存储价质1M-44b0x U disk source code, the use of PCB Flash memory prices as a quality 1M
Platform: | Size: 312320 | Author: kun | Hits:

[Embeded Linuxusb-skeleton

Description: This driver is based on the 2.6.3 version of drivers/usb/usb-skeleton.c but has been rewritten to be easy to read and use, as no locks are now needed anymore.
Platform: | Size: 3072 | Author: 张延斌 | Hits:

[Software Engineeringusb

Description: 本文主要介绍USB的技术规范以及驱动程序的具体开发,并通过一个USB键盘的实例来具体说明,展示了USB应用的大好前景-This paper mainly introduces the technical specifications as well as the USB driver for the specific development, and through a USB keyboard to the specific examples that demonstrate the excellent prospects for USB Applications
Platform: | Size: 368640 | Author: zhangjian | Hits:

[OtherUSB

Description: 摄像头的工作原理大致为:景物通过镜头(LENS)生成的光学图像投射到图像传感器表面上,然后转为电信号,经过A/D(模数转换)转换后变为数字图像信号,再送到数字信号处理芯片(DSP)中加工处理,再通过USB接口传输到电脑中处理,通过显示器就可以看到图像了。 -The working principle of the camera more or less as follows: the scene through the lens (LENS) to generate the optical image projected onto the image sensor surface, and then converted to electrical signals, after A/D (analog-digital conversion) converted into a digital image signal, and then sent to digital signal processing chip (DSP) in the processing, transmission through the USB interface to computer processing, through the display can be seen on the images.
Platform: | Size: 111616 | Author: | Hits:

[Software EngineeringUSB-design

Description: 主要介绍USB的技术规范以及驱动程序的具体开发,并通过一个USB键盘的实例来具体说明,展示了USB应用的大好前景。-Mainly introduces the technical specifications, as well as USB driver for the specific development, and through a USB keyboard to the specific examples that demonstrate the excellent prospects for USB applications.
Platform: | Size: 501760 | Author: 李海涛 | Hits:

[SCMUSB-ASP

Description: USB-ASP下载线的制作完整资料,搞AVR的人是必须的,全部代码开放。-USB-ASP to download a complete line of production information, those who engage in AVR is necessary, all the code open.
Platform: | Size: 778240 | Author: longagef | Hits:

[USB developusb

Description: 本程序演示了如何利用编写高层应用程序与USB接口通信,了解主机是如何识别USB设备以及USB工作的基本原理。 -This procedure demonstrates how to use the preparation of high-level applications and USB interface communication, understanding how to identify the host is a USB device, as well as the work of the basic principles of USB.
Platform: | Size: 37888 | Author: yeajia | Hits:

[USB developusb

Description: USB通信的VC程序,包括电路图与源程序,只要照着做的话,就没有问题了。-USB communications VC procedures, including schematics and source code, as long as照着做would not have a problem.
Platform: | Size: 8635392 | Author: 王网 | Hits:

[USB developdspzlh

Description: 本文以TMS320系列DSP为主控芯片的智能化USB为例,介绍其通信接口的设计,给出了相关硬件电路及流程图.-In this paper, TMS320 series DSP chip for the master of intelligent USB as an example, its communication interface design, given the relevant hardware circuit and flow chart.
Platform: | Size: 823296 | Author: pyc | Hits:

[SCMUSB

Description: 低成本USB转PS/2接口的设计,压缩包包括原理图、芯片资料、源代码和叙述性文档。并以USB接口的鼠标的操作和数据转换为例,说明整个设计的原理,并通过多个LED表示各个操作的执行。文档描述详细,深入浅出,并附有图片说明、时续分析和通信协议,初学者很所以上手,并可以深入研究。-Low-cost USB to PS/2 interface design, compression package including schematics, chip data, source code and descriptive document. USB interface and mouse operation and data conversion as an example to show the whole design principle, and through a number of LED that the implementation of various operations. Document describes in detail in layman s language, together with the picture shows that when the continued analysis and communication protocol, so beginners are handcuffed and can be studied in depth.
Platform: | Size: 609280 | Author: sheng | Hits:

[File Formatlinux-usb

Description: 以幽默诙谐的语言描述自己对于linux中主要关于usb,u盘等部分的分析,就跟读小说一样轻松-Humorous and witty language to describe their major for linux on the usb, u disk, such as part of the analysis as easily跟读novel
Platform: | Size: 236544 | Author: 小春 | Hits:

[Driver DevelopUSB

Description: 本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。 -This procedure demonstrates how to use the preparation of high-level applications and USB interface. Readers it is necessary to understand how to identify the host is a USB device, as well as the work of the basic principles of USB.
Platform: | Size: 39936 | Author: mengjian | Hits:

[Embeded-SCM DevelopUSB

Description: usb鼠标资料,包括详细的电路原理图,以及源程序等-usb mouse data, including the detailed circuit schematic diagram, as well as source code, etc.
Platform: | Size: 2997248 | Author: oche | Hits:

[SCMUSB-D12

Description: 利用89S52为核心实现的IDE-USB转接器 现在已经实现了主要功能:可以读取文件和复制文件。不支持格式化硬盘功能。 不过速度比较慢,我从本地硬盘复制文件到移动硬盘里去,速度只有50KBytes/S, 因为单片机速度不快,内存又少,USB1.1的速度也不快。另外,代码写得不够好 压缩包内有线路图-89S52 realize use as the core of the IDE-USB adapter now realize the main function: You can read the files and copy files. Reformat your hard disk does not support the function. More slowly, however, I copy files from the local hard disk to a mobile hard drive into a speed only 50KBytes/S, because of slow single-chip, memory less, USB1.1 speed is not fast. In addition, the code written is not good enough compression packages have circuit diagram
Platform: | Size: 264192 | Author: vitochung | Hits:

[Dialog_Windowusb-d12applicationprogram(vb)

Description: HID设备上位机程序,用Visual Basic编程,可用于USB通信时的简单数据读取与发送,以及坐标显示交换的数据-PC HID equipment procedures, using Visual Basic programming, can be used to communicate a simple USB data acquisition and transmission, as well as the coordinates indicating the exchange of data
Platform: | Size: 6144 | Author: windy | Hits:

[USB develop1.10 USB作为设备-已测试

Description: USB_OTG,基于STM32的USB作为设备从电脑中读取芯片内部FLASH(USB_OTG, based on the USB as a device from the computer reads the STM32 internal FLASH chip)
Platform: | Size: 11628544 | Author: 七羽 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net