]> sigrok.org Git - sigrok-dumps.git/commitdiff
gpib: Add a sample capture of serial GPIB (IEC Bus)
authorMarcus Comstedt <redacted>
Mon, 13 Feb 2017 15:21:36 +0000 (16:21 +0100)
committerUwe Hermann <redacted>
Mon, 13 Feb 2017 15:39:31 +0000 (16:39 +0100)
gpib/serial/cbm1571/README [new file with mode: 0644]
gpib/serial/cbm1571/cbm_1571_read_status.sr [new file with mode: 0644]

diff --git a/gpib/serial/cbm1571/README b/gpib/serial/cbm1571/README
new file mode 100644 (file)
index 0000000..b9cb513
--- /dev/null
@@ -0,0 +1,35 @@
+-------------------------------------------------------------------------------
+Serial GPIB (IEC Bus)
+-------------------------------------------------------------------------------
+
+This is an example capture of some IEC Bus traffic on a CBM 1571 floppy disk
+drive.
+
+Details:
+https://en.wikipedia.org/wiki/Commodore_bus
+
+
+Logic analyzer setup
+--------------------
+
+The logic analyzer used was a genuine Saleae Logic16 (at 1 MHz):
+
+  Probe       IEC
+  ---------------
+  0           SRQ
+  1           -
+  2           ATN
+  3           CLK
+  4           DATA
+  5           RESET
+
+
+Data
+----
+
+The following is happening on the IEC bus in this capture:
+
+ - Controller sets device with GPIB address number 8 to TALK
+ - Controller reopens channel 15
+ - Device with GPIB address number 8 sends a status string to controller
+ - Controller sets the GPIB to UNTALK
diff --git a/gpib/serial/cbm1571/cbm_1571_read_status.sr b/gpib/serial/cbm1571/cbm_1571_read_status.sr
new file mode 100644 (file)
index 0000000..805d6ef
Binary files /dev/null and b/gpib/serial/cbm1571/cbm_1571_read_status.sr differ