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 3 matches
CCS Forum Index
Author Message
  Topic: KeyPad problem with 16f877 PIC
sharji

Replies: 4
Views: 8201

PostForum: General CCS C Discussion   Posted: Tue Feb 15, 2011 8:01 am   Subject: KeyPad problem with 16f877 PIC
Actually, I found that the pins that are used in LCD connections is same to the pins that are used in KBD connections, so I changed the pins that are connected to the KBD as following:


//Keypad c ...
  Topic: KeyPad problem with 16f877 PIC
sharji

Replies: 4
Views: 8201

PostForum: General CCS C Discussion   Posted: Tue Feb 15, 2011 12:42 am   Subject: KeyPad problem with 16f877 PIC

//LCD connection
// These pins are for the PIC development board:
// B1 enable
// B2 rs
// B3 rw
// B4 D4
// B5 D5
// E1 D6
// E0 D7


#define LCD_DB4 PIN_D0
#define LCD_ ...
  Topic: KeyPad problem with 16f877 PIC
sharji

Replies: 4
Views: 8201

PostForum: General CCS C Discussion   Posted: Mon Feb 14, 2011 12:40 pm   Subject: KeyPad problem with 16f877 PIC
Hello

I am new at this forum so please help me.

I have a project and I have to take the value of the keypad and send the value by using rs232 or display it on LCD screen.

The problem I have i ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group