<< Click to Display Table of Contents > From USC-2 |
![]() ![]() ![]() |
The USC-2 usually sends data only after it was requested by a command. The general return data format of the USC-2 is a follows:
<ErrorCode><Delimiter>[<Par1><Space><Par2><Space>….<ParN> ] <END>
<ErrorCode> is an ASCII based error code as described in section"Error Codes".
<Delimiter> is the character ":" ASCII (0x3A).
<Space> are 1 or more ASCII characters ASCII (0x20).
<Par1> to <ParN> are ASCII based parameters 1 to N. The number of parameters depends on the request.
<END> are theend of return control characters, which depend on the interface and the communication mode.
Examples:
Send |
JN 1<END> |
---|---|
Return |
0:<END> The job 1 was successfully selected which is indicated by error code 0. |
Send |
JN<END> |
Return |
0:1<END> Returns the error code '0' (Success) and the current selected job which is the job 1. |
Welcome message:
After the Telnet connection has been established, the USC-2 sends a welcome message: Welcome to InterNiche Telnet Server 1.0<CR><LF>Please type ? or help for more information.<CR><LF><CR><LF>INET>
This welcome message cannot be deactivated.