pmarks-net / usbnetpower8800

Tool for controlling the "USB Net Power 8800" device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple command-line tool for controlling the "USB Net Power 8800" from Linux (etc.) using Python and PyUSB. It shows up under lsusb as:

ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port

But, from what I can tell, none of the serial port features are ever used, and all you really need is one USB control transfer for reading the current state, and another for setting it.

The device is basically a box with a USB port and a switchable power outlet. It has the unfortunate property that disconnecting it from USB immediately kills the power, which reduces its usefulness.

Links to similar projects:

About

Tool for controlling the "USB Net Power 8800" device

License:Apache License 2.0


Languages

Language:Python 100.0%