Re: [javax-usb-devel] Packet Data Format

2013-10-15 Thread Dan Streetman
On Tue, Oct 15, 2013 at 7:12 AM, SANJAY GUPTA wrote: > 2. Token Packet Format - | Sync | PID | ADDR | ENDP | CRC5 | EOP | > Data Packet Format - | Sync | PID | Data | CRC16 | EOP | > Handshake Packet Format - | Sync | PID | EOP | > > Question:- Does the javax.usb APIs take care these low level det

Re: [javax-usb-devel] Packet Data Format

2013-10-15 Thread SANJAY GUPTA
Thanks, Sanjay Gupta   --- Original Message --- Sender : Dan Streetman Date : Oct 15, 2013 01:30 (GMT+09:00) Title : Re: [javax-usb-devel] Packet Data Format On Mon, Oct 14, 2013 at 2:53 AM, SANJAY GUPTA wrote: > > Hi All, > I have a USB flash drive with below specificatio

Re: [javax-usb-devel] Packet Data Format

2013-10-14 Thread Dan Streetman
On Mon, Oct 14, 2013 at 2:53 AM, SANJAY GUPTA wrote: > > Hi All, > I have a USB flash drive with below specification: First, for any usb flash drive, it's almost guaranteed the device is a mass storage device, so its protocol will be based on that spec, which you'll need to understand. Second, L