Start Upload

To enable passings and status upload of the decoder, the host sends

STARTUPLOAD<CrLf>

The decoder responds with

STARTUPLOAD;<Result>[;<Error>]<CrLf>

Where:

<Result>

OK if upload was enabled successfully, ERROR otherwise.

[<Error>]

NOSIM  Connection type 2G/3G is selected but no SIM card is found.
CANCELLED User cancelled the connection attempt.
OTHER Unspecified error occurred.

Protocol version

Available since protocol version 1.9

Example

← STARTUPLOAD<CrLf>
→ STARTUPLOAD;OK<CrLf>