diff options
author | Marcus Comstedt <marcus@mc.pp.se> | 2017-02-13 16:21:36 +0100 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2017-02-13 16:39:31 +0100 |
commit | 5d35512117e5237e48ffcf16c6b4c6afb9553cd4 (patch) | |
tree | 3504167f0e71725eee52aa34c1c34b3c51f05f71 /gpib/serial | |
parent | fbf09b93a88f6304a98e5c943a33031566ebfe90 (diff) | |
download | sigrok-dumps-5d35512117e5237e48ffcf16c6b4c6afb9553cd4.tar.gz sigrok-dumps-5d35512117e5237e48ffcf16c6b4c6afb9553cd4.zip |
gpib: Add a sample capture of serial GPIB (IEC Bus)
Diffstat (limited to 'gpib/serial')
-rw-r--r-- | gpib/serial/cbm1571/README | 35 | ||||
-rw-r--r-- | gpib/serial/cbm1571/cbm_1571_read_status.sr | bin | 0 -> 4800 bytes |
2 files changed, 35 insertions, 0 deletions
diff --git a/gpib/serial/cbm1571/README b/gpib/serial/cbm1571/README new file mode 100644 index 0000000..b9cb513 --- /dev/null +++ b/gpib/serial/cbm1571/README @@ -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 Binary files differnew file mode 100644 index 0000000..805d6ef --- /dev/null +++ b/gpib/serial/cbm1571/cbm_1571_read_status.sr |