09-08-2005 01:35 PM
09-08-2005 01:44 PM
09-09-2005 12:24 PM
09-09-2005 12:35 PM
09-09-2005 01:07 PM
Okay, the language you're using is LabVIEW. You didn't say that in the original post.
Hyperterminal is a terminal emulation program that comes with every version of windows. You can get to it from Start>Programs>Accessories>Communications. But, since you've managed to get communications to work in MAX (Measurement & Automation Explorer and what I'm assuming you mean by NI Instrumentation program), you don't need to try Hyperterminal.
09-14-2005 01:09 PM
09-14-2005 01:57 PM - edited 09-14-2005 01:57 PM
Is this error message something new that just happened or has it been there from the beginning? Is there anything in the VI besides a VISA Read or Write or is there a Call Library Function Node in there? Post your VI so someone can look at it. You say that the communication to the GPIB instruments work and it's only the serial that you're having trouble with? That seems to indicate to me that LabVIEW and VISA are okay. Do you happen to be using a USB<->Serial converter?
Never mind about the USB question. I looked back at your first post and saw you're using a PCI card for the additional com ports. I would suspect the driver for this board is causing some problems. You might try re-installing it or checking to see if the vendor has an updated version.
It would still be nice to see your VI though.
Message Edited by Dennis Knutson on 09-14-2005 01:00 PM
09-15-2005 01:42 PM
09-15-2005 03:11 PM
One thing you didn't do correctly is append the CR constant. You have to right click on the text constant and select '\' Code Display and then enter \r. You have normal display on and you're not sending the control character. Your're sending the character "\" and the character "r". If you right click and select Hex Display, what you will see is 0D.
I have no explanation for the error though. I can open the diagram with no problem. I still think it points to a problem with the serial card driver itself.