Search found 65 matches

by Eng_Bandar
30 Aug 2010 21:34
Forum: mikroC PRO for PIC General
Topic: Help in USART Terminal, MikroC and Proteus
Replies: 19
Views: 22469

Re: Help in USART Terminal, MikroC and Proteus

@zan

Thank you so much. I can't describe my feeling for you.
Thank you zan again and agian and agian.

I don't put Virtual Baud Rate for RS232 9600 it was 4800, O my god for this mistake.

You gave me hope to complete my project.
by Eng_Bandar
30 Aug 2010 07:53
Forum: mikroC PRO for PIC General
Topic: Help in USART Terminal, MikroC and Proteus
Replies: 19
Views: 22469

Re: Help in USART Terminal, MikroC and Proteus

Thank you guys so much for your helping @zan I tried your circuit agian, it is work with me perfectly. My problem was that sending data from USART Terminal but now I tried to send data from Virtual Terminal from Proteus as you siad. I forgot to tell you that I use Virtual Serial Port Driver as you ...
by Eng_Bandar
28 Aug 2010 17:45
Forum: mikroC PRO for PIC General
Topic: Help in USART Terminal, MikroC and Proteus
Replies: 19
Views: 22469

Re: Help in USART Terminal, MikroC and Proteus

This code says if you send 'a' or any data from PC to PIC, PIC will send same data from PIC to PC. Please, don't forget that you are working in Proteus, so if you send 'a' from virtual terminal to PIC, the PIC will return 'a' to virtual terminal. I send data from USART Terminal in MikroC Pro to PIC...
by Eng_Bandar
28 Aug 2010 12:47
Forum: mikroC PRO for PIC General
Topic: Help in USART Terminal, MikroC and Proteus
Replies: 19
Views: 22469

Re: Help in USART Terminal, MikroC and Proteus

zan wrote:Try this

I tried it but nothing happened. Also How you want PIC send data without COM ? in your connection no sender and no reciever. This code says if you send 'a' or any data from PC to PIC, PIC will send same data from PIC to PC.
by Eng_Bandar
28 Aug 2010 07:45
Forum: mikroC PRO for PIC General
Topic: Help in USART Terminal, MikroC and Proteus
Replies: 19
Views: 22469

Re: Help in USART Terminal, MikroC and Proteus

You should work with Vurtual Terminal or Compim component. You can not use both of them like you did. Also, TX pin from PIC, need to be connected with RXD pin, and RX pin to TXD pin. Thank you zan for your reply if I connnect TX pin from PIC to RXD not work (I don't no why?) I searched in web about...
by Eng_Bandar
28 Aug 2010 05:56
Forum: mikroC PRO for PIC General
Topic: Help in USART Terminal, MikroC and Proteus
Replies: 19
Views: 22469

Help in USART Terminal, MikroC and Proteus

Hello for all, I want send data (letters or numbers) by USART Terminal tool in MikroC Pro This is my code ( example from help file in MikroC Pro ) char uart_rd; void main() { ANSEL = 0; // Configure AN pins as digital ANSELH = 0; UART1_Init(9600); // Initialize UART module at 9600 bps Delay_ms(100)...
by Eng_Bandar
23 Aug 2010 03:45
Forum: mikroC PRO for PIC General
Topic: Help me please in my porject(Matlab,Proteus,MikroC Pro)
Replies: 5
Views: 2581

Re: Help me please in my porject(Matlab,Proteus,MikroC Pro)

Hello Eng_Bandar, I think the problem could be in port assignement, I mean, you configured COM2 port in ISIS, then you configured COM1 in MATLAB, and I suppose both programs are going to send data via the same physical port right?, am I right? No, I think problem not from that because must find sen...
by Eng_Bandar
22 Aug 2010 23:44
Forum: mikroC PRO for PIC General
Topic: Help me please in my porject(Matlab,Proteus,MikroC Pro)
Replies: 5
Views: 2581

Re: Help me please in my porject(Matlab,Proteus,MikroC Pro)

Hello braus,

Thank you braus for your helping.

the problem not solved.

Did you see the video ?
by Eng_Bandar
22 Aug 2010 03:01
Forum: mikroC PRO for PIC General
Topic: Help me please in my porject(Matlab,Proteus,MikroC Pro)
Replies: 5
Views: 2581

Help me please in my porject(Matlab,Proteus,MikroC Pro)

Hi all, I work now in a project contains Matlab, Porteus, MikroC Pro and Virtual Serial Port Driver. My project if I send 'g' letter to PIC 16F877 LED will be turn on. Unfortunately LED not work. I don't know where is the problem. MikroC Pro Code char data_1; void main() { trisd=0; // all portb are ...
by Eng_Bandar
06 Aug 2010 15:26
Forum: mikroC PRO for PIC General
Topic: Help me in this code
Replies: 2
Views: 1262

Re: Help me in this code

^^^^^^^^^
Thank you for your helping
by Eng_Bandar
05 Aug 2010 20:09
Forum: mikroC PRO for PIC General
Topic: Help me in this code
Replies: 2
Views: 1262

Help me in this code

my project if I send letter G from computer to pic led will on and this is my code char data; void main() { trisb=0; // all portb are output UART1_Init(9600); // speed is 9600 while(1) { if(UART1_Data_Ready()==1) { // when receiving data data = UART1_Read(); // read data and store it in variable if(...
by Eng_Bandar
28 Jul 2010 20:54
Forum: mikroC General
Topic: What is difference between MikroC and MikroC Pro ?
Replies: 4
Views: 3235

What is difference between MikroC and MikroC Pro ?

Hi all,
Can anyone explain to me the following
What is difference between MikroC compiler and MikroC Pro compiler?
by Eng_Bandar
05 Jun 2010 05:40
Forum: mikroC General
Topic: help please in this code
Replies: 6
Views: 3066

Re: help please in this code

Thank basicbasic111 & Sobrietytest for your helping
Thank you so much


the project executed

Go to advanced search