703
社区成员




aniSent =(AnsiString)"tpvset_Address"+" "+(AnsiString)Address+" "+"0x"
+EEPromVal1+EEPromVal2+EEPromVal3+EEPromVal4+"\r\n";
MSComm1->Output = StringToOleStr(aniSent);
Sleep(100);
void __fastcall TForm1::System_Delay_MS(DWORD dTime)
{
DWORD MK = GetTickCount();
while((GetTickCount()-MK)<=dTime)
{
Application->ProcessMessages();
Sleep(1);
}
}