Vitor Simoes - 2006-06-01

Hi to all, I'm complety new in this issue.

I have a KT-2280 serial magnetic card reader, specs are here: http://www.esysco.com/pdf/KT_2200.pdf

I have sucesseful compiled last CVS tree in suse 10.1, have created a config.xml like:
<?xml version="1.0" encoding="ISO-8859-1"?>
<SerialReader>
        <device>/dev/ttyS0</device>
        <uses-CR>0</uses-CR>
        <reads-track1>1</reads-track1>
        <reads-track2>0</reads-track2>
        <reads-track3>0</reads-track3>
</SerialReader>

When I start ss, a beep sounds in card reader saying thats is connected and OK, I pass various cards, and green led blinks and plays sounds (twice maybe is reading 2 tracks ??), so I admit that the reader is working OK, but at the end i don't get any information...nothing displays, try to send to a > test.txt and nothing...empty file...

can anyone give me a clue ? configurations for this reader ?

thanks in advance, and sorry my bad english (I'm Portuguese :) )

VS