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 support@ccsinfo.com

keypad scanning in 1 sec.. how??? -help pls-

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



Joined: 07 Nov 2009
Posts: 2
Location: philippines

View user's profile Send private message

keypad scanning in 1 sec.. how??? -help pls-
PostPosted: Mon Jan 25, 2010 9:17 am     Reply with quote

how can i implement this?? how do i scan a keypad in just 1 minute.. pls some one help me to implement this on code.. thx
dyeatman



Joined: 06 Sep 2003
Posts: 1923
Location: Norman, OK

View user's profile Send private message

PostPosted: Mon Jan 25, 2010 9:22 am     Reply with quote

You can actually scan a keypad HUNDREDS OF TIMES PER SECOND depending on the hardware.

You need to be more specific about what kind of keypad, what PIC you are
using, the version of the CCS compiler you have and what you are trying to
do.
_________________
Google and Forum Search are some of your best tools!!!!
jhun24



Joined: 07 Nov 2009
Posts: 2
Location: philippines

View user's profile Send private message

PostPosted: Mon Jan 25, 2010 9:38 am     Reply with quote

dyeatman wrote:
You can actually scan a keypad HUNDREDS OF TIMES PER SECOND depending on the hardware.

You need to be more specific about what kind of keypad, what PIC you are
using, the version of the CCS compiler you have and what you are trying to
do.


ok... I just need to know how to implement scanning a keypad or may be a specific port in 1 minute. Lets say scankey() is the method/function of scanning. Instead of using delay_ms(1000) that makes the pic idle for a minute, I just want it to be scanning. You get what I mean?? Btw thx for the reply.

I use 4.084 v
icesynth



Joined: 03 Sep 2007
Posts: 32
Location: Edmonton, Alberta

View user's profile Send private message Visit poster's website

PostPosted: Mon Jan 25, 2010 11:09 am     Reply with quote

Think I know what you mean... You can use the Timer to generate an interrupt every second and then call your scanning routine from the interrupt.

See the CCS example files for the timer code examples.
_________________
Programming for the the real world.
--Chris Burchett
Sylver Technologies Inc.
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