TApxProtocol.AsciiEOLChar

TApxProtocol

property AsciiEOLChar : Char

Default: ^M (ASCII 13)

Determines the character that triggers an inter-line delay.

After an ASCII file transmit sends the character specified by this property, it pauses for the number of milliseconds specified by the AsciiLineDelay property.

Note that this character is not involved in on-the-fly translation of end-of-line characters read from or written to an ASCII file; that translation is controlled by the AsciiCRTranslation and AsciiLFTranslation properties.

The default end-of-line character is <CR> or ^M. If you are transmitting Unix files, which use <LF> or ^J for the end-of-line marker, you should set AsciiEOLChar to ^J.

See also: AsciiLineDelay