User guide
Chapter 5 - PASHA
56 Version 1.7.2.0 March 27, 2015
//* mUnlistedUid: Unlisted User ID error. Response indicating the fUid
specified in the mSetValue or mGetValue does not match any control aliases
in the currently running project. */
struct mUnlistedUid {
fType type = cUNLISTEDUID;
fUid id;
fEom eom;
};
/* mNotReady: Not Ready. This means that there is no project currently
compiled and running in MediaMatrix. */
struct mNotReady {
fType type = cNOTREADY;
fEom eom;
};
/* mFail: Something Has Failed. This is sent in response to serial port
errors, communication time-outs, and other internal errors not covered
directly. */
struct mFail {
fType type = cFAIL;
fEom eom;
};
Message structures quick chart
Message Name
Message Fields
Type
Alphanumeric
UID
Hex value
End of
message
Style
Set value
S
XXX
XX
.
Request
Get value
G
XXX
.
Request
Value
V
XXX
XX
.
Response
Not ready
R
.
Response
Unlisted UID
U
XXX
.
Response
Fail
X
.
Response
Nak
?
Response