Comments on: Reading Multiple Pressed Keys from Matrix Keypad using PIC Microcontroller https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/ You Inspire.....We Create..... Thu, 01 Dec 2016 05:05:00 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Ligo George https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/6534 Thu, 01 Dec 2016 05:05:00 +0000 https://electrosome.com/?p=2280#comment-6534 In reply to Farah Mansor.

If you are using Keypad, you won’t be able to connect diodes like that.

]]>
By: Farah Mansor https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/6527 Wed, 30 Nov 2016 10:31:00 +0000 https://electrosome.com/?p=2280#comment-6527 can i replace the diode n the switch with 4×4 keypad and use the same coding to simulate

]]>
By: Ligo George https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/6485 Sun, 27 Nov 2016 07:45:00 +0000 https://electrosome.com/?p=2280#comment-6485 In reply to Yoyo Hedia.

if(PORTD.Fx) is same is if(PORTD.Fx == 1)

]]>
By: Yoyo Hedia https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/6417 Fri, 14 Oct 2016 13:50:00 +0000 https://electrosome.com/?p=2280#comment-6417 Hello
I dont understand the condition of if (portd.fx)
Which x=4,5&so on
Thnx in advance

]]>
By: Yoyo Hedia https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/6416 Fri, 14 Oct 2016 13:29:00 +0000 https://electrosome.com/?p=2280#comment-6416 Hello
I don’t understand the condition of if in keyspad function if (portd.fx)
Which x is=4,5,so on.
Thnx in advance

]]>
By: Ligo George https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/6114 Thu, 02 Jun 2016 12:42:00 +0000 https://electrosome.com/?p=2280#comment-6114 In reply to A. Lahiru.

About program is not using any MikroC specific functions. So you can easily convert it to MPLAb.

]]>
By: A. Lahiru https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/6043 Thu, 21 Apr 2016 18:30:00 +0000 https://electrosome.com/?p=2280#comment-6043 Can anyone upload the MPLAB XC8 code?

]]>
By: Ligo George https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/4626 Mon, 27 Apr 2015 16:26:00 +0000 https://electrosome.com/?p=2280#comment-4626 In reply to Syed.

Complete code is published above.. you can modify it as per your application.

]]>
By: Syed https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/4519 Mon, 13 Apr 2015 08:25:00 +0000 https://electrosome.com/?p=2280#comment-4519 In reply to Ligo George.

Right, how can this be modified to just output an index of 1-16 rather than actual characters? Was looking for something more generic. Is it possible to know the main settings for the ports like TRIS etc?

]]>
By: Ligo George https://electrosome.com/reading-multiple-pressed-keys-matrix-keypad-pic-microcontroller/#comments/4515 Mon, 13 Apr 2015 05:05:00 +0000 https://electrosome.com/?p=2280#comment-4515 In reply to Syed.

You can make it .. using above two functions…
Just call the function to read keypad.. and print in on the LCD.

]]>