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/cbm_1571_read_status.bin_raw | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 decoder/test/ieee488/cbm_1571_read_status.bin_raw (limited to 'decoder/test/ieee488/cbm_1571_read_status.bin_raw') diff --git a/decoder/test/ieee488/cbm_1571_read_status.bin_raw b/decoder/test/ieee488/cbm_1571_read_status.bin_raw new file mode 100644 index 0000000..1e9c52d --- /dev/null +++ b/decoder/test/ieee488/cbm_1571_read_status.bin_raw @@ -0,0 +1,30 @@ +1821728-1822496 ieee488: 48 +1822802-1823565 ieee488: 6f +1850886-1852484 ieee488: 37 +1853148-1854766 ieee488: 33 +1855267-1856900 ieee488: 2c +1857358-1858982 ieee488: 43 +1859384-1861014 ieee488: 42 +1861672-1863297 ieee488: 4d +1863699-1865331 ieee488: 20 +1865732-1867363 ieee488: 44 +1867765-1869389 ieee488: 4f +1870046-1871671 ieee488: 53 +1872073-1873706 ieee488: 20 +1874107-1875734 ieee488: 56 +1876136-1877762 ieee488: 33 +1878419-1880044 ieee488: 2e +1880446-1882076 ieee488: 30 +1882478-1884111 ieee488: 20 +1884513-1886141 ieee488: 31 +1886816-1888423 ieee488: 35 +1888818-1890449 ieee488: 37 +1890940-1892542 ieee488: 31 +1892980-1894584 ieee488: 2c +1895300-1896922 ieee488: 30 +1897324-1898954 ieee488: 30 +1899355-1900984 ieee488: 2c +1901386-1903016 ieee488: 30 +1903819-1905427 ieee488: 30 +1906420-1908616 ieee488: 0d +1916131-1916895 ieee488: 5f -- cgit v1.2.3-54-g00ecf