This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keypad problem

I use ATMEL 89c51 microcontroller with keypad 4x4.
My problems is that my 1st row contain 1 2 3 A
it display 1 2 3 A for every row
i checked the code on proteus8 its working fine
and also on 8051 kit its working fine.
but on my PCB its showing 1 2 3 A for every row
in column wise under 1 all are 1 and under 2 all are 2 and so on.
I checked the PCB by interfacing the PCB with 8051 kit's keypad and it worked and then i connected my keypad to the alternate port of 8051 kit it is working well.
but when i connect my keypad directly to the PCB it shows the problem again.What is the solution for it?
<\b>

Parents
  • The solution is obviously to press a button and with the button pressed verify the state of all signals to see where you goofed with your own hardware. The word debugging was introduced because there was a need for a word to describe the process of figuring out why things doesn't work as expected.

    Sometimes people think their posts needs to be written in bold or italic or formatted as code - what is the solution to that?

Reply
  • The solution is obviously to press a button and with the button pressed verify the state of all signals to see where you goofed with your own hardware. The word debugging was introduced because there was a need for a word to describe the process of figuring out why things doesn't work as expected.

    Sometimes people think their posts needs to be written in bold or italic or formatted as code - what is the solution to that?

Children