07-11-2008 02:00 PM
07-11-2008 02:05 PM
07-11-2008 02:11 PM
07-11-2008 02:24 PM
What exactly am I supposed to do in HyperTerminal?
So, I'm supposed to set up this whole thing in VISA, instead of MAX?
07-11-2008 02:33 PM
What you are supposed to do in Hyperterminal is the same thing you are tying to do in MAX - test the com settings, serial cable, and commands. You do not use either to set something up. The advantage of Hyperterminal is that you will often find Hyperterminal instructions in an instrument's manual. If you have problems, you can contact the vendor and explain what you have done. If you say you are using MAX, many will just go 'Huh?'.
When you have the basic communication working, then you can start with LabVIEW and you will use the VISA functions to configure the port and to read/write. VISA is what is used by MAX.
07-11-2008 02:38 PM
Well, here's what I know so far
Baud:9600
Data Bits: 8
Parity: None
Stop Bits: 2
For the 9 pin RS232 connection, here are the pins that actually do something:
3 - TXD transmit data
5 - GND ground
8 - CTS clear to send
I have no clue what COM port to assign it to, nor how to do so even if I wanted to.....
I'm not sure what hyperterminal wants me to type,
as far as I got was opening it.
07-11-2008 02:42 PM
I have an RS232 cable, and I am now not sure if it is the correct one.
It says in the manual of my equipment that I need a "null modem cable"
Is that different from a regular RS232 cable?
07-11-2008 02:54 PM
07-11-2008 02:54 PM
You can use whatever com port on the pc that you want. It's rare to find more than one these days but they should be labeled.
Hyperterminal does not know or care what you should type after connecting. That's going to be documented in your manual. It might say that in order to perform such and such an operation, you need to enter the string A1. Type that and hit the enter key.
There are two basic types of serial cables. A null modem swaps the tx and rx lines. That means that the tx pin on the pc is connected to the rx pin of the instrument and the rx pin of the pc is connected to the tx pin of the pc. If the cable is not labeled, use an ohmeter and check for continuity. Stick one of the probes on pin 2 of one of the ends and stick a probe on pin 3 of the other end.
07-11-2008 02:59 PM