Hi group:
I am a beginner and have a simple question about GPIB reading
Now I want to read datas from the "GPIB read"
The data format is such like that
........
+8.67567359819E-005,
+8.40201100800E-005,
+8.44345656546E-005,
+8.40444444444E-005,
......
for example: If I set the "byte count" to 2000, then I will get lots of datas at same time from GPIB, how should I save them to a 1-D array?
Thanks a lot.
Wei