I am trying to figure out how I can hack into a keypad to simulate keypresses. I do testing on an assembly that requires me to press a series of buttons and wait for a response from the device. After there would be another sequence of button presses. so on and so on till the unit has gone through all its tests. So I would like to create something that had multiple buttons so I could press on button to initiate one sequence then additional buttons to perform the remaining sequences. all in total I would say no more that 5 buttons would be needed. for different sequences. The Keypad that I am controlling has LEDs on it as well so it would be nice to be able to monitor those as well and have it show a pass fail display. But that could be for the future rev. I'm mainly concerned on just eliminating the thousands of button pushes that I will have to do. Initially I was thinking that I could have an Arduino send out info to trigger a set of 595 chips (to eliminate the overuse of output pins) to some 4066 chips. which would make the connections that simulate the keypresses. Is this the right direction and if so could someone help me with the code? I am very new at this and could use some guidance.
Thank you for you time and consideration,
Ken Johnson