Hi , Have a good day .
Im setting the FMC125 gps in delimiter serial mode.
I can send the serial info to the server , everything is okay in this way.
But when I try to send an answer to the serial port I cant see the info in the serial port , however the gps responds one aknoledge message .
Message sent from server
#DO DAT=Hola Serial …
000000000000001F0C01050000001723444F204441543D486F6C612053657269616C202E2E2E010000E2C2
Ack message received from GPS: #NOT OK
000000000000000F0C010600000007234E4F54204F4B010000EF3D
But the message : “Hola Serial …” is not seen in the serial port.
What could I have to do to get the answer in the serial port gps ?
Im using delimeter mode beacuse sends to the server the latitude , longituge and timestamp including the serial information , so I can know where and when one event happened in an external device (people counter), connected to the gps using the serial port.
When I received this info , I need to send to the counter, from the server, a received message and other kinds of messages like settings , but as I explained with delimiter mode the serial info coming from the server is not got it .
How can add to TCP link mode the coords or How can send serial info from server using delimiter mode ?