<< Click to Display Table of Contents > 

Flash Control Interface Manual > FCI Communication > Commands to/from USC-Card > From USC-3

From USC-3
Previous pageReturn to chapter overviewNext page

The USC-3 sends data only after it was requested by a command. The general return data format of the USC-3 is a follows:

<ErrorCode>:<Par1> <Par2> .. <ParN><CR>

<ErrorCode> are described in section Error Codes.

<Par1> to <ParN> are parameters 1 to N. The number of parameters depends on the used FCI command and parameters.

Examples:

Send

JN 1<CR>

Select job number 1

Return

0:<CR>

Returns the error code '0' (Success)

Send

JN<CR>

Get current selected job.

Return

0:1<CR>

Returns the error code '0' (Success) and the current selected job which is the job '1'.