Author |
Message |
Topic: Program MCP250XX |
Joris H
Replies: 1
Views: 27519
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sat Jan 30, 2010 8:54 am Subject: Program MCP250XX |
I am using the schematics of FAQ "How do you program the MCP25050 chip..."
http://www.ccsinfo.com/faq.php?page=mcp250xx
Here ICD connector 4 (DATA) goes to Pin 8 and ICD connector 5
(CLOC ... |
Topic: Can-bus new |
Joris H
Replies: 1
Views: 3164
|
Forum: General CCS C Discussion Posted: Mon Jan 25, 2010 3:20 pm Subject: Can-bus new |
Where can I find more information on Can-Bus for an industrial diesel
engine ? I would like to make a controller for. |
Topic: ICD-U40 problem?? |
Joris H
Replies: 4
Views: 33947
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sat Mar 14, 2009 9:48 am Subject: ICD-U40 problem?? |
Problem solved for me. CCS mailed me an other small program. |
Topic: ICD-U40 problem?? |
Joris H
Replies: 4
Views: 33947
|
Forum: CCS ICD / Mach X / Load-n-Go Posted: Sun Feb 22, 2009 1:15 pm Subject: ICD-U40 problem?? |
I am using CCS 4.071 and a ICD-U40.
I want to program a PIC 18F8720.
I can program and run it in the debug mode.
But I can not program the PIC alone.
I get the error message " ICD-S interface ... |
Topic: ICD-U40 |
Joris H
Replies: 0
Views: 2594
|
Forum: General CCS C Discussion Posted: Sun Feb 15, 2009 10:45 am Subject: ICD-U40 |
I am using CCS 4.071 and a ICD-U40.
I want to program a PIC 18F8720.
I can program and run it in the debug mode.
But I can not program alone.
I get the error message " ICD-S interface Program ... |
Topic: ICD-S40 |
Joris H
Replies: 0
Views: 2396
|
Forum: General CCS C Discussion Posted: Sat Feb 14, 2009 7:57 am Subject: ICD-S40 |
I get always the error message " could not connect: could not setup COMM buffer"
what do I do wrong? or what setting is not right?
thanks |
Topic: What do I do wong? |
Joris H
Replies: 1
Views: 4284
|
Forum: General CCS C Discussion Posted: Sat Feb 04, 2006 9:02 am Subject: What do I do wong? |
Recently I upgraded the compiller from 3.202 to 3.242.
now I get different error's when I compill my program
I am stuck with this:
Function defined in .h : void Change_GETAL(int val,int max,int c); ... |
Topic: Delay_ms and PIC12C671 |
Joris H
Replies: 4
Views: 14129
|
Forum: General CCS C Discussion Posted: Mon Apr 19, 2004 6:31 pm Subject: Delay_ms and PIC12C671 |
Hello,
I put the delay time in the code as proposed and changed the "for" conditions.
It didn't make a difference. Were I am the most confused with is the second delay_ms(2000). As soon as I enter t ... |
Topic: Delay_ms and PIC12C671 |
Joris H
Replies: 4
Views: 14129
|
Forum: General CCS C Discussion Posted: Sun Apr 18, 2004 6:50 pm Subject: Delay_ms and PIC12C671 |
Hi,
In the following code it seams the the delay_ms is not working. Any Idea what I am overlooking here?
thanks
Joris H.
h.file:
include <12C671.h>
#device PIC12C671 ADC=8
#fuses NOWDT ... |
Topic: Communication problem RS232 |
Joris H
Replies: 4
Views: 15216
|
Forum: General CCS C Discussion Posted: Mon Jan 26, 2004 8:56 pm Subject: Communication problem RS232 |
Thanks for the Help.
I made a null modem cable with loop back handshaking with no good results.
Then I made a 3 wire null modem cable(RX,TX and ground) with this cable I can send instructions from t ... |
Topic: Communication problem RS232 |
Joris H
Replies: 4
Views: 15216
|
Forum: General CCS C Discussion Posted: Sun Jan 25, 2004 8:17 am Subject: Communication problem RS232 |
When I connect the PIC(16F877) via RS232 to my PC and using HyperTerninal everting works fine.
When I connect the modem to the PC and also using HyperTerminal all At-Commands work fine.
When I conne ... |
Topic: Programing problem |
Joris H
Replies: 1
Views: 12978
|
Forum: General CCS C Discussion Posted: Sun Dec 21, 2003 10:01 am Subject: Programing problem |
When I wont to program a PIC after I compiled the project. I get all the time an error message "Invalid processor detected in project or MPLAB.INI file" when I go to MPLAB.
Even when I wont to progra ... |
Topic: RS232-PIC is locking up |
Joris H
Replies: 4
Views: 6955
|
Forum: General CCS C Discussion Posted: Sun Sep 28, 2003 11:49 am Subject: RS232 |
Thanks for the help
I reworked a bit the sample code send by Humberto
For your info here the code for the interrupt
RDA_isr() {
int len;
char c;
do{
c=getc();
if(c== ... |
Topic: RS232-PIC is locking up |
Joris H
Replies: 4
Views: 6955
|
Forum: General CCS C Discussion Posted: Wed Sep 24, 2003 8:22 pm Subject: RS232-PIC is locking up |
Hi,
In my project I use a PIC16f877-20/P. I try to communicate with a GSM-module. When I run the code then the LCD display: -AT+CMGR= xxx
(this is code that I send) after that the PIC is locking up ... |
|