High Speed LAN Instrument Protocol


HiSLIP is a TCP/IP-based protocol for remote instrument control of LAN-based test and measurement instruments. It was specified by the IVI Foundation
and is intended to replace the older VXI-11 protocol. Like VXI-11, HiSLIP is normally used via a library that implements the VISA API.
Version 1.4 of the LAN eXtensions for Instrumentation standard recommends HiSLIP as “LXI HiSLIP Extended Function for LXI based instrumentation”.

Benefits

HiSLIP fixes several problems with the VXI-11 protocol :
HiSLIP can operate in two different modes:
HiSLIP clients have to support both modes. HiSLIP servers need to support at least one of them, but can also support both.
A HiSLIP client contacts a server by opening two TCP connections, both to port 4880, and sends packetized messages on both:
To migrate from VXI-11 to HiSLIP, a user of a VISA library and instrument that support both merely has to change the VISA resource string used to address the instrument. The shortest possible version of a VXI-11 VISA resource string is "TCPIP::". To use the HiSLIP communication channel, such a VISA resource string needs to be changed to: "TCPIP::::hislip0".