Quote Originally Posted by richard View Post
what have you tried ?
I think every variable or constant I could find in the program and the descriptor file. One at a time or combination of them. The result was sending the 8 wide buffer all the time.

Quote Originally Posted by pedja089 View Post
It is not so easy to change buffer. You must change descriptor file, not just length(If I understand usb correctly).

[/CODE]
Yes, I found the hard way...

I guess for now, your approach is the only way to do it. I thought I could escape with just a number change from 8 to 16!

Jerson, as I noted above, I did change all those variables related to the buffer size (all where at 8 bytes) within descriptor file, but nothing really worked.

Ioannis