Windows USB 2.0 Application Programming Interface (API)
USB 2.0 Application Programming Interface (API)
Linux USB 2.0 Application Programming Interface (API) Guide
Related hardware
USB2.0 Loopback plugs
Related donwloads
USB 2.0 Device Drivers and Documentation
The free USB2 Application Programming Interface has been designed to allow access by third party programs to the PassMark USB 2.0 loop back plug. It provides several functions to communicate with the USB2 loop back plugs as an easy way to use the plugs without having to write any device driver or extra firmware code.
The API will allow software developers to integrate the USB test plug seamlessly into their own applications.
The usb2api.zip* file contains:
- The API, consisting of the USB2Dll.lib, USB2Dll.dll and USB2DLL.h files
- A program that demonstrates how to use the API, USB2_DLL_Demo.exe
- The C++ source code for the demo USB program
- The USB2 API user guide that defines the available functions in the DLL
The USB2 API can only be used with the PassMark USB 2.0 loop back plug.
*Please note that from version 2.0 of the USB 2.0 API, PassMark USB 2.0 loopback plug device driver 7.1.1001 (or later) must be used.
System Requirements
The API has been designed and tested to run on Windows XP SP3, 2003 server, Vista, Windows 7 and 2008 Server. Other operating systems are not supported. The example source code and the DLL were build using Microsoft Visual C++ version 6. But any development language that can call a Windows DLL should be compatible.
* A program
such as WinZip is required
to uncompress these files.
* The Adobe
PDF viewer is required to view these files.
Linux USB 2.0 Application Programming Interface (API) Guide
We have developed a tutorial package which demonstrates how to use the libusb library to communicate with USB 2.0 Loopback plugs in Linux. This package includes a manual plus some demonstration source code explaining the usage of functions in the library.
You can download the latest copy of our Linux USB 2.0 API package from here.
System Requirements
Our Linux API tutorial package requires a Linux environment with the 0.1 version of libusb installed.