Hi all,
I'm just reviewing some very old code that used Serial Ports to communicate with instruments. To open a port, I executed:
ii_ComID = OpenComm(as_com_port,ai_InBuffer_Size,ai_OutBuffer_Size)
OpenComm() doesn't appear to be supported anymore... at least I couldn't find it in the documentation. I'm sure things have evolved since then, so I'm wondering how do I open and read and respond to an instrument on a serial port?
~~~Tracy
FUNCTION int OpenComm(string IpcomName,int wInQue, int wOutQue) LIBRARY "user.exe" alias for "OpenComm;Ansi" .
Thank you, Mike!