CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - usb 通信

搜索资源列表

  1. USBDemoCode

    0下载:
  2. 本程序是针对凌阳公司的16位单片机开发的USB串口通信程序,可配合USB模组使用,-This procedure is Sunplus 16-bit single-chip companies to develop the USB serial communication program, and with the use of USB modules,
  3. 所属分类:SCM

    • 发布日期:2017-05-13
    • 文件大小:686060
    • 提供者:changlian
  1. UsbComm

    0下载:
  2. USB接口PC机端通信程序,用于自行开发的USB驱动程序-usb communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1195
    • 提供者:super
  1. A2810

    0下载:
  2. 用usb接品 实现主机与外设之间的通信!-usb
  3. 所属分类:USB develop

    • 发布日期:2017-04-25
    • 文件大小:22485
    • 提供者:尹君
  1. 1

    0下载:
  2. 实用USB术语详解。USB是一种“主-从”式总线,包括一个主机和多个从机。从机称作外设,在USB术语中也称作功能部件。主机称作主设备。所有USB传输都由主机启动;外设总是响应传输,不会启动传输。最常用的主机是PC机,主机通过USB-A连接器连接到下行设备。嵌入式主机不包括PC机,而是用一个微控制器作为专用主机,或许只能与一类USB设备通信。-Detailed practical USB terminology. USB is a " main- from the" bus-st
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:6225
    • 提供者:hu
  1. 42329357

    0下载:
  2. 本程序演示了如何利用编写高层应用程序与USB接口通信。读者有必要了解主机是如何识别USB设备以及USB工作的基本原理。 -This procedure demonstrates how to use the preparation of high-level applications and USB interface. Readers need to know is how to identify the host USB devices, as well as the basic pri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-29
    • 文件大小:41213
    • 提供者:bmbm
  1. USB100

    0下载:
  2. 讯通公司开发的USB100 模块具有以下优点: (1) 完全集成化的USB 接口模块。 (2) 完全满足USB1. 1 要求。 (3) 无须用户编写驱动程序。 (4) 8 位单片机总线接口,对USB 接口的操作如同对外部 存储器操作一样方便。 (5) USB 模块内部多达384 字节的发送缓冲区和128 字节 的接受缓冲区,满足高速通信和单片机接口。 (6) 数据通信速率最高可达8Mbit/ s。 (7) 可靠性高,特别适合工业控制。-USB100
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:75959
    • 提供者:majiqi
  1. usbcommunitication

    0下载:
  2. 本程序演示了如何利用编写高层应用程序与USB接口通信。有必要了解主机是如何识别USB设备以及USB工作的基本原理。-This procedure demonstrates how to use the preparation of high-level applications and USB interface. Yes there is the need to know how to identify the host USB devices, as well as the basic pr
  3. 所属分类:USB develop

    • 发布日期:2017-04-29
    • 文件大小:38389
    • 提供者:林玲
  1. 100509VCUSB

    0下载:
  2. 用vc++编写的usb接口通信程序 主要是usb的接口传输功能-Vc++ to prepare with the usb interface usb communication program is the interface transfer function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:157117
    • 提供者:志欣
  1. USB430

    0下载:
  2. 其中的usb端口通信已经作为一个模块来使用,用户只需用以下函数就可以对usb端口进行方便地读写: unsigned char D12_WriteEndpoint(unsigned char endp, unsigned char len, unsigned char * buf) 此为usb端点输出函数,endp是要进行通信的端点,取值为3(普通端点,最大可一次传输16byte)或5(主端点,最大可一次传输64byte);len为一次输出数据长度;*buf为数据所在位置。 usb端点
  3. 所属分类:SCM

    • 发布日期:2017-04-28
    • 文件大小:14572
    • 提供者:wsj
  1. USB_Driver

    0下载:
  2. AT91SAM9261的USB设备驱动程序,开发板作为场上自定义设备和主机通信,同时提供了diverstudio开发的windows下主机端应用程序-AT91SAM9261 the USB device drivers, development board as a custom field devices and host communications, while providing diverstudio developed windows applications under the H
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-03
    • 文件大小:932914
    • 提供者:王鹏
  1. AT91RM9200USB

    0下载:
  2. AT91RM9200下的一个USB程序,我在ADS下跑过,完全能正常通信,当时真的太高兴了.-AT91RM9200 under the procedures of a USB, I ran under the ADS, is fully capable of normal communications, was really happy.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-29
    • 文件大小:383924
    • 提供者:laishw
  1. AA1

    0下载:
  2. 实现学习板通过USB端口与PC机通信,用户通过端点1(EP1)发 送0x11将启动ADC转换并将采样结果通过EP1发送给PC机, 用户通过EP1发送0x99停止ADC转换-The achievement of learning board with the PC through the USB port communication, the user through the endpoint 1 (EP1) Send 0x11 to start sampling and ADC co
  3. 所属分类:USB develop

    • 发布日期:2017-04-02
    • 文件大小:55695
    • 提供者:wuyu
  1. d12

    0下载:
  2. d12开发的资料, 移植后可以枚举usb, 并且使用bulk模式通信-d12 developed information can be enumerated after transplantation usb, and use bulk mode of communication
  3. 所属分类:USB develop

    • 发布日期:2017-04-27
    • 文件大小:66009
    • 提供者:王胜
  1. USB2SPI_DEMO_VBEN

    0下载:
  2. usb与SPI口通信的一个引用实例,希望能给大家带来帮助-usb port and SPI communication as a reference example, we hope that they will be helpful
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-17
    • 文件大小:40745
    • 提供者:殷文俊
  1. RS485Comm

    0下载:
  2. 基于vc的异步串口通信,基于vc的usb程序代码。自己写了一下,挺好用的。-Vc-based asynchronous serial communication, based on the usb code vc. Wrote about their own, very good use.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:12305
    • 提供者:彭贤
  1. usb_interface

    0下载:
  2. 本程序演示了如何利用编写高层应用程序与USB接口通信。使用时有必要了解主机是如何识别USB设备以及USB工作的基本原理。 -This procedure demonstrates how to use the preparation of high-level applications and USB interface. When it is necessary to understand how to identify the host is a USB device, as well
  3. 所属分类:USB develop

    • 发布日期:2017-03-30
    • 文件大小:39897
    • 提供者:wang
  1. USByingyongruanjianpingtai

    1下载:
  2. 基于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
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:87394
    • 提供者:wangpiao
  1. ActiveSync_synchronizer_usb_in_WINCE

    0下载:
  2. 用来同步wince系统与windows系统的同步通信-ActiveSync+ synchronizer usb in WINCE
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:6632104
    • 提供者:张辉
  1. sjwndirvers

    0下载:
  2. 手机usb通用驱动程序.适合所有手机USB接口与电脑通信的驱动程序.驱动安装完成以后.请重新起动计算机。-General usb driver phone. USB interface for all mobile phone and computer communications driver. After the driver installation is complete. Please restart the computer.
  3. 所属分类:USB develop

    • 发布日期:2017-03-31
    • 文件大小:119549
    • 提供者:yiming
  1. F340_usb

    0下载:
  2. C8051F340_usb 单片机usb接口驱动及通信程序-Single-chip interface usb drive C8051F340_usb and communication procedures
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:228334
    • 提供者:李峰
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com