Author |
Message |
Topic: Uart Comm. |
siawjf
Replies: 9
Views: 9031
|
Forum: General CCS C Discussion Posted: Sun Oct 31, 2010 10:00 am Subject: Uart Comm. |
The master code
#include <16F877A.h>
#fuses PUT, HS, NOWDT, NOLVP, NOBROWNOUT
#use delay(clock=20000000)
#use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7, bits=8, parity=N, erro ... |
Topic: Uart Comm. |
siawjf
Replies: 9
Views: 9031
|
Forum: General CCS C Discussion Posted: Mon Oct 25, 2010 9:30 pm Subject: Uart Comm. |
Hi guys....I new in this....so wanna ask for help....I wanna use 2 PIC16F877A to communicate via UART Comm.....but i dunno what should include inside the code and have no idea to start it...help.... |
Topic: Communication with 2 PIC16f877a by using I2C |
siawjf
Replies: 3
Views: 8858
|
Forum: General CCS C Discussion Posted: Fri Sep 24, 2010 10:14 pm Subject: Communication with 2 PIC16f877a by using I2C |
Then, how about the master code there, what should I write inside the master code? |
Topic: Communication with 2 PIC16f877a by using I2C |
siawjf
Replies: 3
Views: 8858
|
Forum: General CCS C Discussion Posted: Thu Sep 23, 2010 1:27 am Subject: Communication with 2 PIC16f877a by using I2C |
Hi, I'm new in the I2C. I wanted to turn on a LED through 2 PIC16F877a by using I2C communication. For example, PIC(a) will send signal to PIC(b) and the PIC(b) will turn on the LED. Can anyone post s ... |
|