|
These are two program examples for customers who need to communicate
over the LAN but who do not have VISA hardware drivers installed on
their computer.
General
Features:
-
Sample
programs open a ‘raw socket’ connection to the Genesys power
supply LAN port 8001.
-
These are
simple interactive programs. Browse the LAN User Manual to find a
SCPI command. Type the command and read the response through the
socket program.
-
Source code
and installation instructions are included.
Raw Sockets for Visual Studio, C++
-
Written in
Microsoft Visual Studio 6.
-
Uses the
Windows Winsock drivers.
-
Download
File:
CppRawSocketApp_v01.zip Size:
904 KB
Raw Sockets for Linux ‘C’
-
Written in
Red Hat Linux.
-
Uses the Gnu
compiler. Includes the Make file.
-
Download
File:
LinuxRawSocketApp_v03.zip Size:
88 KB
|