magnetic ttl
Hi Asim,
Thanks for the datasheet url info, yes, it should be quite straight forward to interface to the parallel port, you need to set up a loop in your software that monitors the NACT signal, when this signal goes low the card is detected at the start of the read swipe, then monitor the NCLK1 clock line for a high to low transition, then read the data on DAT1 do this for as many data points as are pesent for the card you are reading (see the datasheet) or until the NACT signal goes high again. That should be quite easy using the parallel port as you suggest. It is important to use the NACT signal and the clock signal to synchronise the data. Note the data is not stored on the cards as 8-bit data on the card, so you will have to process the raw binary data when you have it read into an array with your sofftware.
Good luck
Bob.