StrongLink RFID reader

Hello,

I'm trying to make my Arduino Diecimila working with a RFID Module from StrongLink ( RFID Embedded Reader Module SL015B-3 ) and I'd like to know if some of you guys have already played with such stuff.

Thanks

Stef

Not used that one myself but I have designed RFID readers. It looks like it has an RS232 output so you will need to get the output down to TTL levels with a Max232 chip (or similar or transistor & diode) then feed it into the serial input of the Arduino.

Then just play with the numbers it kicks out. Like this:-
http://www.thebox.myzen.co.uk/Hardware/Crazy_People.html

I know different reader and different interface but it's RFID

Thanks Grumpy_Mike,

I'll try with a MAX232. Do you think I can use other pins than RX/TX on the Arduino with the NewSoftSerial library ?

Thanks