01-25-2008 12:07 PM
01-25-2008 12:24 PM
James,
I suggested reversing the TX and RX on the RS485 because not all instrument manufacturers label the two wires the same. Because the loopback test worked, (R-ON, T-ON mode ) I do not believe that the problem is between the pc and the adapter. I believe that the problem is either a cabling issue between the adapter and the FUJI device or the formatting of the command you are sending.
When you set FLOW CONTROL=RTS/CTS in your vi, you are changing the settings for the COM port driver that is installed to interface the OS to the actual COM port hardware. You are correct in that it is just like using device Manager in windows to change your COM port settings. The actual control/manipulation of the RTS/CTS lines is then handled automatically by the COM port. This is my prefered way to do this because it is often faster and much simpler that using the property nodes.
For the nitty gritty on RS232 I suggest you look up the RS232 standard. It should cover the varous handshaking schemes.
01-31-2008 12:46 PM