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 15 matches
CCS Forum Index
Author Message
  Topic: PLEASE HELP: Water Level Program
zephyr2009

Replies: 6
Views: 4046

PostForum: General CCS C Discussion   Posted: Fri Sep 03, 2010 11:08 am   Subject: PLEASE HELP: Water Level Program
else if (input(SENSOR_LEVEL_3) && !input(SENSOR_LEVEL_2) && input(SENSOR_LEVEL_1)) {
water_level = 3;
}

Good day sir..

It is a great ...
  Topic: PLEASE HELP: Water Level Program
zephyr2009

Replies: 6
Views: 4046

PostForum: General CCS C Discussion   Posted: Fri Sep 03, 2010 9:14 am   Subject: PLEASE HELP: Water Level Program
water L1 L2 L3 L4
0 0 0 0 0
1 1 0 0 0
2 1 1 0 0
3 1 1 1 0
4 1 1 1 1

Thank you sir wayne for replying...
Your right sir
my truth table is ju ...
  Topic: PLEASE HELP: Water Level Program
zephyr2009

Replies: 6
Views: 4046

PostForum: General CCS C Discussion   Posted: Fri Sep 03, 2010 6:01 am   Subject: PLEASE HELP: Water Level Program
http://sphotos.ak.fbcdn.net/hphotos-ak-snc4/hs300.snc4/41331_1170984012608_1768253695_328301_2893927_n.jpg

////////////////////////////SENSOR FUNCTION////////////////////////////////////
void chec ...
  Topic: Saving cellphone numbers on PIC16f877a using keypad and lcd
zephyr2009

Replies: 7
Views: 8090

PostForum: General CCS C Discussion   Posted: Tue Aug 17, 2010 7:54 am   Subject: Saving cellphone numbers on PIC16f877a using keypad and lcd
mr. bkamen, I know that it is possible to save number on PIC16f877a,

im just a complete newbie with write_eeprom

do you threads for saving numbers what I declared on keypad and appeared on LCD. ...
  Topic: Saving cellphone numbers on PIC16f877a using keypad and lcd
zephyr2009

Replies: 7
Views: 8090

PostForum: General CCS C Discussion   Posted: Sat Aug 14, 2010 10:02 pm   Subject: Saving cellphone numbers on PIC16f877a using keypad and lcd
If the PIC you're using (which you didn't mention) has EEPROM (and some do!) built in, you can use that.

If the PIC doesn't have EEPROM, but is one of the devices with internally reprogrammable fla ...
  Topic: Saving cellphone numbers on PIC16f877a using keypad and lcd
zephyr2009

Replies: 7
Views: 8090

PostForum: General CCS C Discussion   Posted: Sat Aug 14, 2010 9:15 am   Subject: Saving cellphone numbers on PIC16f877a using keypad and lcd
I have here my driver for 3x4 keypad...

///////////////////////////////////////////////////////////////////////////
//// Flex_KBD.C ////
/// ...
  Topic: Saving cellphone numbers on PIC16f877a using keypad and lcd
zephyr2009

Replies: 7
Views: 8090

PostForum: General CCS C Discussion   Posted: Fri Aug 13, 2010 11:32 pm   Subject: Saving cellphone numbers on PIC16f877a using keypad and lcd
Could that be possible?

I have here codes for inputting number from keypad that will be outputted on LCD but I have no idea on how to save the numbers into PIC that I inputted on my keypad.

And ...
  Topic: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
zephyr2009

Replies: 9
Views: 23660

PostForum: General CCS C Discussion   Posted: Thu Aug 12, 2010 9:45 am   Subject: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
Okay sir PCM programmer,

I wanted to add another feature in which the number that I inputted on LCD should be saved on PIC?

Could that be possible?

Because my project is all about SMS Textin ...
  Topic: HELP: Verify FAILED at data address 000h
zephyr2009

Replies: 4
Views: 6685

PostForum: General CCS C Discussion   Posted: Sun Aug 08, 2010 9:07 am   Subject: HELP: Verify FAILED at data address 000h
Use PICprog with JDM programmer, ICprog will not work with it.

Im searching for PICprog software but i didnt find even one.. :(

can you kindly give me a link for PICprog? so that i can download ...
  Topic: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
zephyr2009

Replies: 9
Views: 23660

PostForum: General CCS C Discussion   Posted: Sun Aug 08, 2010 7:18 am   Subject: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
@Sir PCM Programmer, When I'm Programming the hex file that I built from your code, the ICProg says "Verify failed at address 000h!"

What does that mean?


I dont know if my programme ...
  Topic: HELP: Verify FAILED at data address 000h
zephyr2009

Replies: 4
Views: 6685

PostForum: General CCS C Discussion   Posted: Sat Aug 07, 2010 11:14 pm   Subject: HELP: Verify FAILED at data address 000h
I have my JDM Programmer and my ICProg software.

I set the settings all correctly.
I tried to change the oscillator on different oscillator options.

But it didn't work

After programming my P ...
  Topic: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
zephyr2009

Replies: 9
Views: 23660

PostForum: General CCS C Discussion   Posted: Sat Aug 07, 2010 1:23 am   Subject: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
IT WORKS PERFECT!!! Smile I change the #define assignments with my pin configurations.. I just learned that when the input in D4 to D7 becomes low and then it is its bit assignment like 5 as 0101.. Smile
...
  Topic: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
zephyr2009

Replies: 9
Views: 23660

PostForum: General CCS C Discussion   Posted: Sat Aug 07, 2010 12:38 am   Subject: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
Okay sir, Can you post your schematic diagram of your posted code? so that i will be able to understand on how your project works.. Smile Thanks a lot.. I'm trying to study those codes because I am a com ...
  Topic: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
zephyr2009

Replies: 9
Views: 23660

PostForum: General CCS C Discussion   Posted: Fri Aug 06, 2010 11:00 pm   Subject: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
Change the #define statements in those drivers so the pin connections
are the same as on your schematic.

I dont know how to change #define statements with my pin configurations because Im just a n ...
  Topic: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
zephyr2009

Replies: 9
Views: 23660

PostForum: General CCS C Discussion   Posted: Fri Aug 06, 2010 1:54 am   Subject: HELP: PIC16F877A for 3X4 Numeric Keypad and 4X20 LCD
Please Help ME:

Can you kindly give me a code for simple inputting of number from 0 - 9 that will be outputted on LCD? Kindly see the Schematic Diagram Below

I am using PIC C Compiler Provided b ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group