On Thu, Sep 27, 2012 at 9:33 AM, Xiaofan Chen <xiaof...@gmail.com> wrote:
> On Thu, Sep 27, 2012 at 9:17 AM, Bryce Gamble <iamhighlan...@hotmail.com> 
> wrote:
>> I'm running on Windows 7 32-bit.
>> If I need to install mouse drivers, I may be in trouble.
>> The real reason I started playing with pyusb is that I have a project
>> where I need to interface with a microcontroller via USB.  We already know
>> we have to write a driver to mount on the microcontroller, but I was kinda
>> hoping to avoid some of the heavy lifting on the PC side.
>
> Unfortunately you have to install a supported driver
> (eg: libusb-win32 device driver, libusb-win32 filter
> driver, or winusb driver).
>
> Is your device really a mouse? If yes, then actually libusb
> and pyusb are not the right tools to use with a mouse.
>
> But you can still use libusb-win32 filter driver along
> with the Windows mouse driver. That is not an optimal
> solution but at least you can keep the mouse function.

>From your description, it seems to me your device
will not be a mouse after all, in that case, make it
a generic device and then you can use one of the
supported driver and use libusb/pyusb.



-- 
Xiaofan

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to