Page 1 of 1

GPS code for MikroC compiler for 8051

Posted: 15 Nov 2019 12:52
by hayderismael
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.

Re: GPS code for MikroC compiler for 8051

Posted: 18 Nov 2019 09:51
by filip.grujcic
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,