From 1eb2bfa4b7b4e50087016f977fffa40261aa8c71 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 7 Dec 2019 15:43:20 +0100 Subject: ieee488: Add a test for delim=none. --- decoder/test/ieee488/test.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'decoder/test/ieee488/test.conf') diff --git a/decoder/test/ieee488/test.conf b/decoder/test/ieee488/test.conf index 43d9553..6388b91 100644 --- a/decoder/test/ieee488/test.conf +++ b/decoder/test/ieee488/test.conf @@ -30,6 +30,14 @@ test gpib_hp53131a_ton output ieee488 binary class data match gpib_hp53131a_ton.bin_data output ieee488 python match gpib_hp53131a_ton.python +test gpib_hp53131a_ton_delim_none + protocol-decoder ieee488 channel dio1=0 channel dio2=1 channel dio3=2 channel dio4=3 channel dio5=4 channel dio6=5 channel dio7=6 channel dio8=7 channel eoi=8 channel dav=9 channel nrfd=10 channel ndac=11 channel ifc=12 channel srq=13 channel atn=14 channel ren=15 option delim=none + input gpib/hp53131a/hp53131a-ton.sr + output ieee488 annotation match gpib_hp53131a_ton_delim_none.output + output ieee488 binary class raw match gpib_hp53131a_ton_delim_none.bin_raw + # output ieee488 binary class data match gpib_hp53131a_ton_delim_none.bin_data # Empty + output ieee488 python match gpib_hp53131a_ton_delim_none.python + test gpib_keithley2015 protocol-decoder ieee488 channel dio1=0 channel dio2=1 channel dio3=2 channel dio4=3 channel dio5=4 channel dio6=5 channel dio7=6 channel dio8=7 channel eoi=8 channel dav=9 channel nrfd=10 channel ndac=11 channel ifc=12 channel srq=13 channel atn=14 channel ren=15 input gpib/keithley2015/keithley2015-idn.sr -- cgit v1.2.3-54-g00ecf