Difference between revisions of "USBTMC"
Jump to navigation
Jump to search
(Created page with "USBTMC (USB Test and Measurement Class) is a set of standard device class specifications, built on top of the USB standard. It is intended as a modern replacement of the vener...") |
|||
Line 8: | Line 8: | ||
The sigrok project aims to support this standard through the [[libusbtmc]] library. | The sigrok project aims to support this standard through the [[libusbtmc]] library. | ||
== Resources == | |||
* [http://www.eetimes.com/electronics-products/test-measurement/4074421/USBTMC-Unwrapped EETimes: USBTMC Unwrapped] |
Revision as of 01:11, 14 November 2012
USBTMC (USB Test and Measurement Class) is a set of standard device class specifications, built on top of the USB standard. It is intended as a modern replacement of the venerable IEEE-488 (GPIB) standard, which is based on a large parallel connector. Two standards documents are specified:
- USBTMC specification: specifies the protocol and descriptors that allow communications between devices and client software.
- USB488 subclass specification: this specifies how to send and receive IEEE-488.1 and IEEE-488.2 commands over a USBTMC-based transport.
The standard is freely available here.
The sigrok project aims to support this standard through the libusbtmc library.