Instrument Control Toolbox

USB Devices and MATLAB

Many instruments, data acquisition devices, cameras, and other hardware connect to a computer through a USB cable.MATLABenables you to control and acquire data from these devices using:

Interfacing with USB Instruments using Instrument Control Toolbox

Using MATLAB and Instrument Control Toolbox, you can work with any USB instrument that offers remote USB connectivity throughVISAsoftware, such as the following:

You communicate with these instruments by sendingSCPIcommands over the VISA-USB interface. Instrument Control Toolbox also provides connectivity through instrument drivers such as:

You can use these drivers directly from MATLAB to communicate with the instrument over the USB connection, provided that VISA software is installed.

Interfacing with USB Devices using Data Acquisition Toolbox

ThroughData Acquisition Toolbox, MATLAB supports many data acquisition devices that connect to the computer via a USB cable, enabling you to work with analog input, analog output, and digital I/O capabilities of these devices directly from MATLAB. See the complete list ofsupported hardware.

Interfacing with USB Devices using Image Acquisition Toolbox

ThroughImage Acquisition Toolbox, MATLAB supports many imaging devices and webcams that connect to the computer via a USB cable, enabling you to work with these devices directly from MATLAB. See the complete list ofsupported hardware.