The Wrapped Serial communication point transfers messages utilizing a serial (RS/232) port. Messages are wrapped with a user-defined header and/or trailer.
Refer to Serial Port Problems on UNIX for details about common problems when running serial communication points on Unix.
Serial communication points are only available on Windows and Linux (unavailable on HPUX, Solaris and AIX).
Supported Operational Modes: All.
Input Mode Properties
Property |
Description |
---|---|
Port Name |
Specifies the name of the port to which you want to connect:
|
Baud Rate |
Specifies the speed of the serial connection between |
Data Bits |
Specifies the number of data-bits (the default is |
Stop Bits |
Specifies the number of stop-bits (the default is |
Parity |
Specifies the data parity mode:
|
Flow Control |
Specifies the Flow Control mode:
|
Init Sequence |
The sending/expected sequence pairs which will be used for the serial transport initialization before sending the message to the remote host. This property only accepts unescaped ASCII characters with the exception of the following escape sequences: If you want to use this communication point to listen for a response without first having sent a byte sequence, then populate the Expected Sequence field as normal and leave the Sending Sequence field blank. |
Init Timeout |
How long (in milliseconds) to wait for the init sequence to be processed. ( |
Log Connections |
Whether to log connections:
Use of this logging facility slows the communication point down considerably. It is intended for debugging purposes and should not generally be used. |
Log Data |
Whether to log data:
|
Log Data As Hex |
Whether to log data in hexadecimal form:
|
Connection Log File |
The full file name (path and file name) of the file on the server to which to log the information. |
Extra Information |
Whether to log extra information:
|
Incoming Wrapper |
Message wrapping around messages received over the socket connection.
Refer to Wrapper Options for details. |
Strip Wrapping |
Whether or not to strip the wrapping off received messages:
Refer to Strip Wrapping for details. |
Incoming Header |
Defines the header that identifies the start of a message on the socket connection. Only available when the Incoming Wrapper field is set to This property only accepts unescaped ASCII characters with the exception of the following escape sequences: |
Incoming Trailer |
Defines the trailer that identifies the end of a message on the socket connection. Only available when the Incoming Wrapper field is set to This property only accepts unescaped ASCII characters with the exception of the following escape sequences: |
Incoming Endian-ness |
The incoming endian-ness:
Only available when the Incoming Wrapper field is set to Certain codes used in the header and trailer definitions can output binary data. |
Output Mode Properties
Property |
Description |
---|---|
Port Name |
Options: |
Baud Rate |
Options: |
Data Bits |
The number of data-bits. Default: |
Stop Bits |
The number of stop-bits. Default: |
Parity |
Options: |
Flow Control |
Options: |
Init Sequence |
The sending/expected sequence pairs which will be used for the serial transport initialization before sending the message to the remote host. This property only accepts unescaped ASCII characters with the exception of the following escape sequences: |
Init Timeout |
How long (in milliseconds) to wait for the initialization sequence to be processed. (0 (zero) means no limit). |
Log Connections |
Options: |
Log Data |
Options: |
Log Data As Hex |
Options:
|
Connection Log File |
The full file name (path and file name) of the file on the server to which to log the information. |
Extra Information |
Options: |
Outgoing Wrapper |
Options:
|
Outgoing Header |
Only available when the Outgoing Wrapper field is set to This property only accepts unescaped ASCII characters with the exception of the following escape sequences: |
Outgoing Trailer |
Only available when the Outgoing Wrapper field is set to This property only accepts unescaped ASCII characters with the exception of the following escape sequences: |
Outgoing Endian-ness |
Options: |
Bidirectional, In->Out and Out->In Mode
The configuration properties for the Wrapped Serial (RS/232) communication point in Bidirectional, In->Out and Out->In modes is a combination of the properties described above.
Refer to Out->In and In->Out Properties for general details on a communication point's In->Out and Out->In modes.