libsigrok/src/scpi
Stefan Brüns ff01b0ea2f scpi: Add support for arbitray/definite length block data retrieval
Binary block data is specified in IEEE 488.2. First character is '#',
followed by a single ascii digit denoting the the number of digits needed
for the length specification. Length is given in bytes.

This allows drivers to replace retrieval of comma separated ASCII values
with binary formats. See bug #791.
2016-05-16 23:35:10 +02:00
..
helpers.c scpi: add obviously missing else statements 2015-09-20 16:19:48 +02:00
scpi.c scpi: Add support for arbitray/definite length block data retrieval 2016-05-16 23:35:10 +02:00
scpi_libgpib.c scpi/libgpib: Place device in local mode before closing handle 2016-03-30 12:39:20 +02:00
scpi_serial.c spci: Terminate all commands with a linefeed for all transports 2016-04-23 17:08:50 +02:00
scpi_tcp.c spci: Terminate all commands with a linefeed for all transports 2016-04-23 17:08:50 +02:00
scpi_usbtmc_libusb.c scpi/usbtmc: fix remote locking according to USBTMC spec 2016-04-23 17:08:44 +02:00
scpi_visa.c spci: Terminate all commands with a linefeed for all transports 2016-04-23 17:08:50 +02:00
scpi_vxi.c scpi_vxi: Fix incomplete reads (bug #790) 2016-05-16 23:35:10 +02:00
vxi.h Don't set _POSIX_C_SOURCE for VXI/RPC related files. 2015-08-29 17:15:26 +02:00
vxi.x Reorganize project tree. 2014-07-22 18:19:29 +02:00
vxi_clnt.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00
vxi_xdr.c Build: Include <config.h> first in all source files 2015-09-13 18:54:46 +02:00