09-30-2009 03:25 PM
Hi,
MAX says that the COM port is ok, and there is no other program using the COM1 port; however, when I checked the COM1 port with a multimeter, while running a VISA-writing VI, there is no signal. What is it that I am doing wrong?
Sorry for asking many silly questions,
Tam
09-30-2009 04:49 PM
But I thought you got an error when trying to use the port? If that's the case, what are you expecting to read with the meter?
The blocking of the com port is a function of the OS. Something is happening that makes windows think that the port is being used and until that is cleared up, neither Hyperterminal or LabVIEW will be able to use it. Again, all I can suggest is going through the windows services being run. See if there is a modem program running.
10-01-2009 08:35 AM
Please tell me what to look for (name, code, or .***,....) I went to task manager. Is it the right place?
10-01-2009 09:14 AM
I try the COM port troubleshooting program made by Alicat Scientific. It says "Available ports:1" when the pressure controller is connected to COM1 port. Does this mean the port is not being used by Windows?
10-01-2009 09:24 AM
10-02-2009 12:46 PM
When using Hyperterminal, if I enable the "detect carrier loss", Hyperterminal gives error "unable to open COM1 port.", otherwise it is connected but no communication. Please tell me what this means.
10-02-2009 01:40 PM
10-02-2009 02:11 PM
I try to communicate with the device through hyperterminal. The "detect carrier loss" is an option check-box when I create a connection.
10-02-2009 02:35 PM
Not when I create a connection. Post your 'Connect To' screen with the "Connect using' selection box and the screen with the 'detect carrier loss'. A loss of carrier should have no application when you are directly connecting to a com port - only a modem. So, enabling it would be wrong and the error is understandable.
10-02-2009 03:13 PM
What we have here is a failure to communicate 🙂
1. Did you buy or make your cable?
2. Have you read the manual? See http://www.alicatscientific.com/documents/manuals/Pressure_Gauge_Controller_Manual.pdf
3. Is the instrument serial port set up to defaults?
Here is an excerpt from the manual on using Hyperterminal:
Configuring HyperTerminal®:
1. Open your HyperTerminal® RS-232 terminal program (installed under the “Accessories” menu onall Microsoft®Windows®operating systems).
2. Select “Properties” from the file menu.
3. Click on the “Configure” button under the “Connect To” tab. Be sure the program is set for: 19,200
baud (or matches the baud rate selected in the RS-232 communications menu on the gauge) and
an 8-N-1-None (8 Data Bits, No Parity, 1 Stop Bit, and no Flow Control) protocol.
4. Under the “Settings” tab, make sure the Terminal Emulation is set to ANSI or Auto Detect.
5. Click on the “ASCII Setup” button and be sure the “Send Line Ends with Line Feeds” box is not checked
and the “Echo Typed Characters Locally” box and the “Append Line Feeds to Incoming Lines” boxes
are checked. Those settings not mentioned here are normally okay in the default position.
6. Save the settings, close HyperTerminal® and reopen it.
Hope this gets us going on the right path.
-AK2DM