Skip to content
Pavel A. edited this page Apr 22, 2015 · 11 revisions

About

The goal of this small project is to provide open source API library for simple low-cost USB digital I/O modules
(search on eBay for "USB I/O data acquisition control module for Smart Home" and such).

The advantage of HID-based interface is that no kernel drivers and no simulated COM-ports are needed. It is easy to detect and address the connected devices.

This repository contains only the host side software, no device firmware and no board design.

The vendors currently offer only API library for Windows, and only in binary form. We are not associated with the manufacturer(s) of these devices or author(s) of the original software offered by eBay merchants.

The project home page is on the V-USB wiki. This is because the firmware of the device is based on V-USB. V-USB enables very simple and low-cost USB hardware solutions.

Downloads

NONE YET - watch this projects to get notified

WE DO NOT TAKE RESPONSIBILITY FOR ANY DAMAGE.
Use this software on your own risk.

Similar and related projects:

https://github.com/pavel-a/usb-relay-hid - Software for low-cost USB HID relays

Clone this wiki locally