GPS code for MikroC compiler for 8051

mikroC, mikroBasic and mikroPascal PRO for 8-bit 8051 MCUs
Post Reply
Author
Message
hayderismael
Posts: 1
Joined: 15 Nov 2019 12:37

GPS code for MikroC compiler for 8051

#1 Post by hayderismael » 15 Nov 2019 12:52

Hello,

Would you please help in the problem below, I am trying to find a proper code to receive a signal from a GPS to 8051 Port3 Bit 0 and send it through the serial port. P3 Bit 1.

There are many examples in the forum but not comply with the MikroC compiler.

Thank you.
Attachments
Screenshot 2019-11-15 at 11.46.56.png
Screenshot 2019-11-15 at 11.46.56.png (118.97 KiB) Viewed 2460 times

User avatar
filip.grujcic
Posts: 822
Joined: 14 May 2018 08:34

Re: GPS code for MikroC compiler for 8051

#2 Post by filip.grujcic » 18 Nov 2019 09:51

Hello,

You simply need the UART library from the compiler.
Open the help file by pressing F1 and search for the UART library, there you'll be able to see the explanation of each function.

Regards,
Filip Grujcic

Post Reply

Return to “8051 PRO Compilers”