]> sigrok.org Git - libsigrok.git/history - hardware/common/scpi.c
Centralise duplicated logging helper defines.
[libsigrok.git] / hardware / common / scpi.c
2013-12-27 Martin LingCentralise duplicated logging helper defines.
2013-12-04 Martin LingAdd sr_scpi_send_variadic() function.
2013-12-04 Martin LingMake sr_scpi_send() take printf-style arguments.
2013-12-03 Martin LingAdd sr_scpi_read() operation for reading arbitrary...
2013-12-03 Martin LingMake SCPI functions device independent, with separate...
2013-12-03 Uwe Hermannscpi.c: Minor cleanups, cosmetics.
2013-12-03 poljar (Damir Jelić)scpi: Add function to fetch uint8_t.
2013-12-03 poljar (Damir Jelić)scpi: Add function to get an array of floats.
2013-12-03 poljar (Damir Jelić)scpi: Add a function to read and wait on a *OPC? reply.
2013-12-03 poljar (Damir Jelić)scpi: Add more functions (getting int/bool/float/double).
2013-12-03 poljar (Damir Jelić)scpi: Add function to strictly parse bool strings.
2013-12-03 poljar (Damir Jelić)scpi: Add helper functions for SCPI communication.