Changes between Version 5 and Version 6 of libusb-win32
- Timestamp:
- 09/03/10 23:26:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libusb-win32
v5 v6 1 1 = libusb-win32 = 2 2 3 [ https://sourceforge.net/apps/trac/libusb-win32/wiki libusb-win32] is a port of the USB library [http://sourceforge.net/projects/libusb libusb0.1] to the Microsoft Windows operating systems (Windows 98 SE, Windows ME, Windows 2000, Windows XP, Windows Vista and Windows 7. Starting from version 1.1.14.0, libusb-win32 support of Win98SE and WinME is dropped due to the age of these Operating systems.3 [libusb-win32: libusb-win32] is a port of the USB library [http://sourceforge.net/projects/libusb libusb-0.1] to the Microsoft Windows operating systems (Windows 98 SE, Windows ME, Windows 2000, Windows XP, Windows Vista and Windows 7. Starting from version 1.1.14.0, libusb-win32 support of Win98SE and WinME is dropped due to the age of these Operating systems. 4 4 5 5 Vista/7 64 bit are supported from version 1.2.0.0 since a Microsoft KMCS accepted digital signature is embedded in the kernel driver libusb0.sys. libusb-win32 based device drivers can also be submitted for Microsoft WHQL testing. Several companies have successfully finished the WHQL testing with their libusb-win32 based driver package. This will allow the customers to install the driver without a warning under current 32bit/64bit Windows. … … 128 128 == Documentation and Examples == 129 129 130 This is the detailed [ https://sourceforge.net/apps/trac/libusb-win32/wiki/libusbwin32_documentation libusb-win32 Documentation].130 This is the detailed [libusb-win32:libusbwin32_documentation libusb-win32 Documentation]. 131 131 132 The excellent [ http://libusb.sourceforge.net/api-1.0/libusb-1.0 documentation] can also serve as a good reference even though the API is not compatible.132 The excellent [api-1.0: libusb-1.0 documentation] can also serve as a good reference even though the API is not compatible. 133 133 134 The codes can also serve as some kind of documentation for the libusb-win32 developers. However, examples are often the best documentations for Open Source Projects like libusb and libusb-win32, especially for the users of the library. Here are some links to [ https://sourceforge.net/apps/trac/libusb-win32/wiki/libusbwin32_exampleslibusbwin32_examples projects and code examples] using libusb-0.1 and libusb-win32. Language wrappers (Dotnet, Python, Perl, Ruby, Java, etc) are also listed.134 The codes can also serve as some kind of documentation for the libusb-win32 developers. However, examples are often the best documentations for Open Source Projects like libusb and libusb-win32, especially for the users of the library. Here are some links to [libusb-win32:libusbwin32_examples projects and code examples] using libusb-0.1 and libusb-win32. Language wrappers (Dotnet, Python, Perl, Ruby, Java, etc) are also listed. 135 135 136 136 == Portability == … … 150 150 == Links == 151 151 152 * [http://sourceforge.net/projects/libusb/ libusb ]: The main libusbproject from which libusb-win32 is derived.153 * [http:// www.libusb.org/ libusb.org]: The new libusb website.152 * [http://sourceforge.net/projects/libusb/ libusb-0.1]: The original libusb-0.1 project from which libusb-win32 is derived. 153 * [http://libusb.org/ libusb.org]: The new libusb website. 154 154 * [http://sourceforge.net/projects/libusbdotnet/ libusbdotnet]: .Net and Mono wrapper for libusb, libusb-win32 and more. 155 155 * [http://sourceforge.net/projects/pyusb/ pyusb]: Python wrapper for libusb, libusb-win32 and more. … … 162 162 * [http://www.thesycon.de/ Thesycon]: Another vendor of generic USB drivers. 163 163 * [http://msdn.microsoft.com/ Microsoft MSDN]: You can find Windows specific information about USB Driver development from MSDN. 164 * [ http://www.libusb.org/wiki/windows_backend libusb-1.0 Windows Backend]: Related project -- libusb-1.0 Windows backend165 * [ http://www.libusb.org/wiki/libwdi libwdi]: Related project -- Windows Driver Installer library libwdi164 * [wiki:windows_backend libusb-1.0 Windows Backend]: Related project -- libusb-1.0 Windows backend 165 * [wiki:libwdi libwdi]: Related project -- Windows Driver Installer library libwdi