Hot Search : Source embeded web remote control p2p game More...
Location : Home Downloads SourceCode Windows Develop Communication

JavaUSBComplete

  • Category : Communication
  • Tags :
  • Update : 2008-10-13
  • Size : 540.75kb
  • Downloaded :0次
  • Author :ch***
  • About : chata
  • PS : If download it fails, try it again. Download again for free!
Introduction - If you have any usage issues, please Google them yourself
on usb api programming a class library
Packet file list
(Preview for download)
Packet : 115157673javausbcomplete.zip filelist
InstallationFiles/
InstallationFiles/JusbDll/
InstallationFiles/JusbDll/jusb.dll
InstallationFiles/JusbDll/jusb.ilk
InstallationFiles/JusbDriver/
InstallationFiles/JusbDriver/jusb.inf
InstallationFiles/JusbDriver/jusb.reg
InstallationFiles/JusbDriver/jusb.sys
JavaSources/
JavaSources/RunUSBControllerTest.java
JavaSources/usb/
JavaSources/usb/core/
JavaSources/usb/core/Bus.java
JavaSources/usb/core/Configuration.java
JavaSources/usb/core/ControlMessage.java
JavaSources/usb/core/Descriptor.java
JavaSources/usb/core/Device.java
JavaSources/usb/core/DeviceDescriptor.java
JavaSources/usb/core/DeviceSPI.java
JavaSources/usb/core/Endpoint.java
JavaSources/usb/core/Host.java
JavaSources/usb/core/HostFactory.java
JavaSources/usb/core/Hub.java
JavaSources/usb/core/Interface.java
JavaSources/usb/core/PortIdentifier.java
JavaSources/usb/core/USBException.java
JavaSources/usb/core/USBListener.java
JavaSources/usb/core/USBListenerAdapter.java
JavaSources/usb/devices/
JavaSources/usb/devices/Kodak.java
JavaSources/usb/devices/Rio500.java
JavaSources/usb/linux/
JavaSources/usb/linux/DeviceImpl.java
JavaSources/usb/linux/HID.java
JavaSources/usb/linux/Linux.java
JavaSources/usb/linux/USB.java
JavaSources/usb/linux/USBException.java
JavaSources/usb/remote/
JavaSources/usb/remote/HostProxy.java
JavaSources/usb/remote/RemoteBus.java
JavaSources/usb/remote/RemoteDeviceSPI.java
JavaSources/usb/remote/RemoteHost.java
JavaSources/usb/remote/RemoteHostFactory.java
JavaSources/usb/remote/RemoteUSBListener.java
JavaSources/usb/remote/USBD.java
JavaSources/usb/remote/USBListenerProxy.java
JavaSources/usb/test/
JavaSources/usb/test/ControllerUSBListener.java
JavaSources/usb/test/USBController.java
JavaSources/usb/util/
JavaSources/usb/util/LangCode.java
JavaSources/usb/util/ShowTree.java
JavaSources/usb/util/USBSocket.java
JavaSources/usb/view/
JavaSources/usb/view/Foo.java
JavaSources/usb/view/HubNode.java
JavaSources/usb/view/KodakNode.java
JavaSources/usb/view/RioNode.java
JavaSources/usb/view/USBNode.java
JavaSources/usb/windows/
JavaSources/usb/windows/DeviceImpl.java
JavaSources/usb/windows/JUSB.java
JavaSources/usb/windows/NonJUSB.java
JavaSources/usb/windows/package.html
JavaSources/usb/windows/USB.java
JavaSources/usb/windows/USBException.java
JavaSources/usb/windows/Windows.java
JusbDll/
JusbDll/external-header-file/
JusbDll/external-header-file/ddk/
JusbDll/external-header-file/ddk/inc/
JusbDll/external-header-file/ddk/inc/cfg.h
JusbDll/external-header-file/ddk/inc/guiddef.h
JusbDll/external-header-file/ddk/inc/hidpi.h
JusbDll/external-header-file/ddk/inc/hidsdi.h
JusbDll/external-header-file/ddk/inc/hidusage.h
JusbDll/external-header-file/ddk/inc/usb100.h
JusbDll/external-header-file/ddk/inc/usbioctl.h
JusbDll/external-header-file/ddk/inc/usbiodef.h
JusbDll/external-header-file/ddk/inc/w2k/
JusbDll/external-header-file/ddk/inc/w2k/setupapi.h
JusbDll/external-header-file/java/
JusbDll/external-header-file/java/include/
JusbDll/external-header-file/java/include/jni.h
JusbDll/external-header-file/java/include/win32/
JusbDll/external-header-file/java/include/win32/jni_md.h
JusbDll/external-lib-file/
JusbDll/external-lib-file/hid.lib
JusbDll/external-lib-file/w2k/
JusbDll/external-lib-file/w2k/setupapi.lib
JusbDll/jni/
JusbDll/jni/usb_windows_DeviceImpl.h
JusbDll/jni/usb_windows_JUSB.h
JusbDll/jni/usb_windows_USB.h
JusbDll/jni/usb_windows_Windows.h
JusbDll/jusb/
JusbDll/jusb/Debug/
JusbDll/jusb/devnode.cpp
JusbDll/jusb/guids.h
JusbDll/jusb/helperFunctions.cpp
JusbDll/jusb/ioctls.h
JusbDll/jusb/jusb.cpp
JusbDll/jusb/jusb.dsp
JusbDll/jusb/jusb.dsw
JusbDll/jusb/jusb.h
JusbDll/jusb/jusb.mak
JusbDll/jusb/jusb.ncb
JusbDll/jusb/jusb.opt
JusbDll/jusb/jusb.plg
JusbDll/jusb/jusbJNIdeviceimpl.cpp
JusbDll/jusb/jusbJNIjusb.cpp
JusbDll/jusb/jusbJNIusb.cpp
JusbDll/jusb/jusbJNIwindows.cpp
JusbDriver/
JusbDriver/sys/
JusbDriver/sys/Control.c
JusbDriver/sys/Debug/
JusbDriver/sys/Driver.h
JusbDriver/sys/DriverEntry.c
JusbDriver/sys/guids.h
JusbDriver/sys/ioctls.h
JusbDriver/sys/jusb.bmf
JusbDriver/sys/jusb.inf
JusbDriver/sys/jusb.mof
JusbDriver/sys/jusb.rc
JusbDriver/sys/jusb.reg
JusbDriver/sys/jusbdriver.aps
JusbDriver/sys/makefile
JusbDriver/sys/makefile.inc
JusbDriver/sys/PlugPlay.c
JusbDriver/sys/Power.c
JusbDriver/sys/ReadWrite.c
JusbDriver/sys/resource.h
JusbDriver/sys/sources
JusbDriver/sys/sys.dsp
JusbDriver/sys/sys.dsw
JusbDriver/sys/sys.ncb
JusbDriver/sys/sys.opt
JusbDriver/sys/sys.plg
JusbDriver/sys/Wmi.c
Related instructions
  • We are an exchange download platform that only provides communication channels. The downloaded content comes from the internet. Except for download issues, please Google on your own.
  • The downloaded content is provided for members to upload. If it unintentionally infringes on your copyright, please contact us.
  • Please use Winrar for decompression tools
  • If download fail, Try it againg or Feedback to us.
  • If downloaded content did not match the introduction, Feedback to us,Confirm and will be refund.
  • Before downloading, you can inquire through the uploaded person information

Nothing.

Post Comment
*Quick comment Recommend Not bad Password Unclear description Not source
Lost files Unable to decompress Bad
*Content :
*Captcha :
CodeBus is the largest source code store in internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.