|
@@ -133,8 +133,8 @@ public class GK309GpsServerHandler extends HexBinaryAcceptanceHandlerAdapter {
|
|
|
short terminalReservedWord = in.readShort();
|
|
|
byte[] reservedWorkBytes = short2Bytes(terminalReservedWord);
|
|
|
|
|
|
-
|
|
|
- in.skipBytes(length - 7 - 2);
|
|
|
+
|
|
|
+ in.skipBytes(length - 8 - 2 - 2);
|
|
|
short serNum = in.readShort();
|
|
|
byte[] serNumBytes = short2Bytes(serNum);
|
|
|
|