Im using labview 2012 to communicate with a lakeshore 218 temperature moinitor via COM1.
I am able to use MAX to send *IDN?\n to receive the id LSCI,MODEL218S,22A037...,30,3 0.
When I try to run a simple VI (basic_serial_write_and_read[1].vi) using visa on COM1 to do the same thing it returns the time out error.
Thus far I have tried using command *IDN? *IDN?\n and *IDN?\r\n
*IDN? dosent work in max, *IDN?\n and *IDN?\r\n both work in Max, nothing works in Visa.
How can I get this to work using visa?