On 14/06/13 13:38, Belkhiria Hamza Yazid wrote:
> I am looking for a driverless solution for HID communication based on
> Libusbx,
> Is it possible ? and in that case could someone direct me on where to
> start ?
http://www.signal11.us/oss/hidapi/
Am 25.05.2012 08:41, schrieb Kyle McKay:
> CFLAGS='-O2 -arch x86_64 -arch i386 -arch ppc' \
> ./configure --disable-dependency-tracking
Thank you very much.
On Snow Leopard, I tried
> CC='gcc-4.2' CFLAGS='-arch ppc -arch ppc64 -arch i386 -arch x86_64
> -mmacosx-version-min=10.5 -isysroot /Develo
Hi,
I'm a developer of the leJOS open source project. We're currently
looking for new ways for talking to USB devices. On Linux, we already
use libusb with great success (however, port to libusb 1.0 and libusbx
is pending). Some issues remain, like the one with
libusb_detach_kernel_driver, which c
Am 13.10.2012 03:03, schrieb Xiaofan Chen:
> On Sat, Oct 13, 2012 at 2:15 AM, Orin Eman wrote:
>> Personally, I think it's better to supply native build methods than to try
>> to force autotools to work on systems that don't support it.
>
> Me too. So autotools for Linux and BSDs, XCode for Mac O