FlowControls Enumeration

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices >

FlowControls Enumeration

BR.AN.PviServices .NET


The flow control flags. Sample: "/RS=422". This parameter controls the data flow of the CTS (clear to send) and the RTS (request to send) cable of the serieal device. Valid values are: NOT_SET = -2:The RS flag will not be set for communication. SYSTEM = -1: PVI does not change the settings. The settings set in the OS Control Panel will be used. RTS_OFF = 0: Permanently turn off the RTS line. (RTS flow control is disabled). RS232 = 232: Use RTS Handshake. RS422 = 422: Permanently turn on RTS line. The CTS flow control is deactivated for all values bigger than 0. Some USB to serial adapters are not able to handle the CTS and RTS flow control. To use these devices anyway set the flow control to RTS_OFF.

[Visual Basic]

Public Enum FlowControls

[C#]

public enum FlowControls

Members

Member Name

Description

NOT_SET

TheRS flag will not be set for communication.

SYSTEM

PVI does not change the settings. The settings set in the OS Control Panel will be used.

RTS_OFF

Permanently turn off the RTS line. (RTS flow control is disabled).

RS232

Use RTS Handshake.

RS422

Permanently turn on RTS line.

Requirements

Namespace: BR.AN.PviServices

Assembly: BR.AN.PviServices (in BR.AN.PviServices.dll)

See Also

BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]