Defult
IP 192.168.1.200
Cổng 6655
typedef struct
{
uint16_t Field1;
uint16_t Field2;
uint16_t Trường3;
uint32_t Trường4;
trường float5;
float Field6;
float Field7;
float Field8;
float Field9;
trường float10;
trường float11;
} Cấu trúc1;
typedef struct
{
uint16_t Field1;
uint16_t Field2;
uint16_t Trường3;
uint16_t Trường4;
trường float5;
float Field6;
} Cấu trúc2;
typedef struct
{
uint16_t Field1;
uint16_t Field2;
uint16_t Trường3;
float Field4;
trường float5;
float Field6;
float Field7;
} Cấu trúc3;
typedef struct
{
uint16_t Trường1: 1;
uint16_t Trường2: 1;
uint16_t Trường3;
uint16_t Trường4;
int16_t Trường5;
int16_t Trường6;
int32_t Field7 [3];
int32_t Field8 [5];
float Field9;
trường float10;
float Field11 [3];
float Field12 [3];
trường kép13 [4];
trường kép14 [4];
} Cấu trúc4;