You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,14 @@ Coming up V1.0.0:
23
23
* Data from the table can be copied and pasted to a spreadsheet (Excel, LibreOffice, etc.).
24
24
* Export to CSV for using data in other applications (databases, scripting, etc.).
25
25
26
+
## About GPIB...
27
+
28
+
We get some questions if GPIB will be supported. GPIB is a standarized communication bus for instruments. But the standardization is only on the GPIB part.
29
+
The command and response structure are standarized. What is not standarized is the GPIB PC controller. In the past PCs used ISA cards. Now a days you need to have a USB to GPIB controller. And in this controller lies the problem. Supporting the GPIB protocol is fairly easy. Supporting all available GPIB controllers on the market is a headache.
30
+
Every GPIB controller requires its own specific driver. And to test it, we need a sample of each controller available. And those controllers are not cheap.
31
+
So for now it is not very feasible to have GPIB supported. But... if someone is willing to donate a GPIB controller, we will be happy to add support for it.
32
+
33
+
26
34
## Adding your own instruments
27
35
28
36
You can add your own instruments. A manual for that will be available on the first release.
0 commit comments