Author |
Message |
Topic: new function: input_change_x |
jelodavid
Replies: 3
Views: 5644
|
Forum: General CCS C Discussion Posted: Fri Jan 15, 2010 10:50 pm Subject: new function: input_change_x |
Hello,
New version of CCS compiler has a a new function: input_change_x.
May I know how to use it? A sample program from you good guys would be a great help..Thanks! |
Topic: Pin_A4 not working reliably |
jelodavid
Replies: 5
Views: 4639
|
Forum: General CCS C Discussion Posted: Fri Sep 04, 2009 6:04 am Subject: Pin_A4 not working reliably |
Hello All,
I observed with one of my design the PIN_A4 is not working reliably...
Sometimes the system hangs-up after several days.
//MCU config---
#include <16F876A.h> ... |
Topic: Simulate a Keyboard and Send Character to PC |
jelodavid
Replies: 7
Views: 7746
|
Forum: General CCS C Discussion Posted: Tue May 19, 2009 6:15 pm Subject: Simulate a Keyboard and Send Character to PC |
Hello everybody,
I also need this code for my project. But i'm a bit confused about sending characters from PIC to PC. Maybe a sample code from you guys will help me a lot..pls |
Topic: Receive string of characters from rs232 then save to ext. |
jelodavid
Replies: 5
Views: 7260
|
Forum: General CCS C Discussion Posted: Sun Aug 17, 2008 9:10 pm Subject: Receive string of characters from rs232 then save to ext. |
Here's my simple code. But i can't see any saved result on LCD. I think i'm stuck somewere. Pls help...
#include <16F877.H>
#fuses HS,NOWDT,NOPROTECT,BROWNOUT,PUT,NOLVP
#use delay (cl ... |
Topic: Receive string of characters from rs232 then save to ext. |
jelodavid
Replies: 5
Views: 7260
|
Forum: General CCS C Discussion Posted: Sun Aug 17, 2008 7:08 am Subject: Receive string of characters from rs232 then save to ext. |
Thank you:) |
Topic: Receive string of characters from rs232 then save to ext. |
jelodavid
Replies: 5
Views: 7260
|
Forum: General CCS C Discussion Posted: Sun Aug 17, 2008 6:34 am Subject: Receive string of characters from rs232 then save to ext. |
Hello to all,
Pls give me an example program about receiving string of characters from pc to PIC via rs232 then save to ext. eeprom (24LC256) and then retrieve and display it on LCD. I'll be using ... |
Topic: Storing long string on serial EEPROM |
jelodavid
Replies: 7
Views: 15856
|
Forum: General CCS C Discussion Posted: Mon Aug 11, 2008 6:16 am Subject: Storing long string on serial EEPROM |
Thanks a lot! |
Topic: Storing long string on serial EEPROM |
jelodavid
Replies: 7
Views: 15856
|
Forum: General CCS C Discussion Posted: Fri Aug 08, 2008 11:42 pm Subject: Storing long string on serial EEPROM |
Hello! I'm PIC C newbie programmer. Could you give me an example program on Serial EEPROM (24LC08) that will store long string of text on it then can be retrieve or display on LCD. I'll be using PIC16 ... |
Topic: unused ports |
jelodavid
Replies: 2
Views: 4691
|
Forum: General CCS C Discussion Posted: Thu Jun 09, 2005 1:44 am Subject: unused ports |
hello everybody.! Any suggestion for unused ports? Shall i remain it floating or do i have to connect it to gnd? |
Topic: get_long |
jelodavid
Replies: 4
Views: 6425
|
Forum: General CCS C Discussion Posted: Thu May 12, 2005 5:34 am Subject: get_long |
thanks for the great help...! |
Topic: get_long |
jelodavid
Replies: 4
Views: 6425
|
Forum: General CCS C Discussion Posted: Wed May 11, 2005 3:24 am Subject: get_long |
hello everyone! Please help me what's wrong with my code... I always get "Undefined identifier get_long" error.
#include <16f876.h>
//#device ICD=TRUE
#fuses HS,NOLVP,NOWDT,PUT,NOPROTECT ... |
Topic: erasing eeprom content |
jelodavid
Replies: 1
Views: 4484
|
Forum: General CCS C Discussion Posted: Tue Apr 19, 2005 3:48 pm Subject: erasing eeprom content |
Hello all!
Kindly help me on how to erase eeprom content...
Here's my partial code..........// Save data to internal eeprom-----------------------------------------
void save_data()
& ... |
Topic: need eeprom sample program |
jelodavid
Replies: 6
Views: 14823
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2005 1:28 pm Subject: need eeprom sample program |
thanks for very big help!. Is there any way to save a 16 bit or 32 bit wide to internal eeprom? |
Topic: need eeprom sample program |
jelodavid
Replies: 6
Views: 14823
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2005 7:17 am Subject: need eeprom sample program |
Here's my sample program, but it doesn't work
#include <16F876.h>
#device adc=8
#use delay(clock=16000000)
#fuses NOWDT,XT, NOPUT, NOPROTECT, NOBROWNOUT, NOLVP, NOCPD, NOWRT, NODEBUG
... |
Topic: need eeprom sample program |
jelodavid
Replies: 6
Views: 14823
|
Forum: General CCS C Discussion Posted: Fri Apr 15, 2005 6:16 am Subject: need eeprom sample program |
Hello all!,
Pls. help me on how to save and retrieve contents of eeprom. A very short example for a newbie would be very helpful. I just want a very simple program, for example a counter saved to in ... |
|