Link to home
Start Free TrialLog in
Avatar of Stef Merlijn
Stef MerlijnFlag for Netherlands

asked on

How to listen if com-port is sending data?

Hi,

I want to implement a magnetic cardreader. The cardreader is connected to a comport.
How can I listen within my application if any data is through the com-port (send by the cardreader).
And how to limit the comports that are checked? (only one comport will be used).

After I captured the sending of data the application must be started and the numeric value that is send, must be saved/stored for later processing (searching in a database).

Please supply me with an example.

Regards,
Stef
ASKER CERTIFIED SOLUTION
Avatar of huferry
huferry
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Stef Merlijn

ASKER

Thank you Ferry.
I'll keep looking for other solutions.