登录
首页 » USB develop » 本书将着重讲解如何编写、设计一个USB外设并使之与PC通信所需的代码。本书分析透彻,易于理解,是一本关于USB的不可多得的技术参考书籍。它不仅对初学者有帮助,而

本书将着重讲解如何编写、设计一个USB外设并使之与PC通信所需的代码。本书分析透彻,易于理解,是一本关于USB的不可多得的技术参考书籍。它不仅对初学者有帮助,而

于 2022-05-31 发布 文件大小:6.82 MB
0 174
下载积分: 2 下载次数: 3

代码说明:

本书将着重讲解如何编写、设计一个USB外设并使之与PC通信所需的代码。本书分析透彻,易于理解,是一本关于USB的不可多得的技术参考书籍。它不仅对初学者有帮助,而且对熟练掌握USB的高级技术人员也受益匪浅。本书共分十九章,每一章针对一个核心问题进行阐述。  本书适合于所有从事计算机软硬件开发工程师、技术人员使用。  USB是一种易于使用的计算机外设接口。但易于使用的代价是增加了开发才设计和编写USB设备程序的复杂性。本书全面讲述了USB设计与开发相关的知识。  内容包括:如何在项目中使用USB接口。如何选用外设控制器芯片。如何在VB应用程序中访问USB外设。如何编写因件代码使外设与PC通信。如何选择电源以及传输类型、人机接口设备(HID)的接口、USB信号和编码等。 -err

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一个比较小巧的DELPHI安装程序,它比较好用,容易被大家接受!...
    一个比较小巧的DELPHI安装程序,它比较好用,容易被大家接受!-a relatively small Delphi installation procedures, it is relatively convenient, easily accepted!
    2022-07-25 11:16:15下载
    积分:1
  • Philips pusbd12 usb source code
    飞利浦 pusbd12 usb源代码-Philips pusbd12 usb source code
    2022-01-27 22:36:52下载
    积分:1
  • STC89C55+STA013+CH375设计读U盘(已经通过)/硬盘(还没调试,也放上来)的MP3播放器,支持歌曲的选择,歌词的显示等等的完整源代码(KEIL...
    STC89C55+STA013+CH375设计读U盘(已经通过)/硬盘(还没调试,也放上来)的MP3播放器,支持歌曲的选择,歌词的显示等等的完整源代码(KEIL编译)及硬件(SCH/PCB),可以直接使用-STC89C55+ STA013+ CH375 design read U disk (has passed)/hard disk (not debugging, but also放上来) of MP3 players, support the choice of songs, lyrics display, etc. The complete source code (KEIL compiler) and hardware ( SCH/PCB), can be directly used
    2022-07-02 16:59:06下载
    积分:1
  • Works Introduction: the work and is equipped with a number from the body into a...
    作品简介:该作品与配备的多个从机构成一个计分体系,可以通过总机器读取从机器的分值.每个计分员在手上的计分从机器输入分数,则无需人手统计,就能在总机器的液晶屏上看到各位记分员给的分数. 支持多个从机同时通过USB线连接到总机.由于USB连接市场上能方便的购买,所以使用USB连接线构建计分体系. 作品作用:在各种文艺活动中的计分环节上,能方便的为计分员统计分数. -Works Introduction: the work and is equipped with a number from the body into a scoring system, the machine can read the total scores from the machine. Each scoring in the hands of the points from the machine enter the scores, you do not need manpower statistics can be in the overall machine s LCD screen to see all the scores to the scorekeeper. support multiple machines at the same time from the USB line to connect to the switchboard. USB connection as a result of the market can make it easier to buy, so use the USB cable to build a scoring system. work roles: in a variety of cultural activities in the scoring areas, can make it easier for Members of statistical scores points.
    2022-02-28 16:34:41下载
    积分:1
  • Visual c achieve USB enumeration, initialization, and data transmission
    利用Visual c++实现USB接口的枚举,初始化,以及数据的传输-Visual c achieve USB enumeration, initialization, and data transmission
    2022-12-04 21:30:03下载
    积分:1
  • usb万能驱动源代码,能够驱动多类USB接口设备
    usb万能驱动源代码,能够驱动多类USB接口设备-MicrosoftUSBstorageUDADrivers
    2022-10-07 17:10:03下载
    积分:1
  • 完整的USB Camera开发包,有原理图和源码,不可多的资料。
    完整的USB Camera开发包,有原理图和源码,不可多的资料。-A complete USB Camera development kit, with schematics and source code, not much information.
    2022-02-12 15:51:55下载
    积分:1
  • USB Fingerprint Acquisition Instrument Design and Implementation
    USB型指纹采集仪的设计与实现-USB Fingerprint Acquisition Instrument Design and Implementation
    2023-07-11 03:50:02下载
    积分:1
  • USB_Audio c8051Fxxx
    USB_Audio c8051F-USB_Audio c8051Fxxx
    2022-03-22 23:13:02下载
    积分:1
  • 这个例子中的固件是基于芯片的USB支持固件。
    This example firmware is based on Microchip s USB Support Firmware. The purpose of this example is to provide a model for making a USB combination device. This mainly entails having the USB descriptors set up correctly. File usb_ch9.c contains the mouse and keyboard descriptors in the correct configuration. The main routine of this example moves the cursor in a circle and sends keyboard keycodes for the message "Microchip USB" over and over again. Some advice: Before running this firmware open a blank text document. Make sure that when you run the device/emulator that you are able to give focus to the document. The cursor will be moving in a circle so make sure you have plenty of room to click on the editor window. This will allow you to see the message "Microchip USB" without inadvertently having the message type over an existing document.-This example firmware is based on Microchip s USB Support Firmware. The purpose of this exampl
    2022-08-26 06:07:54下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载