I have a special-purpose piece of custom test equipment that I want to control from another box using the VISA SCPI instrument control commands.
The custom box contains an x86 processor running full Ubuntu Linux. I want that the custom box respond to a very small set of VISA commands. Really, I only need one command, "set frequency".
I want the VISA interface, because the test rack already contains a bunch of commercial instruments controlled by VISA SCPI commands.
How do I send SCPI commands via VISA?