Products
Wireless - WiPOM
Wireless Modules
Cellular Modems
Cellular Gateways
Gateway Peripherals
Antennas & Accessories
Boards
Sensors
Data Plans
Microcontrollers
Microcontroller Boards
Peripherals
Peripheral Boards
USB Peripherals
Breakout Boards
Cables
Microcontroller Cables
Display Cables
D-Sub Adapters
Keypads
Displays
LCD's
LED Displays
VFD's
VFD Filters
PC Drive Bay Inserts
GX Series
OLED Displays
X-Boards
LCD Accessories
Platforms
AVR Development and Training Kits
ARM Development and Training Kits
8051 Development and Training Kits
BSCB Development and Training Kits
68XX Development and Training Kits
P18 Development and Training Kits
MSP430 Development and Training Kits
Cortex Development and Training Kits
Customize it
Development Tools
WebCatPlus Server
Micro-IDE Integrated Development System
Visual Development Tools/Support Packages
C Language Development Tools
BASIC Language Development Tools
Simulators / Debuggers
Other Tools
Web Servers
Education
MicroTrak
Teaching Platforms
Student Projects
Universities
Applications
Lectures
Sensors
Web Portal - WiPORTAL
Catalog
Engineering
Consulting
Custom Development
Project Capabilities
Advantages of BiPOM
Ultra Fast Prototyping
Industry Examples
Applications
Ordering
Methods, Terms and Payments
Price List and Availability
Sales Channels
Catalog
Support
Application Notes
Download Files
Product Registration
Report a Bug
Copyright Information
FAQ
Online Help
Forum
Company
About
People
Sales Channels
Employment
Philosophy
Contact
News
News
Newsletters
Contact
Cart is empty.
Item
Quantity
Price
Total:
$0
Home
>
GPS - NMEAP Functions
GPS - NMEAP Functions
NMEA_ClearData
-- Clear Data
NMEA_ConvertAlt
-- Return altitude data as float. Measyured in feets
NMEA_ConvertLat
-- Convert Latitude value to normal form
NMEA_ConvertLong
-- Convert Longitude value to normal form
NMEA_FormatSetPeriodCmd
-- Format command text to set period
NMEA_GetGpsData
-- Return pointer to full GPS data
NMEA_GGA_Parsing
-- Parsing GGA data. GGA Global Positioning System Fix Data. Time, Position and fix related data for a GPS receiver
NMEA_GLL_Parsing
-- Parsing GLL data. Latitude, longitude, UTC time of position fix and status.
NMEA_GSA_Parsing
-- Parsing GSA data. GSA GPS DOP and active satellites
NMEA_GSV_Parsing
-- Parsing GSV data. GSV Satellites in view
NMEA_HexStrToInt
-- Converts a string representing a decimal or hexadecimal number to an integer
NMEA_InitContext
-- Initialize parser context
NMEA_IsDataOk
-- Verification of check sum
NMEA_ParsingMessages
-- Translate message
NMEA_Process
-- process single incoming byte
NMEA_RMC_Parsing
-- Parsing RMC data. RMC Recommended Minimum Navigation Information
NMEA_VTG_Parsing
-- Parsing VTG data. Course and speed information relative to the ground.
NMEA_ZDA_Parsing
-- Parsing ZDA data. PPS timing message (synchronized to PPS)..