TReX User Manual v2.14 Firmware
Custom Protocol Response
This section defines the serial output from the TReX back to the user when a message has been
accepted for transmission.
Responds with up to 3 custom response fields followed by a <CR>
Supported attributes are:
CONST
(includes in the response exactly the content configured between “”).
CAP
(includes the CAP code of the transmitted message in the response).
LEVEL
(includes the beep level of the transmitted message in the response).
MSG
(includes the message payload transmitted in the response)
Example 1:
e.g. if response of SENT<CR> is desired
*CUST_RESP=1:”SENT”,CONST<CR>
*CUST_RESP=2:””,UNUSED<CR>
*CUST_RESP=3:””,UNUSED<CR>
Example 2:
e.g. if response of JX1234567<CR> is desired (where 1234567 is the CAP code of the
transmitted message and JX are the characters “JX”).
*CUST_RESP=1:”JX”,CONST<CR>
*CUST_RESP=2:””,CAP<CR>
*CUST_RESP=3:””,UNUSED<CR>
Custom Protocol Output
The custom protocol output is used to quickly format the output of any message decoded
across the air. The application for this is to allow the serial output to match an input that is
expected for a third party connected system.
© WTE Limited, 2018 – Christchurch New Zealand
Page 95 of 158