The wrapper module: a Cython extension that ports the C driver to PythonΒΆ

Linux Cython driver for the MCCDAQ USB-26xx series data acquisition devices.

This is the low-level Cython module, appearing as the wrapper module in the mccdaq/usb2600 package. It is mainly a direct wrapper to functions in usb-2600.h, with some minor changes to make it more user- friendly.

It is recommanded to use the high-level interface in the usb2600.usb2600 module.

Warren Jasper’s original C driver can be found at ftp://lx10.tx.ncsu.edu/pub/Linux/drivers/USB

  1. 2014-15 Guillaume Lepert, Imperial College London.