Skip to content

Commit 3b64b1b

Browse files
authored
add info about GPIB
1 parent 724050a commit 3b64b1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ Coming up V1.0.0:
2323
* Data from the table can be copied and pasted to a spreadsheet (Excel, LibreOffice, etc.).
2424
* Export to CSV for using data in other applications (databases, scripting, etc.).
2525

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+
2634
## Adding your own instruments
2735

2836
You can add your own instruments. A manual for that will be available on the first release.

0 commit comments

Comments
 (0)