Hi. So I got a sparkfun RN42-XV Bluetooth Module for wireless robotics. I powered it up with an arduino, plugged in the RX and TX, wrote some code for the arduino to toggle an LED on and off a light when it received serial data, and configured the bluetooth module with my computer's bluetooth. I made a serial port for the device which was added to the serial list (I'm on a mac running OS 10.7.5 btw). I selected the port and used the processing serial library to write to it.
The light toggled and the data transferred but it sent at about 2 or 3 bytes per second. I tried my USB ports and the /dev/tty/Bluetooth-PDA-Sync and they worked just fine at good speeds. What is causing this and how can I get the modules to work at reasonable speeds?