![Zoom 4575 Скачать руководство пользователя страница 44](http://html.mh-extra.com/html/zoom/4575/4575_user-manual_938148044.webp)
Using NMEA Data
If your application requires you to receive NMEA data, you must set up your application
to talk to the modem through the USB port. Your application should connect to the GPS
control port to send AT commands and the GPS Interface port to receive the NMEA data.
You can set your modem up as either
standalone GPS
or
assisted GPS
as described in
the 2 previous sections. Below is an example of NMEA data the modem will stream on
the GPS Interface port:
$GPGSA,A,2,13,15,18,20,21,,,,,,,,2.4,2.2,1.0*3A
$GNGSA,A,2,13,15,18,20,21,,,,,,,,2.4,2.2,1.0*24
$GNGSA,A,2,,,,,,,,,,,,,2.4,2.2,1.0*2A
$GPGSV,2,1,08,13,27,050,23,15,65,047,21,18,53,303,26,20,53,094,20*76
$GPGSV,2,2,08,21,63,257,17,05,05,102,,24,45,150,,29,00,202,*7A
$GPGGA,174648.0,4221.036885,N,07103.481350,W,1,05,2.2,67.0,M,-33.0,M,,*54
$GNGNS,174648.0,4221.036885,N,07103.481350,W,AN,05,2.2,67.0,-33.0,,*6F
$GPVTG,0.0,T,0.0,M,0.0,N,0.0,K,A*23
$GPRMC,174648.0,A,4221.036885,N,07103.481350,W,0.0,136.7,281215,,,A*71
For a list of NMEA commands supported by your modem please see
Positioning Data
vs NMEA Data
earlier in this chapter.
There are several commercial and open source software packages that can make
writing your application much easier. For a good list of currently available software
packages please see
https://en.wikipedia.org/wiki/NMEA_0183#Software_compatibility
.
44