Author |
Message |
Topic: Serial communication between two PICs |
muhilazhagan
Replies: 15
Views: 27091
|
Forum: General CCS C Discussion Posted: Tue Oct 13, 2015 11:33 pm Subject: Serial communication between two PICs |
finally done thankyou so much for ur time.
i had the problem with my hardware
thanks once again |
Topic: Serial communication between two PICs |
muhilazhagan
Replies: 15
Views: 27091
|
Forum: General CCS C Discussion Posted: Tue Oct 13, 2015 6:45 am Subject: Serial communication between two PICs |
all those things are done and my pic interfaced with rtc is displaying time in lcd so no problem with pic. |
Topic: Serial communication between two PICs |
muhilazhagan
Replies: 15
Views: 27091
|
Forum: General CCS C Discussion Posted: Tue Oct 13, 2015 1:30 am Subject: Serial communication between two PICs |
thanks guys i modified the program still i couldnt get any output
#include <16f877a.h>
#fuses HS,NOLVP,NOWDT
#use delay(clock=20000000)
#use rs232(baud=9600,parity=N,xmit= ... |
Topic: Serial communication between two PICs |
muhilazhagan
Replies: 15
Views: 27091
|
Forum: General CCS C Discussion Posted: Tue Oct 13, 2015 1:30 am Subject: Serial communication between two PICs |
thanks guys i modified the program still i couldnt get any output
#include <16f877a.h>
#fuses HS,NOLVP,NOWDT
#use delay(clock=20000000)
#use rs232(baud=9600,parity=N,xmit=PIN_C6,rcv=PIN ... |
Topic: Serial communication between two PICs |
muhilazhagan
Replies: 15
Views: 27091
|
Forum: General CCS C Discussion Posted: Mon Oct 12, 2015 5:52 am Subject: Serial communication between two PICs |
I couldn't establish serial communication between two pic microcontrolllers.
This is my code for transmitter.
#include <16f877a.h>
#fuses HS,NOLVP,NOWDT
#use delay(clock=20000000 ... |
|