Loading...
Pages: [1]   Go Down
Author Topic: displaying details from magnetic card reader  (Read 968 times)
0 Members and 1 Guest are viewing this topic.
Offline Offline
Newbie
*
Karma: 0
Posts: 24
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

hello people

new here and new to electronics and arduino. ive been messing around with a magnetic card reader
which has rs232 output ive opened up the module and it has a ttl to rs232 converter chip on board.

can i get the ttl before it goes into the rs232 driver and connect to arduino?

what would the sketch be?

thanks in advance

Logged

Massachusetts, USA
Offline Offline
Tesla Member
***
Karma: 108
Posts: 6611
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

> can i get the ttl before it goes into the rs232 driver and connect to arduino?

Yes.  Find the datasheet for the chip and figure out which pins are inputs.

> what would the sketch be?

That depends on what data the reader sends.  You need to know the baud rate.  I would use SoftwareSerial to read from the card reader and use Serial to send that data to Serial Monitor to read.
Logged

Offline Offline
Newbie
*
Karma: 0
Posts: 24
View Profile
 Bigger Bigger  Smaller Smaller  Reset Reset

thanks john

thats all i needed to know

neil
Logged

Pages: [1]   Go Up
Print
 
Jump to: