This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Interfacing CD4052 with 2 uarts in 8051

Hey all,

I am doing a project on Vehicle Tracking System using GPS and GSM Modem.The 2 devices aforementioned communicates with 8051uC. But since there is only 1 UART in 8051 i have to use a analog multiplexer i.e CD 4062. I want to know how to interface it with GPS, GSM, and 8051.

Also it would be grateful if anyone could tell me how to parse output of GPS and how initialize a GPS receiver to that it starts giving me the GPRMC

Parents
  • You haven't stated what GPS device(s) you're considering - so how can anyone give you a "sample" of how to parse the unknown data format(s) from unknown GPS device(s)?!

    Have you actually taken any time at all to study the documentation for the GPS device(s) you're considering, and thought about how you might parse whatever data format(s) it/they provide...?

    Here's a link to get you started: www.lmgtfy.com

    Similarly for the GSM device...

    Here's the general process for interfacing anything to anything else:

    www.8052.com/.../160143

Reply
  • You haven't stated what GPS device(s) you're considering - so how can anyone give you a "sample" of how to parse the unknown data format(s) from unknown GPS device(s)?!

    Have you actually taken any time at all to study the documentation for the GPS device(s) you're considering, and thought about how you might parse whatever data format(s) it/they provide...?

    Here's a link to get you started: www.lmgtfy.com

    Similarly for the GSM device...

    Here's the general process for interfacing anything to anything else:

    www.8052.com/.../160143

Children