Re: PIC18 K22 series chips
Peter Stuge <[email protected]> Tue, 1 Feb 2011 22:36:10 +0100
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Message-ID | <[email protected]> |
Tim Edwards wrote: > I would not have supposed that the Windows source code would also > compile under Linux, especially having written USB drivers for > both operating systems myself. There are a few different ways to write portable USB drivers in userspace. One is libusb, another is HIDAPI. More info at http://libusb.org/ //Peter