LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Communication over 2 serial ports help - timeout



I also tried what happens if the write's error out is only wired to Bytes at port's error in, but still doesn't work.
The ports are good, the cable is good too. I have no idea...
0 Kudos
Message 11 of 14
(615 Views)
The only other thing it could be is a handshaking signal problem (RTS, CTS, CSR, DTR, CD).  All of these lines should be high.  You need a breakout box to see this.  A breakout box is a device that plugs inline to the serial cable and displays the condition of the lines with LEDs.  If you are going to work with serial ports, get one.  They don't cost much at all.  Available from Radio Shack and most electronic stores (CompUSA, etc).  I can't see anything else that would prevent the data transfer.  Make sure you have the com ports configured correctly and enabled in the BIOS.  Check that the VISA names are correct.  The code looks right.  Maybe try to enable the termination character.  Also try concatenating a new line constant to the end of the write string.  This might be the answer.
- tbob

Inventor of the WORM Global
0 Kudos
Message 12 of 14
(612 Views)
I tried to concatenate the write string, and enable the termination char, but the result was the same. 😞

I think I start over this thing tomorrow (here is 3:11 AM right now), thanks for helping me whole the day!
0 Kudos
Message 13 of 14
(608 Views)
At this point, I would have to rely on a breakout box to show the state of the RS-232 signals.  That is something you will have to do yourself.
- tbob

Inventor of the WORM Global
0 Kudos
Message 14 of 14
(586 Views)