Page 1 of 1

GTT25 Command listing

Posted: Mon Mar 29, 2021 11:59 am
by ldcaseIII
Is there somewhere a complete listing of the GTT25 Commands and responses. The documentation appears incomplete! I have the GTT protocol and developers PDFs, but there still seems to be quite a lot missing. Specifically today im trying to set the text size of a "DYNAMIC" label at runtime.

Re: GTT25 Command listing

Posted: Tue Mar 30, 2021 11:32 am
by Raquel
Hello ldcaseIII,

Thank you for posting on the forum.
Your are right, we do not have a complete listing of GTT25 command responses. We only chose to document the most important ones.

You may please check our client library from here: https://github.com/MatrixOrbital/Matrix ... entLibrary
You will see how the replies/responses are handled.

If you are to check the library you will see that for updating a dynamic label is basically calling this function:
gtt25_baseobject_set_property_text()
You should be able to find in the library as well how this command is sent and takes care of the responses.

Hope this helps.