Bluetooth Bluesmirf to RFID

Hi,
Ive searched high and low for a simple set up for a Sparkfun Bluesmirf with an Arduino Uno, via bluetooth connection Macbook Pro.
Does anyone have the complete setup for this, including Arduino IDE sketches for the bluetooth set up and or any examples?
Every where I've looked gets to confusing. I am a NOOB at this.
Im simply trying to get an RFID reader to wireless transmit via bluetooth to my macbook from the arduino uno.
Thnx for your help and patience.

Im simply trying to get an RFID reader to wireless transmit via bluetooth to my macbook from the arduino uno.

Hey, piece of cake. Shouldn't take more than 15 or 20 minutes to get it all working.

But, perhaps you should start a little closer to the shallow end, and skip the bluetooth stuff for now. Get the RFID reader and Uno communicating and detecting the validity of the tag presented first.

When that works, you can make the Arduino connection to the PC wireless.

awesome, i got the RFID reading in my serial monitor fine, i used the basic sketch from the arduino website.
Now any clue on how to modify my sketch to send via bluetooth?

Now any clue on how to modify my sketch to send via bluetooth?

Once the bluetooth device is connected to the Arduino, and powered up, it should (not will) send and data written to the serial port, and place any data received on the serial port.

The good news is that no changes to the sketch are required.

Can't help with the bluetooth setup, though. I think I've seen one bluetooth connection work once.