property AsciiSuppressCtrlZ : Boolean
Default: False
Determines whether an ASCII protocol stops transmitting when it encounters the first ^Z in the file.
If this property is False, the ASCII protocol transmits all characters in the file, including ^Z characters. If it is True, it stops before transmitting the first ^Z that it encounters. Generally you should leave this property set to False because the receiver might use ^Z as an end-of- protocol indicator, as Async Professional CLX does.