typedef struct _frame_tp 
{
    unsigned char length;
    unsigned char type;
    unsigned char cmd;
    unsigned char node
} frame_tp;