I was trying to use SoftSerial (arduino 1.0) with BT adapter.
it didn't worked
http://arduino.cc/forum/index.php/topic,87723.0.htmlif i was sending a lot of bytes (from notebook), less than 50% were correct.
if i was sending bytes with 100ms delays between, ~90-95% bytes were correct.
my BT module was set at 115200,8,1,N
I'm referring to NewSoftSerial, which is a replacement (and supposed to be better) than SoftSerial.
(that's what the kind folks on this forum told me).
http://arduiniana.org/libraries/newsoftserial/Which are you referring to?