Link to home
Start Free TrialLog in
Avatar of domlin
domlin

asked on

Serial Communications

I have recently brought a Smart-Card Reader and with all the necessary C language programming textbook, I just don't know how to start, What I actually look forward to is to get me PC communicating with the Smart Card reader.  Subsequently, I might learn how to write a program to test, read and write Smart Card.  I woiuld appreciate if any of the experts can help.  The header of the programme should consists of the following header:

#include <stdio.h>
#include <scptsr_c.c>

Thank you ver much.
Avatar of chensu
chensu
Flag of Canada image

What operating system are you going to use?
Avatar of domlin
domlin

ASKER

I am using Window 95.
ASKER CERTIFIED SOLUTION
Avatar of pbarr013097
pbarr013097

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
If there are points in this for me I could give you a good answer !

Let me know the interface of the smartcard ...

ps. It is probably better to use the parallel port for this !
    I have done this before using the parallel port on other
    types of card readers.

gysbert1
If there are points in this for me I could give you a good answer !

Let me know the interface of the smartcard ...

ps. It is probably better to use the parallel port for this !
    I have done this before using the parallel port on other
    types of card readers.

gysbert1