|
@@ -113,7 +113,8 @@ int SendRequest(int uart, unsigned char* cmd, int length)
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
+ tcflush(uart, TCIOFLUSH);
|
|
|
+ sleep(1);
|
|
|
while(1)
|
|
|
{
|
|
|
Rtn=write(uart, SendBuffer+TotalRtn, len-TotalRtn);
|
|
@@ -150,7 +151,7 @@ int SendRequest(int uart, unsigned char* cmd, int length)
|
|
|
else
|
|
|
{
|
|
|
DEBUG_INFO_1("SendRequest: not recv ACKACK(%x, %x)\n", SendBuffer[0],SendBuffer[1]);
|
|
|
- read(uart, SendBuffer, RequestLength);
|
|
|
+
|
|
|
return -1;
|
|
|
}
|
|
|
}
|