当前位置: 首页 > 工具软件 > Hound > 使用案例 >

Bus hound USTS

仲高超
2023-12-01

USTS :Bus hound help 里有解释: Windows 4 byte USBD_STATUS code
即是一个4字节的USB状态码。

CTL a1 85 00 10 00 03 02 00 GET LEN
USTS c0000004 stall pid
其中 c0000004的含义为:
USBD_STATUS_STALL_PID 0xC0000004
The device returned a stall packet identifier (defined for backward compatibility with the USB 1.0)
no return.
官网文档解释:
STALL Transaction Packet
This TP can only be sent by an endpoint on the device. It is used to inform the host that the
endpoint is halted or that a control transfer is invalid.

( 0xC0000005 : no response. )

Bus hound是个非常好用的软件,可以捕获usb数据(还有其他很多总线的数据)。
可以设置捕获长度,可以搜索(上下),可以拖动选择的数据到文件中。
可以设置捕获的列,可以保存文件, 可以设置只捕获某一类型的数据(比如IN的数据,而不要OUT的)。
可以说它是usb驱动调试必备的一个软件,另外一个比较好的软件是usblyzer。

 类似资料:

相关阅读

相关文章

相关问答