Specifications

Table Of Contents
Communications with SkyeTek Protocol v2
50 SkyePlus™ MXH and MXU Multiplexer Reference Guide
Copyright 2008 SkyeTek, Inc. All Rights Reserved. Version 080715
The following examples show ASCII-mode request and response errors. In the
next example, the response data (0x00) indicates the reader does not detect a
multiplexer.
(For Multiplexer system parameter)
Command = Read System Parameter
Mandatory Flags = (none)
Start Flags Command Starting Block Number of Blocks CRC End
<CR> 0x20 0x22 0x09 0x01 0xFF41 <CR>
Request: (ASCII mode):
Response
Start Response Data (Error Code) CRC End
<LF> 0x22 0x00 75B5 <CR><LF>
:(ASCII mode):
In the following example, the request attempts to set the multiplexer port to 10
(out of bounds). The response code indicates a Write System Parameter fail.
(For Multiplexer system parameter)
Command = Write System Parameter
Mandatory Flags = (none)=
Start Flag Command Starting Block Number of Blocks Data CRC End
<CR> 0x20 0x42 0x09 0x01 0x10 0xDA17 <CR>
Request: (ASCII mode):
Start Response CRC End
<LF> 0xC2 0xE51E <CR><LF>
Response: (ASCII mode)