The Kermit over Serial (RS/232) communication point transfers messages over a serial communication point using the Kermit protocol. Kermit is a file transfer protocol which provides a consistent approach to file transfer, terminal emulation, script programming, and character set conversion across different computer hardware and operating system platforms.
Refer to http://www.columbia.edu/kermit/blank.html for details about the Kermit Protocol.
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 |
Options: |
Baud Rate |
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 |
How long (in milliseconds) to wait for the init sequence to be processed. A value of |
Parity |
Options: |
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 the information is logged. |
Extra Information |
Options: |
Output Mode Properties
Property |
Description |
---|---|
Port Name |
Options: |
Baud Rate |
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 |
How long (in milliseconds) to wait for the init sequence to be processed. A value of |
Parity |
Options: |
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 the information is logged. |
Extra Information |
Options: |
Output Filename |
The filename given to messages that are sent to the remote host. You can enter any text string as the name to use. Alternatively, the filename can be chosen from the list of the communication point's Published Properties. Refer to File Naming Options, described in General Communication Properties for details. |