Harsh.Realm
Newbie level 1
turbo c++ parallel port
I need help I'm trying to interface a 4x4 keypad with a parallel port using Turbo C++.
+--+--+--+--+
| 1 | 2 | 3 | A |
+--+--+--+--+
| 4 | 5 | 6 | B |
+--+--+--+--+
| 7 | 8 | 9 | C |
+--+--+--+--+
| 0 | F | E | D |
+--+--+--+--+
I have D0-D3 (outport)connected to the rows pins 1-4 and S3-S6(inport) connected to the columns pins 5-8. Where do I go from here?
If anyone can help me out, it would be greatly appreciated.
Thanks
I need help I'm trying to interface a 4x4 keypad with a parallel port using Turbo C++.
+--+--+--+--+
| 1 | 2 | 3 | A |
+--+--+--+--+
| 4 | 5 | 6 | B |
+--+--+--+--+
| 7 | 8 | 9 | C |
+--+--+--+--+
| 0 | F | E | D |
+--+--+--+--+
I have D0-D3 (outport)connected to the rows pins 1-4 and S3-S6(inport) connected to the columns pins 5-8. Where do I go from here?
If anyone can help me out, it would be greatly appreciated.
Thanks