05-14-2018 02:22 AM
Hi
We have a dll based on VISA32.dll to develop test interface.
This dll can be used to control SCPI with TCP/IP port instrument.
If we want to extend dll to control the instrument with HiSLIP interface, can native VISA32.dll support HiSLIP?
Thanks
JC
Solved! Go to Solution.
05-14-2018 11:00 AM
yes:
TCPIP[board]::host address[::HiSLIP device name[,HiSLIP port]][::INSTR]
TCPIP::[fe80::1] ::hislip0::INSTR - this for an IPv6 example
05-22-2018 04:01 AM
Hi
Thanks for reply.
We have solution for this way.