Hello..

I'm using 18F2550 and USB is working very well... I've been trying to increase the buffer size from 8 to 16 but it do not work.

On Pic's code, I've only changed this:
Code:
BufferSize      con 16
' BufferSize      con 8
On VB's code, this:
Code:
Private Const BufferInSize = 16
' Private Const BufferInSize = 8
Any idea of what is the problem?

Thanks!!