> It won't work without that, so unless you would like to write a Windows
> kernel driver you won't be able to get it to work :(

Doesn't libusb-win32 provide a generic USB kernel driver ? 

I am coding for a device ( the Polar USB IR interface used to connect
a watch to a PC ).
jUSB ( an old java/usb toolkit) complained about the lack of a
specific kernel driver.

With libusb-win32, I wrote a .INF driver file with the infos from the
USB device ( vendor ID and the likes ), install the libusb-win32
kernel driver and I was up and running.
I then wrapped a bit of C code with JNI. It is working fine
see http://www.heartbit.fr

--philippe

 


On 7/6/05, Dan Streetman <[EMAIL PROTECTED]> wrote:
> 
> The Windows code in CVS is in pre-alpha state, it needs a kernel driver.
> It won't work without that, so unless you would like to write a Windows
> kernel driver you won't be able to get it to work :(
> 
> If you are interested, I believe IBM has a closed-source for-license
> Windows implementation, although I do not know the state of it or details
> on its quality.
> 
> On Wed, 6 Jul 2005, chen xinzhe wrote:
> 
> >Hi
> >I am trying to run the javaxusb samples on windows XP. But I got an
> >error:java.lang.RuntimeException: Error : Error while loading shared
> >library JavaxUsb.dll : no JavaxUsb in java.library.path
> >Where can I get this "JavaxUsb.dll"?
> >Waiting for your reply.
> >Any help would be greatful.
> >
> >
> >
> >
> >-------------------------------------------------------
> >SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> >from IBM. Find simple to follow Roadmaps, straightforward articles,
> >informative Webcasts and more! Get everything you need to get up to
> >speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> >_______________________________________________
> >javax-usb-devel mailing list
> >javax-usb-devel@lists.sourceforge.net
> >https://lists.sourceforge.net/lists/listinfo/javax-usb-devel
> >
> 
> --
> Dan Streetman
> [EMAIL PROTECTED]
> ---------------------
> 186,272 miles per second:
> It isn't just a good idea, it's the law!
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> javax-usb-devel mailing list
> javax-usb-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/javax-usb-devel
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to