Hi ITIC.
According to USB specification (Rev. 2.0, April 27, 2000):
----------------------------------------------------------------------
4.5.1 Error Detection
...
The protocol includes separate CRCs for control and data fields of each packet. A failed CRC is considered
to indicate a corrupted packet.
...
4.5.2 Error Handling
The protocol allows for error handling in hardware or software. Hardware error handling includes reporting
and retry of failed transfers. A USB Host Controller will try a transmission that encounters errors up to
three times before informing the client software of the failure.
...
----------------------------------------------------------------------
I'd like to know if your analyser:
1) can detect all errors and silent retries, and
2) can gather long statistics on such errors.
In other words I'd like to collect information about connection quality (not protocol details) for a long time (many hours).
Also is this possible to use single computer instead of pair "host-analyser"?
TIA for answer.