Transmission terminator / Timeout Value

 Terminator chars(s) / Read Timeout

 
When CPS Plus reads terminator character on COM port it will consider that device is signaling end of transmission and any data already in input buffer will be sand to log subsystem.
Terminator can be any integer value ranging from 0 to 255, which represents the ASCII code for the character or timeout value. 
 
When read timeout is selected as terminator, CPS Plus will wait interval between two sequential characters to exceed ‘Read Timeout’ value, and then it will be considered as an End of transmission.
 
Folloving are examples of valid terminator selections:
 
Transmission terminator - read terminator 
 
If terminator is not TIMEOUT value but some ASCII char(s), CPS Plus will wait for those characters to be received on COM port indefinantly or for timeout value. If Read Tiemout is set to 0, CPS Plus will wait indefinantly. If timeout value is greater than zero, CPS Plus will wait for terminator characters for timeout value after last read character. If no character is received after timeout interval, it will be considered as ‘end of transmission’ and any data already in input buffer will be passed to log subsystem.