Re: [javax-usb-devel] cannot send data to a HID Device

2008-07-17 Thread Dan Streetman
Are you sure you want to send 62 zeros? Is that what the device's spec says? On Thu, Jul 17, 2008 at 12:10 PM, Marion Decrouez <[EMAIL PROTECTED]> wrote: > I'm trying to send a packet of 64 bytes, the first one (or the second) equal > to 0x30 and the others equals to 0. > > Dan Streetman a écrit

Re: [javax-usb-devel] cannot send data to a HID Device

2008-07-17 Thread Marion Decrouez
I'm trying to send a packet of 64 bytes, the first one (or the second) equal to 0x30 and the others equals to 0. Dan Streetman a écrit : > What data (specific bytes) are you intending to send? > > On Wed, Jul 9, 2008 at 4:14 AM, Marion Decrouez > <[EMAIL PROTECTED]> wrote: > >> Hello, >> I'm s