LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Setting additional features of the serial port

I have to set some features of the serial port which are not settable with the
ordinary LabView examples or Vi's. What I am trying to set are:
XonLimit, XoffLimit and Mask RXCHAR RXFLAG TXEMPTY CTS DSR RLSD BRK ERR RING
How can I set these features?
Message 1 of 2
(2,156 Views)
Open the VISA configure serial port vi and look how the basic settings are implemented. There is a visa property node that can be accessed : right click on it and select "properties" to access other parameters. You can either modify this vi, or create your own.

CC
Chilly Charly    (aka CC)

         E-List Master - Kudos glutton - Press the yellow button on the left...
        
0 Kudos
Message 2 of 2
(2,150 Views)