Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
54
Command Reference
gpsdata
Displays the current status of GPS input devices configured via gpsinput and corresponding GPS data.
This command is read-only.
Example:
cmd gpsdata displays the status of currently configured GPS input devices and GPS data obtained from
the devices
root@OpenWrt:~# cmd gpsinput 15
OK
root@OpenWrt:~# cmd gpsdata
GPS INPUT 1, CONNECTED, SELECTED
$GPGGA,212403.00,4915.3923,N,12259.8040,W,1,5,04.5,+00010,M,,M,,0000*55
$GPRMC,212403.00,A,4915.3923,N,12259.8040,W,000.0,180.0,051109,,*22
GPS INPUT 2, NOT CONNECTED
GPS INPUT 3, CONNECTED, NOT SELECTED
$GPGGA,212318.00,4915.3916,N,12259.8031,W,1,6,02.8,+00032,M,,M,,0000*50
$GPRMC,212318.00,A,4915.3916,N,12259.8031,W,000.0,000.0,051109,,*26
GPS INPUT 4, NOT CONNECTED
OK
See also: gpsinput, gpsparam
return to list of commands
gpsdelmes n x
This command is used to delete a message type (or all messages) from a GPS report.
n = 1 to 8 GPS report number
x message type to be deleted (0 to delete all messages)
Examples:
1. Delete message type #16 from GPS report #1
cmd gpsdelmes 1 16
OK
2. Delete all messages from GPS report #4
cmd gpsdelmes 4 0
OK
A cmd save is required for this command to take effect.
See also: gpsrep, gpslocport, gpsremip, gpsremport, gpsemail, gpssms