The Zmodem Serial communication implements the ZModem protocol over a serial (RS-232) port.
Refer to Published Properties for a list of properties associated with this communication point.
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: Input, Output.
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 |
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. |
Init Timeout |
The length of time, in milliseconds, to wait for the init sequence to be processed. |
Streaming Mode |
Whether or not to use data streaming mode:
This should be disabled for noisy lines. |
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 you want to log the information. |
Extra Information |
Whether to log extra information:
|
Output Mode Properties
Property |
Description |
---|---|
Port Name |
Options: |
Baud Rate |
Options: |
Stop Bits |
Identifies 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. |
Init Timeout |
The length of time, in milliseconds, to wait for the init sequence to be processed. |
Streaming Mode |
Options: |
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 you want to log the information. |
Extra Information |
Options: |
Output Filename |
Define the filename to give messages that are sent to the remote host. This can be entered directly or selected from a list of available Rhapsody variables. Refer to Rhapsody Variables for details. |
Published Properties
Published properties of an INPUT communication point on a route are added to all drop-down lists where message properties can be selected on that route. For the Zmodem Serial communication point, these are:
Full Filename
- the full filename of the file associated with the received message.Base Filename
- the base filename (that is everything before the last '.' in the full filename) of the file associated with the received message. If there is no '.' then it is equal to the full filename.Suffix
- the suffix (everything from the last '.' in the full filename, including the '.') of the file associated with the received message. If there is no '.' then it is empty.