-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gpib: Add a sample capture of serial GPIB (IEC Bus)
- Loading branch information
1 parent
fbf09b9
commit 5d35512
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Binary file not shown.