teo1234
驱动牛犊
驱动牛犊
  • 注册日期2004-12-28
  • 最后登录2005-02-04
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:1399回复:2

Bulkonly协议里设备怎么完成初始化?

楼主#
更多 发布于:2005-01-12 15:35
Bulkonly协议里设备怎么完成初始化?

Bulkonly协议头上便说
This specification addresses Bulk-Only Transport, or in other words, transport of command, data, and status
occurring solely via Bulk endpoints (not via Interrupt or Control endpoints). This specification only uses the
default pipe to clear a STALL condition on the Bulk endpoints and to issue class-specific requests as defined
below.

那设备枚举和初始化阶段时,Host还不知道设备是Bulkonly的时候呢?

clear a STALL condition 是啥意思
tsingkong
驱动牛犊
驱动牛犊
  • 注册日期2003-03-25
  • 最后登录2013-11-25
  • 粉丝0
  • 关注0
  • 积分1分
  • 威望10点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2005-01-18 11:13
Bulkonly协议里设备怎么完成初始化?

Bulkonly协议头上便说
This specification addresses Bulk-Only Transport, or in other words, transport of command, data, and status
occurring solely via Bulk endpoints (not via Interrupt or Control endpoints). This specification only uses the
default pipe to clear a STALL condition on the Bulk endpoints and to issue class-specific requests as defined
below.

那设备枚举和初始化阶段时,Host还不知道设备是Bulkonly的时候呢?

clear a STALL condition 是啥意思


也就是说,设备枚举的时候,用端口0,还有Bulk-Only Reset的时候,清除Bulk端点STALL状态的时候,都用端口0。
STALL状态就是由于各种原因断点不想工作了,就STALL了。
需要用CLEAR FEATURE清除这种状态。
mailto:tsingkong@163.com
bengbengsnake
驱动牛犊
驱动牛犊
  • 注册日期2002-05-31
  • 最后登录2005-05-04
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2005-01-12 17:02
不知道bulkonly 就用control transfer撒
游客

返回顶部