CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 5 matches
CCS Forum Index
Author Message
  Topic: Serial communication between two PICs
muhilazhagan

Replies: 15
Views: 27091

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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&# ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group