User Manual
www.veear.eu
44 EasyVR 3 User Manual (1.0.14)
#define STS_TOKEN 'f' // received sonicnet token <1-2>
#define STS_MESSAGE 'g' // message status <1> (0=empty, 4/8=bits format), length <2-7>
// protocol arguments are in the range 0x40 (-1) to 0x60 (+31) inclusive
#define ARG_MIN 0x40
#define ARG_MAX 0x60
#define ARG_ZERO 0x41
#define ARG_ACK 0x20 // to read more status arguments
#endif //PROTOCOL_H
A better source of information and a reference protocol implementation for the C/C++ language can be
found in the Arduino Library source.










