Question Serial port?

miko0909

New member
Joined
Aug 6, 2009
Messages
1
Programming Experience
Beginner
I have a smart card reader/writer hooked up to my serial port. i've already coded the program to give access to the serial port. How would I go about getting my Card Reader/writer recognized in my program. I basically want to click the "read button" and whatever is on the current smart card im trying to read, pop up on the screen. anyone know how i go about doing that?
 
Hello.

If you have a serial card reader, then try to grab information/documentation about it. Especially how to receive such information. SerialPort communication is based upon cleartext messages or sending of certain control bytes (or both :/ ), so you'll have to get some documentation on WHAT to send to receive some information from the device.

Bobby
 
Back
Top