GPIB Interface
GPIB is a standardized interface that allows you to connect and
control multiple devices from various vendors. Communication is
established through a VISA-GPIB object, visadev
,
which you create in the MATLAB® workspace. For information about creating the VISA-GPIB
object, see Get Started with GPIB Interface.
You can write and read both binary and text data. For examples of both, see Write and Read GPIB Data.
Functions
Apps
VISA Explorer | Connect to and communicate with instruments over VISA (Since R2022b) |
Topics
- Get Started with GPIB Interface
Establish a connection between MATLAB and your instrument using the VISA-GPIB interface.
- Write and Read GPIB Data
Write and read both text and binary data over the VISA-GPIB interface.
- Send Trigger to Instrument
Send the trigger command to your VISA resource.
- Execute Serial Polls
Execute a serial poll to check the status of your VISA resource.
- GPIB Overview
Basic features of the General Purpose Interface Bus (GPIB).
- Transition Your Code to VISA-GPIB Interface
Connect to a GPIB instrument using
visadev
instead ofgpib
.
Troubleshooting
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.