#include "..\lib\module.h" extern TCPREADDATA P9999; int VcomCmd7000(TCPREADDATA *p) { P9999.Socket=p->Socket; p->ReadUartChar[p->Length]=0; //add zero end VcomSendSocket(p->Socket,"Initial port 9999 ok!",21); return 1; //* any value will be accept */ }