Magnetic card readers


 
Thread Tools Search this Thread
Top Forums Programming Magnetic card readers
# 1  
Old 02-17-2002
Magnetic card readers

i can't find any info on developing for magnetic card readers in the unix environment. I'm developing a POS system and i want it to include credit card verification. Any direction would be hot...
# 2  
Old 02-18-2002
Look at this page.

I see that they have one model that has an rs-232 interface. That would probably be the way to go. Almost every unix system has a serial interface. So you don't need a driver, you just use the tty driver. The device will have it's own language and it will look to unix just like a user typing unusual stuff on a terminal.
# 3  
Old 02-19-2002
I guess it would help if i clarify exactly what i'm doing with the card readers. I'm trying to develope my own point of sale software and i want to use unix because of the networking features in the OS. I can't find any information on developing in C++ with the card readers, and the readers don't come with an API or anything of the sort. So i am left ot finding the info i need on the web....
# 4  
Old 02-19-2002
Each card reader would be different, I have never heard of a standard or anything. You'll have to get info from the manufacturer that descibes how to talk to it.

And if the manufacturer doesn't have an api, write one.
# 5  
Old 02-19-2002
There are lots of card reader standards and APIs. I have worked with quite a few in the past:

A simple google search pulls up:

http://www.google.com/search?hl=en&q...+Reader%22+API

Here are standards bodies working everything under the sun from open APIs to alliance APIs.
# 6  
Old 02-19-2002
awesome, i found some information... however, i see all of this stuff about different numbers of tracks and different ISO standars and stuff, what does the card reader have to be able to read to do credit and debit transactions? ie, which standards and how many tracks... etc.
# 7  
Old 02-19-2002
Those are financial application specfic questions and not really UNIX or IT specific questions. Sorry, wrong forum. Suggest you join a financial transaction forum or mailing list.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to decrypt audio data from magnetic tapes?

Hi Everyone, Apologise if this is not the right section where to post the following: I have worked for some weeks on a system which records audio calls coming from various channels of a TDM network. The voice logger once the disk was full of audio data, backed it up on magnetic tapes... (2 Replies)
Discussion started by: NICEPeppino
2 Replies

2. UNIX for Advanced & Expert Users

Why not SIGPIPE for readers of pipe/FIFO?

Hi This is a exercise question from Unix network programming vol2. Why the SIGPIPE signal is generated only for writers when readers disappear. why not it is generated for readers when writer disappears. I guess, if the writer didn't get any response like the reader gets EOF, it will... (4 Replies)
Discussion started by: kumaran_5555
4 Replies

3. UNIX for Advanced & Expert Users

Listing/copying files from magnetic optical disk

I am trying to list the name of files on an MOD - I use the command tar vtf /MOD_DRIVE|more and I get a nice list of filenames/directories on this particular MOD. When I put in another MOD that contains software options I get the error "directory checksum error". I would like to be able to... (2 Replies)
Discussion started by: drew_holm
2 Replies

4. Solaris

Magnetic Tape

Hello All, I am facing some problem with magnetic tape drive. Backups are coming properly with the tapes that we had previously mt st give o/p as below .. root@server1:/ 2ksh# mt st Quantum Super DLT 320 tape drive: sense key(0x6)= Unit Attention residual= 0 retries= 0 file... (1 Reply)
Discussion started by: ailnilanjan
1 Replies

5. UNIX for Dummies Questions & Answers

MSR magnetic stripe card reader

Hi all I am working on MSR110 ...Can anyone plz tell me how to use the configuration commands with magnetic reader???. Please help me out as i have to develop API in C on linux platform.MSR110 is not responding to the configuration commands. Please help... Regards Mahima (0 Replies)
Discussion started by: mahima_er
0 Replies
Login or Register to Ask a Question