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 2 matches
CCS Forum Index
Author Message
  Topic: RS232 not working
mengtashou103

Replies: 2
Views: 10331

PostForum: General CCS C Discussion   Posted: Sat Jan 27, 2018 4:25 pm   Subject: RS232 not working

#include <16f1719.h>
#include <string.h>
#use delay (clock=20M)
#use rs232 (baud=9600,xmit=PIN_C6,rcv=PIN_C7)


First a slight syntactical change:

#include <1 ...
  Topic: RS232 not working
mengtashou103

Replies: 2
Views: 10331

PostForum: General CCS C Discussion   Posted: Sat Jan 27, 2018 8:52 am   Subject: RS232 not working
Hi, I am new learner of PIC microcontroller. I am using microchip explore 8 board with PIC16f1719. I wrote a simple program try to send string through RS232 to computer but doesn't work. I have try wi ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group