#ifndef __MODBUS_H_V10__ #define __MODBUS_H_V10__ typedef struct tagteacher { int Num; int Age; int height; int Score1; int Score2; int Score3; }stteacher; void ModbusparsePacket(char *,unsigned char); void ModbusProcess(); #endif /* __MODBUS_H_V10__ */