Search found 2 matches

by choleski
Wed Apr 27, 2011 5:44 pm
Forum: V-USB
Topic: problem in porting v-usb hid_data example to xmega
Replies: 1
Views: 2716

problem in porting v-usb hid_data example to xmega

I tried to port the hid_data example provided with the v-usb to atxmega128a1. But I got a series of errors. usbdrv/usbdrv.c: In function ‘usbPoll’: usbdrv/usbdrv.c:592: error: ‘PIND’ undeclared (first use in this function) usbdrv/usbdrv.c:592: error: (Each undeclared identifier is reported only once...
by choleski
Tue Mar 01, 2011 4:56 pm
Forum: V-USB
Topic: Libusb or not?
Replies: 9
Views: 7724

Re: Libusb or not?

I too am trying to do the hid_data example without libusb .
can you please tell more about how to use control endpoint 0 to do it ?