search for: rbytel

Displaying 1 result from an estimated 1 matches for "rbytel".

Did you mean: rbytes
2009 Jan 26
1
ups emerson liebert GTX2 ESP-II serial protocol demo
...]; unsigned char type; /*0:measurement, 1:ascii, 2:status*/ unsigned char length; /*for ascii, how many cmds*/ unsigned char rfmt; /*unit divider for measurement, bit position for status*/ unsigned char cmd[6]; /*UPS command bytes*/ unsigned char rbyteH; /*msb result*/ unsigned char rbyteL; /*lsb result*/ unsigned char rstr[256]; /*string result from multiple commands (lenght>1)*/ time_t when; /*time of last result*/ unsigned char init; /*used to check if struct block has something valid*/ unsigned char supported; /*if this feature is supported*/ } cmd_s; //fill struc...