Search found 7 matches

by fyp
23 Sep 2010 15:22
Forum: mikroC General
Topic: PIC18F452 PWM problem
Replies: 0
Views: 899

PIC18F452 PWM problem

Hi, I'm currently doing my final year project. I'm using a PIC18F452 Microcontroller. I'm also using MikroC to compile the program. Currently, I want to regulate the speed of my robot vehicle. I succeeded in regulating the robot vehicle speed. But, I want to make it stop when it receive input: '0'. ...
by fyp
03 Jul 2010 05:02
Forum: mikroC PRO for PIC General
Topic: Sending Data to Lcd using UART
Replies: 9
Views: 9515

Re: Sending Data to Lcd using UART

ranko.rankovic wrote:Hello fyp,

Here is working example that sends data from RS232 to LCD using UART. I used EasyPIc6 with it's 2x16 LCD and 8MHz Crystal.

Best regards
Thanks for the reply.I tried to run the program using MPLAB to my PIC18F452 MCU but it doesn't work.
by fyp
30 Jun 2010 13:21
Forum: mikroC PRO for PIC General
Topic: Sending Data to Lcd using UART
Replies: 9
Views: 9515

Re: Sending Data to Lcd using UART

Hello fyp, As seen in example, you are using our old mikroC compiler. This sub forum is for our newer mikroC PRO compiler. Can you provide us with more info about your MCU and development system? And if you can attach your whole project to this thread, so we could see where problem lies? Best regar...
by fyp
29 Jun 2010 17:01
Forum: mikroC PRO for PIC General
Topic: Sending Data to Lcd using UART
Replies: 9
Views: 9515

Sending Data to Lcd using UART

Hi, guys. I have problems regarding sending data to LCD through RS232. But I don't know whether my code is correct. I can't make it work with my code. I'm using a mikroC compiler. When I run it, the lcd did not successfully recevied the data. My program: char *i = "NNNNN" ; void main() { TRISB = 0x0...
by fyp
24 Jun 2010 17:07
Forum: mikroC PRO for PIC General
Topic: MikroC program for rs232.
Replies: 4
Views: 5033

Re: MikroC program for rs232.

ok! Thanks alot p.erasmus!
by fyp
24 Jun 2010 15:25
Forum: mikroC PRO for PIC General
Topic: MikroC program for rs232.
Replies: 4
Views: 5033

Re: MikroC program for rs232.

Thanks alot for replying! I will try the codes that you gave. Btw, what's the hardware uart simulation interface for? I mean, can i download and use that instead of realterm? It's the same use isn't it? Thx.
by fyp
24 Jun 2010 14:05
Forum: mikroC PRO for PIC General
Topic: MikroC program for rs232.
Replies: 4
Views: 5033

MikroC program for rs232.

Hi, I'm doing a project that uses RS232 and PIC18F4520. I am using REALTERM software to communicate between the PC and PIC. But i encountered many problems particularly with the program. I followed the steps in http://extremeelectronics.co.in/microchip-pic-tutorials/rs232-communication-using-pic18f4...

Go to advanced search