typedef struct
{
  int baudrate;
  int usernumber;
  char username[31];
  char doing[18];
  char fill[7];
} user_info;
