FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
1,050 views
in Vehicle tracking by anonymous
Hi,

The packet I received at the server end is :

00000000000004d308160000016db517736000000000000000000000000000000000000a06ef00f0005000c8024503010003422ed1430000440000011000000000000000016db516890000000000000000000000000000000000000a06ef00f0005000c8024503010003422ee1430000440000011000000000000000016db5159ea000000000000000000000000000000000000a06ef00f0005000c8024503010003422ecd430000440000011000000000000000016db514b44000000000000000000000000000000000000a06ef00f0005000c8024503010003422ed1430000440000011000000000000000016db513c9e000000000000000000000000000000000000a06ef00f0005000c8024503010003422ecf430000440000011000000000000000016db512df8000000000000000000000000000000000000a06ef00f0005000c8024503010003422ec9430000440000011000000000000000016db511f52000000000000000000000000000000000000a06ef00f0005000c8024503010003422ebe430000440000011000000000000000016db5110ac000000000000000000000000000000000000a06ef00f0005000c8024503010003422ebb430000440000011000000000000000016db510206000000000000000000000000000000000000a06ef00f0005000c8024503010003422e85430000440000011000000000000000016db50f360000000000000000000000000000000000000a06ef00f0005000c8024503010003422ed4430000440000011000000000000000016db50e4ba000000000000000000000000000000000000a06ef00f0005000c8024503010003422eda430000440000011000000000000000016db50d614000000000000000000000000000000000000a06ef00f0005000c8024503010003422ec0430000440000011000000000000000016db50c76e000000000000000000000000000000000000a06ef00f0005000c8024503010003422ed1430000440000011000000000000000016db50b8c8000000000000000000000000000000000000a06ef00f0005000c8024503010003422ed4430000440000011000000000000000016db50aa22000000000000000000000000000000000000a06ef00f0005000c8024503010003422ed4430000440000011000000000000000016db509b7c000000000000000000000000000000000000a06ef00f0005000c8024503010003422ede430000440000011000000000000000016db508cd6000000000000000000000000000000000000a06ef00f0005000c8024503010003422ecd430000440000011000000000000000016db507e30000000000000000000000000000000000000a06ef00f0005000c8024503010003422ec2430000440000011000000000000000016db506f8a000000000000000000000000000000000000a06ef00f0005000c8024503010003422ecb430000440000011000000000000000016db5060e4000000000000000000000000000000000000a06ef00f0005000c8024503010003422ecf430000440000011000000000000000016db50523e000000000000000000000000000000000000a06ef00f0005000c8024503010003422ec9430000440000011000000000000000016db504398000000000000000000000000000000000000a06ef00f0005000c8024503010003422ed143000044000001100000000000160000b18e

I first received the IMEI number and acknowledged by 0x01. It worked and send back AVL data.

AVL is acknowledged and we send back to device  '16'. But the same data is being send again and again.

Also, since there are more than once record in the packet, after the last data in the first record, does it start with time stamp again for the second record..
by

Hi

The number of records in the AVL packet is 16  (hexa) which is 22 ( decimal).

I thind you should send  : byte[] { 0, 0, 0, 22 } to the module.

Best regards

by
I have the exact same problem with a FMB130. I get Number of Data 1 = Number of Data 2 = 16.

I reply with byte[] {0, 0, 0, 16} which is 0x00000010 and the device closes the connection. Then the exact same package is sent again.

Can someone help on this issue?

2 Answers

0 votes
by anonymous

Hello, touchworldtechnology.

It's not clear what acknowledge message you sends exactly. It should contains four bytes - 0x00000016

0 votes
by
Hello,

Try to send as byte array that contains 16 and capacity is 4

new byte [] {0,0,0,16}