Get Protocol Version

In order to get protocol version information, the host sends

GETPROTOCOL<CrLf>

The decoder responds with:

GETPROTOCOL;<CurrentVersion>;<MinSupportedVersion>;<MaxSupportedVersion>

Where

<CurrentVersion>

current protocol version this connection uses for its communication

<MinSupportedVersion>

minimal protocol version supported by this device

<MaxSupportedVersion>

maximal protocol version supported by this device

Protocol version

Available since protocol version 1.1

Example

← GETPROTOCOL<CrLf>
→ GETPROTOCOL;1.1;1.0;1.1<CrLf>