Hello Vivek,
yesterday I've found that I have to use "setdigout" command in order to digital output 1 (which is connected to my pin).
If I have correcty understood, the sintax is "setdigout 0 3" where 3 corresponds to the timeout in seconds (used for the pulse duration).
So I tryed to send commands to the device (starting with simple commands) but now I'm struggling with this step. In fact, instead of receiving response to my command, I keep receiving AVL packets. The algorithm I use is the following:
1) Establish tcp connection
2) Receive IMEI number from the device
3) Send command "0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0F, 0x0C, 0x01, 0x05, 0x00, 0x00, 0x00, 0x07, 0x67, 0x65, 0x74, 0x69, 0x6E, 0x66, 0x6F, 0x01, 0x00, 0x00, 0x43, 0x12" (this is getinfo, as seen here https://wiki.teltonika-gps.com/view/Codec#Codec_for_communication_over_GPRS_messages)
4) Receive standard AVL packets instead of the response to my command
I've also tried to send 0x01 command and wait 5 seconds before sending my getinfo command, but it's still the same
Thank you in advance
Kind regards.