Author |
Message |
Topic: No RS232 data from PIC16F1827 |
AJEFenConsultancy
Replies: 13
Views: 32559
|
Forum: General CCS C Discussion Posted: Thu Apr 21, 2011 5:08 am Subject: No RS232 data from PIC16F1827 |
After a bit of haggling, I managed to get CCS to upgrade my compiler. So my problems are now resolved |
Topic: No RS232 data from PIC16F1827 |
AJEFenConsultancy
Replies: 13
Views: 32559
|
Forum: General CCS C Discussion Posted: Tue Apr 19, 2011 4:14 am Subject: No RS232 data from PIC16F1827 |
Hi PCM programmer.
Thank you for your reply.
I did submit a reply yesterday, but it didn't get posted for some reason? It's not the first time I've had a post disappear into oblivion ... |
Topic: No RS232 data from PIC16F1827 |
AJEFenConsultancy
Replies: 13
Views: 32559
|
Forum: General CCS C Discussion Posted: Mon Apr 18, 2011 5:06 am Subject: No RS232 data from PIC16F1827 |
Thanks for the suggestions.
I realised the mistake I made with fputc(); the code now reads:
#include <16F1827.h>
#include <stdio.h>
#fuses INTRC_IO, NOWDT, BROWNOUT, NOMCLR
#u ... |
Topic: No RS232 data from PIC16F1827 |
AJEFenConsultancy
Replies: 13
Views: 32559
|
Forum: General CCS C Discussion Posted: Sun Apr 17, 2011 2:28 pm Subject: No RS232 data from PIC16F1827 |
Hi guys,
thank you for your replies.
I have modified my code so that it now reads:
#include <16F1827.h>
#include <stdio.h>
#fuses INTRC_IO, NOWDT, BROWNOUT, NOMCLR
#use del ... |
Topic: No RS232 data from PIC16F1827 |
AJEFenConsultancy
Replies: 13
Views: 32559
|
Forum: General CCS C Discussion Posted: Sat Apr 16, 2011 5:12 am Subject: No RS232 data from PIC16F1827 |
Hi,
Having resolved an issue with my micro not running, I have moved on to using RS232 comms. I have written the following test code:
#include <16F1827.h>
#include <stdio.h>
... |
Topic: PIC 16F1827 not running |
AJEFenConsultancy
Replies: 10
Views: 14562
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2011 7:42 am Subject: PIC 16F1827 not running |
Hi Ttelmah,
Thank you for your help.
My code is up and running now
Andrew |
Topic: PIC 16F1827 not running |
AJEFenConsultancy
Replies: 10
Views: 14562
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2011 3:14 am Subject: PIC 16F1827 not running |
Hi,
Thank you for your replies.
The version of the compiler I'm using is 4.108.
I have tried changing the build from "Debug" to "Release", but that hasn't helped, I have a ... |
Topic: PIC 16F1827 not running |
AJEFenConsultancy
Replies: 10
Views: 14562
|
Forum: General CCS C Discussion Posted: Thu Apr 14, 2011 10:46 am Subject: PIC 16F1827 not running |
Hi guys,
thank you very much for your replies.
Unfortunately I'm no further forward.
My code now reads:
// main.c
// Set up the processor
#include <16F1827.h>
#fuses INTRC_IO,P ... |
Topic: PIC 16F1827 not running |
AJEFenConsultancy
Replies: 10
Views: 14562
|
Forum: General CCS C Discussion Posted: Thu Apr 14, 2011 7:09 am Subject: PIC 16F1827 not running |
I forgot to add that I haves ensured that /MCLR is pulled high with a 1k resistor. |
Topic: PIC 16F1827 not running |
AJEFenConsultancy
Replies: 10
Views: 14562
|
Forum: General CCS C Discussion Posted: Thu Apr 14, 2011 7:07 am Subject: PIC 16F1827 not running |
Hi,
I am working on a project using a PIC 16F1827, using it's internal oscillator
running at 8MHz. I can download firmware into the micro and verify that the code
has successfully been programmed ... |
Topic: Code not running on PIC16F88 when pic kit 3 is disconnected |
AJEFenConsultancy
Replies: 0
Views: 22808
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Thu Sep 09, 2010 4:10 am Subject: Code not running on PIC16F88 when pic kit 3 is disconnected |
Hi,
I have a project where I have a PIC16F88 to communicate with a PC via RS232, and control a relay, and read an ADC. When I have the PIC kit 3 interface connected to my board and MPLAB is communi ... |
|