Author Topic: End of packet in USB data and token packets  (Read 8013 times)

titan_amit

  • Member
  • ***
  • Posts: 13
End of packet in USB data and token packets
« on: June 05, 2011, 06:06:19 am »
I was going through standard USB packet structure where i found that EoP was given in terms of time. I didn't get how is this possible. Please if some body can explain how to implement that.

Pat Crowe

  • Member
  • ***
  • Posts: 39
Re: End of packet in USB data and token packets
« Reply #1 on: June 05, 2011, 09:52:00 am »
Well, more accurately, bit times:
     "SE0 for approximately 2 bit times followed by a J for 1 bit time."

Which part of that do you find difficult to picture?

(Usually the SIE will deal with this for you, of course.)