]> sigrok.org Git - libsigrok.git/commit - src/libsigrok-internal.h
scpi: Add helper functions for SCPI communication.
authorpoljar (Damir Jelić) <redacted>
Tue, 29 Oct 2013 11:15:47 +0000 (12:15 +0100)
committerUwe Hermann <redacted>
Tue, 3 Dec 2013 14:10:00 +0000 (15:10 +0100)
commit7b9d73203163daa70273f0adfa854a1dc01f08f0
treeab61269e6838c072ecca5c11c93e68dda674c254
parent9e4f8cf93b465fb34b35b083935f45ba5427045e
scpi: Add helper functions for SCPI communication.

The Standard Commands for Programmable Instruments (SCPI) defines a standard
for syntax and commands to use in controlling programmable test and measurement
devices.

SCPI documentation:
http://www.ivifoundation.org/docs/scpi-99.pdf

This patch adds helper functions for sending SCPI commands, reading a SCPI
response and reading and parsing a SCPI "*IDN?" response.
hardware/common/Makefile.am
hardware/common/scpi.c [new file with mode: 0644]
libsigrok-internal.h