Re: [Libusbx-devel] Libusbx HID driverless

2013-06-18 Thread Sven Köhler
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/

Re: [Libusbx-devel] Libusbx HID driverless

2013-06-14 Thread Belkhiria Hamza Yazid
//Example: // https://code.google.com/p/picusb/source/browse/lvr_genhid/libusb1_lvrhid4.c // https://code.google.com/p/picusb/source/browse/lvr_genhid_mod/libusb1_lvrhid8.c About the examples you sent Xiofan, do they need libusb installed on my windows kernel ? or can i just create a project, in

Re: [Libusbx-devel] Libusbx HID driverless

2013-06-14 Thread Belkhiria Hamza Yazid
Thank you guys for your answers, This community is really active and motivating, i wish i had the skills and knowledge to contribute, I admit my thinking sounds nonsense, I am willing to learn how to use libusbx through small steps, I should start with the easiest example that i know and worked o

Re: [Libusbx-devel] Libusbx HID driverless

2013-06-14 Thread Xiaofan Chen
On Fri, Jun 14, 2013 at 6:38 PM, Belkhiria Hamza Yazid wrote: > I realized a driverless application for HID communication based on HIDAPI > using th built in HID windows driver, > > I am looking for a driverless solution for HID communication based on > Libusbx, > Is it possible ? and in that case

Re: [Libusbx-devel] Libusbx HID driverless

2013-06-14 Thread Ludovic Rousseau
2013/6/14 Belkhiria Hamza Yazid : > Hello, Hello, > I realized a driverless application for HID communication based on HIDAPI > using th built in HID windows driver, > > I am looking for a driverless solution for HID communication based on > Libusbx, Why don't you continue with HIDAPI? Why do y

[Libusbx-devel] Libusbx HID driverless

2013-06-14 Thread Belkhiria Hamza Yazid
Hello, I realized a driverless application for HID communication based on HIDAPI using th built in HID windows driver, 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 ? Thanks Best Regard