Is it possible to set up an app to detect a serial communication event like for instance the swiping of a magnetic stripe reader? So that your app senses a scan and acts accordingly?
Not really. We have an app that does exactly this, the way we have implemented them it is to have an ActiveX.dll open a form (not visible) with a timer contorl that checks com1 using the MSCOM Control for a value from the card reader.. it then (on finding one) validates the data and raises an event to the main app once a good valid read has been detected...
Hey sorry about the answer.. I thought I was in the normal VB forum.. (need to look better) the above answer might not be valid for .Net, but the approach might still work if there is no direct method..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.