Author |
Message |
Topic: Trouble getc() ing characters with serial |
michellelicious
Replies: 16
Views: 24836
|
Forum: General CCS C Discussion Posted: Tue May 08, 2007 8:45 pm Subject: To PCM programmer |
Try a simple program below, that echoes back the characters that
you type in to the terminal window. It should work.
#include <16F876A.h>
#fuses XT,NOWDT,NOPROTECT,BROWNOUT,PUT,NOLVP
... |
Topic: Problems with reading from a serial port |
michellelicious
Replies: 10
Views: 15044
|
Forum: General CCS C Discussion Posted: Tue Apr 17, 2007 1:31 am Subject: Hello, need help here :) |
Hi , im michelle, i was wondering if ever someone can send me a schematic on what would the circuit would be to interface PIC16F877a with a PC via RS232. Which will likely involve using a MAX ... |
Topic: Sending and receiving fixed sms |
michellelicious
Replies: 9
Views: 12142
|
Forum: General CCS C Discussion Posted: Sun Apr 15, 2007 11:39 pm Subject: Sending SMS via UART |
Sending SMS via USART
Hi im Michelle Jones an ECE student Razz Hey guyz will somebody kindly send me a copy of a source code in CCS for PIC 16F877A on how to send a simple SMS in "SMS mode&quo ... |
|