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

pic 16F877

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
olfa79



Joined: 15 Apr 2014
Posts: 2

View user's profile Send private message

pic 16F877
PostPosted: Wed Apr 23, 2014 12:11 pm     Reply with quote

Code:

#include<16F877.h>
#use delay(clock=4000000)

///////////////////////////////////////////////////////////////////////////
////                             KBD.C                                 ////
////                  Generic keypad scan driver                       ////



///////////////////////////////////////////////////////////////////////////
////                             LCDD.C                                ////
////                 Driver for common LCD modules                     ////
////                                                                   ////
 

comment pourrais-je verifier si les valeurs entrer au clavier sont bien sauvgarder sur un espace memoire ou non
merci

Translation:
How can I check if the values entered on the keyboard are saved in memory space or not ?
Thank you


++++++++++++++++++++++++++
CCS driver code removed.
Reason: Forum Rule #10
10. Don't post the CCS example code or drivers
http://www.ccsinfo.com/forum/viewtopic.php?t=26245

- Forum Moderator
++++++++++++++++++++++++++
asmboy



Joined: 20 Nov 2007
Posts: 2128
Location: albany ny

View user's profile Send private message AIM Address

PostPosted: Wed Apr 23, 2014 3:51 pm     Reply with quote

Quote:

How can I check if the values


How about, post detection of a key press -
use printf(); to send it to hyperterminal or some such ??
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Wed Apr 23, 2014 6:38 pm     Reply with quote

This CCS example file shows how to check the values received from
the keypad driver. Look in this directory on your PC:
Quote:
c:\program files\picc\examples\ex_lcdkb.c



This thread uses a different keypad driver. It shows how to get an 8-digit
ASCII password from a 4x3 keypad and display it on an LCD:
http://www.ccsinfo.com/forum/viewtopic.php?t=45935
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group