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

搜索资源列表

  1. UltimateComm

    0下载:
  2. 本串口调试助手 1、支持USB转串设备,支持300-1000000波特率 2、支持串口热插拔,无论串口已打开或正在发送 3、支持串口的延迟发送,延迟时间单击右键可单独设定 4、支持文件发送,文件最大4GB 5、支持接收数据文件保存(文本格式或二进制格式可选) 6、支持串口数据或文件数据的分页显示 7、支持显示数据的行列指示 8、支持界面数据保存功能 9、支持发送飞跃提示 -The serial debugging assistant
  3. 所属分类:Com Port

    • 发布日期:2016-07-31
    • 文件大小:1101824
    • 提供者:yfz
  1. hzhang

    0下载:
  2. 基于Proteus的hid usb仿真,用的是pic18f2550芯片,实现A/D数据2路采集,然后通过USB传输到PC中,没有上位机程序-Proteus hid usb-based simulation, using a pic18f2550 chip, to achieve A/D data 2-way acquisition, and then transferred to the PC via USB, there is no host computer program
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:101496
    • 提供者:郭佳
  1. USByoPC

    0下载:
  2. PIC to PC USB 2.0 interface with FT245BM- The windows-pc (98, Me, 2000, XP, 2003) runs a program (C# application, Microsoft Visual Studio .NET 2003) to communicate with the USB interface, which transfers data to and from the PIC18F452.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-23
    • 文件大小:808326
    • 提供者:LU GU
  1. USBDetection

    1下载:
  2. 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 automatica
  3. 所属分类:USB编程

    • 发布日期:2017-06-29
    • 文件大小:246708
    • 提供者:謝慶昌
  1. FS44B0X_USB

    0下载:
  2. fs44b0x_usb -- usb 测试程序 PC机部分的软件 1) LEDDEMO -- 控制 FS44B0X板上三个LED的程序 2) D12_DRIVER_FOR_WIN98 -- USB芯片WIN98的驱动程序 3) D12_DRIVER_FOR_WINXP -- USB芯片WINXP的驱动程序 FS44B0X板的USB固件程序--源代码 USB_DEMO 使用方法: 1)在SDT2.51里调入usb_demo.axf, 运行。 2)接
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-10
    • 文件大小:219467
    • 提供者:张淼林
  1. usb_cvt_tool_0.1

    0下载:
  2. 该工具用于数字电路仿真中的usb数据文件转换: 1.可以把11比特的令牌包数据(crc5)或者任意字节的数据包数据(crc16)转换为可以作为仿真输入的dn dp文件。 2.可以根据仿真接收到的dn,dp数据,解析得到接收的真正11比特令牌包数据或者数据包数据。 3.此为0.1版本,后续的版本更新会让该工具更完善。-The tool for digital circuit simulation usb data file conversion: 1. Can be 11-bit to
  3. 所属分类:USB develop

    • 发布日期:2017-05-14
    • 文件大小:73410
    • 提供者:肖子
  1. banyan_driver

    0下载:
  2. BANYAN仿真器的驱动 支持USB 2.0/USB1.1 支持Win2000/WinXP 支持SDT 2.51, ADS 1.2, RVDS,Multi2000, CodeWarrior, IAR,GDB/Insight源代码级调试 支持ARM7/ARM9/XScale系列CPU 支持CPU内核类型自动检测 支持多ARM内核处理器 -BANYAN emulator driver support USB 2.0/USB1.1 support Win2000/WinXP
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:790815
    • 提供者:杨沫涵
  1. linuxdriver_code_tool

    0下载:
  2. 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
  3. 所属分类:Driver Develop

    • 发布日期:2017-06-16
    • 文件大小:25064728
    • 提供者:keke
  1. usb_vc

    2下载:
  2. 用于与USB接口设备通讯的上位机程序,可将下位机USB接口设备传输的数据送至PC机并处理。每次数据传送都是上位机主动,上位机先发送命令(借用DEMO程序中的版本号部分),下位机收到READ_VERSION命令就发送64字节数据给上位机,并开始计时,每次发送把发送帧数加1,把时间和帧数发送到上位机显示,方便观察;上位机收到64字节数据就又给下位机发送READ_VERSION命令,重复1000次,测试需时31秒左右。64字节中:第2,3字节是发送帧数,第61字节是通信时间(S)-USB interf
  3. 所属分类:Windows编程

    • 发布日期:2013-01-08
    • 文件大小:9523
    • 提供者:huming
  1. TrueCrypt-6.0a-Source.tar

    0下载:
  2. Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as U
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1686350
    • 提供者:yangmuxiang
  1. 2009_0206_RT73_Linux_STA_Drv

    0下载:
  2. RALINK芯片RT73 USB无线网卡在Linux下的驱动程序,可用来移植嵌入式无线网卡驱动。-Ralink RT73 USB Wireless LAN chips at under Linux driver, can be used to transplant the embedded wireless card driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:338395
    • 提供者:jun
  1. combi_mouse_16

    0下载:
  2. Cypress CY7C63723 开发的usb鼠标程序 分为两个版本 c语言与汇编-This design package includes reference materials for creating a Cypress CY7C63723 USB- PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus.
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:932227
    • 提供者:柳卫民
  1. optical_mouse_v03.c

    0下载:
  2. This an example USB project showing how to interface an optical mouse sensor (the ADNS-2620) with a standard XP/Vista computer. The TD-USB-01 board with a PIC18F2550 communicates with: * the PC: USB 2.0 through a mini-B connector. * the
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:310408
    • 提供者:LU GU
  1. IrCOMM2k-2.0.0-beta2-src

    0下载:
  2. 经usb红外口转为虚拟串口的小程序,并且附带有读取程序。-By infrared usb virtual serial port to a small program, and have read the attached program.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:564564
    • 提供者:zzaaqqss
  1. ebook_USB2.0_intel_tranceiver

    0下载:
  2. High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled in a vendors VHDL code, with the ASIC vendor
  3. 所属分类:USB develop

    • 发布日期:2017-04-01
    • 文件大小:341842
    • 提供者:rex
  1. sdmk_44ifmon

    0下载:
  2. smdk441f monitor program. 用ADS1.2编译,用USB下载文件到sdram,进行调试。-smdk441f monitor program. compile asd 1.2, use usb to download file to sdram.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-24
    • 文件大小:162996
    • 提供者:quan long
  1. 2460aUSBMonitorCode_v051223

    0下载:
  2. SMDK2460 usb monitor program. compiler ADS 1.2 , use DNW to download program to target board.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-09
    • 文件大小:1695530
    • 提供者:quan long
  1. vusb-20090415

    0下载:
  2. 大家熟悉的AVRUSB,最新版本更名了 更新:1.修改了HID-MOUSE代码的配置。 2.项目更名为V-USB -Hid-mouse example used settings from hid-data example, fixed that. Renamed project to V-USB due to a trademark issue with Atmel® .
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:479082
    • 提供者:yuangaoping
  1. usbtors232

    1下载:
  2. 卓立汉光sc300步进电机控制器usb转九针串口的的驱动程序。-Sc300 Hankuang Zhuoli usb stepper motor controller to the 9-pin serial port driver.
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:2163479
    • 提供者:wu ping
  1. myusb

    0下载:
  2. usb驱动开发的简单样本,类似C程序开发中的helloworld,方便初学者学习-usb drive the development of a simple sample, similar to C programming in the helloworld, easy for beginners to learn
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:43687
    • 提供者:dante
« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com