Hello All,
I am working on a project(3.5) where i need to perform some operations with button Pressed of foot switch,
I am using SerialPort to Connect to the foot switch and capturing output from pinchanged event,
there are two buttons on my foot pedal, When right button is pressed my code works fine and
pinchanged event get fired But Its not working when Left button is pressed.
Please Help me, I am stuck here from two days.

VulpesPosted Mar 14, 2014, 3:10 PM
Failing that, I'd wait for the author of the article to reply in case he has any more ideas.
Nihal AhmedPosted Mar 14, 2014, 7:14 AM
Please help me, i Spoke to the author of the post you advised but no reply. Please help.
VulpesPosted Mar 13, 2014, 7:57 PM
If it's not firing at all, then it may be a problem with the foot switch itself.
Otherwise, it may be that the PinChanged event is firing not once but two or more times.
I'd check out this article where the author has given up on the PinChanged event and is instead using timers to monitor the state of the pins:
http://www.codeproject.com/Articles/63849/Serial-Foot-Pedal-Device-Server