|
|
|
@ -1084,8 +1084,6 @@ namespace n5coredll |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (openSerialPort()) |
|
|
|
if (openSerialPort()) |
|
|
|
{ |
|
|
|
|
|
|
|
if (!isProcessingSale) |
|
|
|
|
|
|
|
{ |
|
|
|
{ |
|
|
|
String echoResult = sendInnerLinkTestRequest(); |
|
|
|
String echoResult = sendInnerLinkTestRequest(); |
|
|
|
currResultJsonStr = null; |
|
|
|
currResultJsonStr = null; |
|
|
|
@ -1095,7 +1093,6 @@ namespace n5coredll |
|
|
|
ifProcessingAbort = false; |
|
|
|
ifProcessingAbort = false; |
|
|
|
return RequestResult.createRespErrJson("requestAbort", "ABORT_RESP", ERR_STATUS_FAIL, ERR_CODE_ECHO, ERR_MSG_ECHO); |
|
|
|
return RequestResult.createRespErrJson("requestAbort", "ABORT_RESP", ERR_STATUS_FAIL, ERR_CODE_ECHO, ERR_MSG_ECHO); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
Thread.Sleep(500); |
|
|
|
Thread.Sleep(500); |
|
|
|
sendTime = 0; |
|
|
|
sendTime = 0; |
|
|
|
isSending = false; |
|
|
|
isSending = false; |
|
|
|
|