Ive got a question. How USB 1.0 negotiate the duration of a bit on output ? I mean speed of connection ? Is it const all the time ?
|
feedback
|
|
USB 1 supports the following signal rates:
The choice of low speed or full speed is indicated by the device when it is connected (same source, emphasis mine):
The "duration of a bit" signal should be constant, but USB uses bit stuffing -- an extra 0 bit is inserted into the data stream after any appearance of six consecutive 1 bits; thus seven consecutive 1 bits is always an error. This means that while the duration of a bit is constant, a given byte sequence may take longer to transmit. See also NRZI and bit stuffing. | |||||||
feedback
|
