Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

receiving GPS data using z8's get_data API

Status
Not open for further replies.

iwanttolearn

New Member
i used zilog microcon.
the output of a GPS receiver is a string of about 60+ characters.
the gps is connected via uart0.
ive read in an application note that i can use the get_data API to pass and process the said string in a z8 microcon via the get_data api. the problem is i have no idea how. ive tried doing something like

Code:
char gpsdata[80];
gpsdata = get_data();

but am still not successful. any help is appreciated. thanks
 
Last edited:
That's your entire program?

Have you done anything with this microcontroller at all before? If that's your entire program, you need to start from square one and study up on the C language. Start with the sample programs. Light an LED.
 
Status
Not open for further replies.

Latest threads

Back
Top