working nicely on my laptop, but fail on my PC?

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Shamik

Re: working nicely on my laptop, but fail on my PC?

Post by Shamik » Mon May 09, 2011 7:57 am

@christian

have you solved the problem?
if yes, should I use latest version of vusb driver?

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Re: working nicely on my laptop, but fail on my PC?

Post by christian » Mon May 09, 2011 10:50 am

We have made it possible for the application code to filter packets. See the option USB_CFG_CHECK_DATA_TOGGLING in usbconfig.h for details. This is in all versions since the October 2008 release.

uchar
Posts: 15
Joined: Wed Oct 28, 2009 12:05 pm

Re: working nicely on my laptop, but fail on my PC?

Post by uchar » Mon Jul 04, 2011 12:14 pm

Dear Christian!

You couldn't give an example filtrations of packets in functions usbFunctionWrite () and usbFunctionWriteOut ()?

Post Reply