01-22-2008 12:28 PM
01-22-2008 02:24 PM - edited 01-22-2008 02:24 PM
Hey Nick,
VISA is one way to talk to instruments through serial communication. Have you been able to communicate to the instrument in any way through the port? i.e. hyperterminal, max, etc.
You only have to configure the serial port one time and that could be done leading into your write/read commands or outside of a loop. You can make a loop for 100 iterations and a reading of 18 bytes in each loop.
Attached is a very simple VI that should help get you started with your instrument communication using VISA.
Good luck!