Author |
Message |
Topic: USART PIC16F873 |
ocnarf
Replies: 6
Views: 11749
|
Forum: General CCS C Discussion Posted: Wed Jul 31, 2013 5:04 pm Subject: USART PIC16F873 |
Now its working. The problem was the LCD in the transmitter program. Physically I didn't put the LCD and the PIC crashed.
Thanks everyone. |
Topic: USART PIC16F873 |
ocnarf
Replies: 6
Views: 11749
|
Forum: General CCS C Discussion Posted: Sun Jul 28, 2013 8:17 pm Subject: USART PIC16F873 |
Hi Temtronic,
1) The LCD works well, I can read:
"Recibiendo=0"
But the number doesnt increase. The simulation does increase.
2) I really dont know why the line:
bit_clear(TRISA,0) ... |
Topic: USART PIC16F873 |
ocnarf
Replies: 6
Views: 11749
|
Forum: General CCS C Discussion Posted: Sun Jul 28, 2013 6:29 pm Subject: USART PIC16F873 |
I want to communicate two pics using USART. The code is quite simple but it doesn't work. I think the problem is in the configuration.
The receiver PIC should show in a LCD.
The simulation works per ... |
|