|
@@ -761,6 +761,8 @@ namespace Venus_RT.Devices
|
|
|
|
|
|
_timerQueryStatus.Start(QUERY_INTERVAL);
|
|
|
this.SendCmd(AdTecMatchMessage.START_QUERY);
|
|
|
+
|
|
|
+ //LOG.Write(eEvent.ERR_RF, Module, "Initialize done.");
|
|
|
return true;
|
|
|
}
|
|
|
|
|
@@ -870,7 +872,7 @@ namespace Venus_RT.Devices
|
|
|
{
|
|
|
// BYTE 3,4; bit 7
|
|
|
string s0 = sItem1.Substring(2 + S3_HEAD_LENGTH, 2);
|
|
|
- ushort status0 = Convert.ToUInt16(s0);
|
|
|
+ ushort status0 = Convert.ToUInt16(s0, 16);
|
|
|
byte[] a1 = BitConverter.GetBytes(status0);
|
|
|
|
|
|
BitArray ba1 = new BitArray(a1);
|