Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I hawe a problem to read and write

Status
Not open for further replies.

bmwslo

Programmer
Feb 26, 2003
5
0
0
SI
I hawe a problem to read and write to "chipdrive" on COM port (chip card Towitoko). I use Clipper 5.2e Clipper tools and Funcky, but cant find any usefool functions . Allso try (read readme) iolib, but all of that is functions for modem ? Can anybody help me !
 
If we're talking about the same thing I thought Chipdrives were USB (which you are not going to find Clipper support for) and just appear as another drive letter when inserted on a Windows PC. Ian Boys
DTE Systems Ltd
 
Guess he's talking about the bank-card like readers, used for ATM's, access-control to buildings etc.

HTH
TonHu
 
I'm talking abouth Read write device, which is connected to the PC on COM port. It can read and write to the chip card with build in chip. Is anybody hawe a solution for this problem ? I'll be wery thankfool.
 
If it's serial then Clipper Tools will do it for you.
COM_OPEN, COM_INIT, maybe COM_HARD, COM_READ and COM_SEND should be all you need. Ian Boys
DTE Systems Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top