Support »
Pololu USB Software Development Kit
The Pololu USB Software Development Kit is a package that contains example code for making your own PC applications that control Pololu USB devices. The code lets you easily use the native USB interfaces of the devices, allowing access to more features than the virtual COM ports. For each supported device, there is a class library that allows your program to interact with the device using simple, high-level function calls. The kit also contains complete example applications. Most of the code is written in C#, but there are Visual Basic .NET and Visual C++ examples for some devices. Microsoft Windows and Linux are supported.
You do not need to be a USB expert to use this code. You can either modify our example applications to suit your needs, or you can import our class libraries in to your own application.
The Pololu USB Software Development Kit includes libraries and example code for the following devices:
- Pololu Jrk USB Motor Controller with Feedback
- Pololu Maestro USB Servo Controller
- Pololu Simple Motor Controller
- Pololu Simple Motor Controller G2
- Pololu USB AVR Programmer
For more information, and to download the SDK, please see the pololu-usb-sdk repository.