Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
153
Report Messages
Message format is:
$PMID,xxxxxxxxxxx,yyyyyyyyyyy*hh<CR><LF>
Where:
xxxxxxxxxxx is the modem’s unique 11 digit ESN (CDMA/EV-DO devices only) or 15-digit IMEI
(GSM/GPRS/HSPA devices only)
yyyyyyyyyyy is the modem’s ID as set by the user (maximum 15 characters)
hh is the message checksum
Example:
With CDMA/EV-DO wireless device installed, serial number is ESN:
$PMID,09604890968,09604890968*10
With GSM/GPRS/HSPA wireless device installed, serial number is IMEI:
$PMID,359475021717716,359475021717716*10
9.2 Message Type 16, $GPGLL
This is a standard NMEA message containing GPS latitude and longitude information and time.
NMEA 0183 v2.0 message format is:
$GPGLL,llll.llll,a,yyyyy.yyyy,b,hhmmss.ss,v*hh<CR><LF>
NMEA 0183 v3.0 message format is:
$GPGLL,llll.llll,a,yyyyy.yyyy,b,hhmmss.ss,v,c*hh<CR><LF>
Where:
llll.llll is the position latitude in degrees, minutes and decimal minutes
a is N(orth) or S(outh)
yyyyy.yyyy is the position longitude in degrees, minutes and decimal minutes
b is E(ast) or W(est)
hhmmss.ss is the UTC time in hours, minutes, seconds, and decimal seconds
v is the data validity flag: A = valid current data, B = valid stored data, V = invalid current data, W = invalid
stored data
c is the positioning system mode indicator (NMEA 0183 v3.0 only): A = autonomous mode, D = Differential
mode, E = Estimated (dead reckoning) mode, M = Manual input mode, S = Simulator mode, N = Data not
valid. Note: The CTM-15X internal GPS module supports autonomous mode only.
hh is the message checksum
Examples:
NMEA 0183 v2.0:
$GPGLL,4915.3927,N,12259.8049,W,223636.00,A*18