Hello ,
I have problems with my MC7304 GPS - and I saw that I forgot to open the gps option in the AT command
is there any way to do it from far?
and also to know if the command has pass?
because I try to do this:
:global counter 0;
:global command1 "AT!GPSAUTOSTART=1,1,180,50,1"
\/interface ppp-client info 0 user-command=$command1 do={
:set counter ($counter+1);
:if ($counter=5) do={/quit}}
but I don’t know if its working or not
any thoughts?
(the problem is that the MC7304 use info and data channel in the same channel = 2)