blob: 9adda050c1c246233464fff503031a185af054c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
-------------------------------------------------------------------------------
GPIB / HP 1631D
-------------------------------------------------------------------------------
This is an example capture of some GPIB traffic on an HP 1631D LA/scope.
Details:
http://www.rudiswiki.de/wiki9/SigrokDecoderGPIB
https://github.com/rudi48/sigrok-gpib
Logic analyzer setup
--------------------
The logic analyzer used was a Saleae Logic16 clone (at 500kHz):
Probe GPIB
-------------------
0 DIO1
1 DIO2
2 DIO3
3 DIO4
4 DIO5
5 DIO6
6 DIO7
7 DIO8
8 EOI
9 DAV
10 NRFD
11 NDAC
12 IFC
13 SRQ
14 ATN
15 REN
Data
----
The following is happening on the GPIB bus in this capture:
- Controller sets the GPIB to UNLISTEN and UNTALK (neutral state)
- Controller sets device with GPIB address number 4 to LISTEN
- Controller sends command 'ID LF+EOI' to device with GPIB address number
4 (request identity string)
- Controller sets the GPIB to UNLISTEN and UNTALK (neutral state)
- Controller sets device with GPIB address number 4 to TALK
- Device with GPIB address number 4 sends the ID string 'HP1631D+EOI' to
controller
- Controller sets the GPIB to UNLISTEN and UNTALK (neutral state)
|