Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[SOLVED] help using pic77a/proton ide

Status
Not open for further replies.

MyMelon

Member level 2
Joined
May 7, 2012
Messages
44
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,564
can you help me my ckt don't run, i don't know if the ckt connection is the problem or the codes

https://imageshack.us/photo/my-images/692/94707034.jpg/

code:

Device 16F877A
Xtal = 20
All_Digital = true
Keypad_Port PORTB
PortB_Pullups true
LCD_DTPin PORTD.4
LCD_RSPin PORTD.2
LCD_ENPin PORTD.3


Print Cls
Dim x As Byte
Dim a As Byte
loop:
x=InKey
a=LookUp x, [1,2,3,255,4,5,6,255,7,8,9,255,"*",0,"#",255,255]
Print At 1,1, "keycode:" , Dec3 x
Print At 2,1, "keylabel:" , Dec3 a
GoTo loop
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top