serial-SerialHelper

This container slot configures the serial port of any serial-based driver (found under the driver’s network-level component as Serial Port Config).

Figure 1. SerialHelper properties


To access these properties, expand Config > Drivers and right-click the network node, click Views > AX Property Sheet and expand Serial Port Config or click Serial Port Config.

Note: These properties are also under any SerialTunnel (in a station’s TunnelService). These components support a tunneling connection to the same type of network. You should configure these properties the same as for the SerialHelper of the associated driver network.
PropertyValueDescription
StatusRead-only
Reports the condition of the entity or process at last polling.

{ok} indicates that the component is licensed and polling successfully.

{down} indicates that the last check was unsuccessful, perhaps because of an incorrect property, or possibly loss of network connection.

{disabled} indicates that the Enable property is set to false.

{fault} indicates another problem. Refer to Fault Cause for more information.

Port NametextSpecifies the Port Name as COM1 or COM4 for connecting with the host platform.
Baud Ratedrop-down list (defaults to Baud9600)Selects communication speed. Default value is Baud9600.
Data Bitsdrop-down list (defaults to Data Bits8)Selects the number of bits in a byte.
Stop Bitsdrop-down list (defaults to Stop Bit1Selects the number of stop bits to use.
Paritydrop-down list (defaults to None)Selects the parity.
Flow Control Modecheck boxesSelects the flow control.
  • RtsCtsOnInput
  • RtsCtsOnOutput
  • XonXoffOnInput
  • XonXoffOnOutput
  • none (default)