From f1a2ccfb38b8d06593ba169a6672f3ccb3006625 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Thu, 3 Oct 2019 03:53:30 +0200 Subject: ieee488: introduce tests for unified IEEE-488 decoder (GPIB and IEC) Test the visual annotations as well as binary and Python outputs for several parallel GPIB captures (HP1631D, HP33120A, HP53131A, Keithley 2015) and the serial IEC capture (CBM1571). The "gpib_hp53131a_ton" capture does provide raw bytes, but its "payload" data output really is empty in the current decoder's implementation. A future implementation of the decoder may start flushing accumulated data for currently unhandled conditions, too. --- decoder/test/ieee488/gpib_keithley2015.bin_data | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 decoder/test/ieee488/gpib_keithley2015.bin_data (limited to 'decoder/test/ieee488/gpib_keithley2015.bin_data') diff --git a/decoder/test/ieee488/gpib_keithley2015.bin_data b/decoder/test/ieee488/gpib_keithley2015.bin_data new file mode 100644 index 0000000..0bd57ec --- /dev/null +++ b/decoder/test/ieee488/gpib_keithley2015.bin_data @@ -0,0 +1,2 @@ +1083168-1083687 ieee488: 2a 69 64 6e 3f 0d 0a +1086234-1096785 ieee488: 4b 45 49 54 48 4c 45 59 20 49 4e 53 54 52 55 4d 45 4e 54 53 20 49 4e 43 2e 2c 4d 4f 44 45 4c 20 32 30 31 35 2c 30 39 39 33 31 39 30 2c 42 31 35 20 20 2f 41 30 32 20 20 0a -- cgit v1.2.3-54-g00ecf