USB-DUX
USB-DUX is now open source/hardware. After 15 years, USB-DUX data acquisition boards are no longer being manufactured.
Below are the design files which you can send to a prototyping service or manufacturer. We recommend European Circuits (https://european-circuits.co.uk/) here in Glasgow / Scotland.
The Original USB based DAQ for Linux
The USB DUX is the perfect data acquisition unit for real-time monitoring and control. The board takes advantage of the real time speed and power of the USB port and is designed to work perfectly under Linux. This means that it is easy to program and works well on embedded systems or desk top computers. The board is plug and play with most distributions such as UBUNTU.
Drivers
No need to install any drivers as they are part of the Linux distributions.
USB-DUX uses the comedi framework (http://www.comedi.org). Use the packages provided by your distro. Do not compile comedi from source.
Debian/Ubuntu packages:
apt install libcomedi-dev
apt install libcomedi0
Check that you are in the group iocard
. Open the groups file:
sudo nano /etc/group
and see if your username is added to the group iocard
:
iocard:x:125:my_user_name
Python support
https://pypi.org/project/pyusbdux/
Comedirecord
Program to visualise data and record it to your harddrive.
https://github.com/berndporr/comedirecord
USBDUX-Sigma
24 bit resolution over 16 channels. 24 bits digital I/O. 4 D/A outputs. Electrical isolation of all analogue channels.
USBDUX-FAST
Up to 3MHz continous sampling rate. 16 Channels single ended. Single D-Type connector.
USBDUX-D
Up to 8kHz continous sampling rate. 8 input channels single ended, 4 output channels and 8 digital I/O channels with 2 up/down counters and PWM. Single D-Type connector.
Nostalgia
Original design of the company page (2003 - 2021):
https://glasgowneuro.github.io/usbdux/
Contact
Bernd Porr bernd@glasgowneuro.tech
Kevin Swingler kms@cs.stir.ac.uk