I have a teltonika FM1100 device am developing web user interface for the device PHP
device was sending data through connection using TCP am able to get data from the device like
First device send IMEI number
after that i send acknowledgment (01) to the FM100 device to start send data
then am receiving the raw data after that i parsed the received data
then again am sending no of data Element i received (ex:06) in integer as acknowledgement data to the FM1100 device.
but the FM1100 device keeps sending the same data repeatedly
am not sure am sending the correct acknowledgement data to FM1100 device or is any problem with device please help how to solve the issue