]> sigrok.org Git - libsigrok.git/history - hardware/common/scpi.c
Make SCPI functions device independent, with separate serial backend.
[libsigrok.git] / hardware / common / scpi.c
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.