Main Page | Report this Page
 
   
Science Forum Index  »  Electronics - Misc Forum  »  Card reader
Page 1 of 1    
Author Message
Guest
Posted: Sat Mar 10, 2007 8:45 am
Hello to all.

I'd like to ask your help about a card readr I recently found in my
garage...let me say that I'm not an expert in electronics: I'm able to
solder but I don't have a great experience in building circuits.

I found a magstripe card reader: it is a Magtek 210450002. It has 5
wires coming out from him (got from docs at
http://www.magtek.com/documentation/public/99831083-5.02.pdf)

1 VCC
2 GRND
3 DATA
4 STROBE
5 CLOCK/CARD PRESENT

I was wondering if it would be possible to connect it to a DB9 serial
port (to connect it to a PC). I found several projects around to
connect it to a DB15 game port, but nothing for the serial port.
May be this is telling me that this is not possible....but I have here
also a MAX232 connector...may be that the connection with this will
allow this serial connection?
My MAX232 has 6 pins:

1 VCC
2 GRND
3 Rx
4 Tx
5 RTDS
6 CTDT

I have two questions:
- do you think it is possible to connect this magtek to a serial port?
- if so, which pin should I connect between card reader and MAX232? It
is easy for VCC, GRND and DATA, but I have no idea about the
others....

Thanks to all of you.

Regards,
Clip
Terran Melconian
Posted: Sat Mar 10, 2007 8:28 pm
Guest
On 2007-03-10, b38911@yahoo.com <b38911@yahoo.com> wrote:
Quote:
Hello to all.

I'd like to ask your help about a card readr I recently found in my
garage...let me say that I'm not an expert in electronics: I'm able to
solder but I don't have a great experience in building circuits.

I found a magstripe card reader: it is a Magtek 210450002. It has 5
wires coming out from him (got from docs at
http://www.magtek.com/documentation/public/99831083-5.02.pdf)

1 VCC
2 GRND
3 DATA
4 STROBE
5 CLOCK/CARD PRESENT

The format of this data is unsuitable for connection to the serial port
in what you think of as the standard fashion.

Strobe is a clock; on either the rising or falling edge (I forget which
it is in the Magtek parts), you sample "data"; if it's low, you have a
0; if it's high, you have a 1. Card present you can ignore for now.

You can connect this to the serial port by putting both strobe and data
on two of the status lines, polling as fast as possible, and decoding
the data in your own software.
Guest
Posted: Sun Mar 11, 2007 9:38 am
Quote:
The format of this data is unsuitable for connection to the serial port
in what you think of as the standard fashion.

Strobe is a clock; on either the rising or falling edge (I forget which
it is in the Magtek parts), you sample "data"; if it's low, you have a
0; if it's high, you have a 1. Card present you can ignore for now.

You can connect this to the serial port by putting both strobe and data
on two of the status lines, polling as fast as possible, and decoding
the data in your own software.

.....thank you for your suggestions...I'll try to work on this....
Clip
 
Page 1 of 1       All times are GMT - 5 Hours
The time now is Thu Jan 08, 2009 2:34 am