Problem with Serial 1 - Arduino Mega

Hi folks!

I'm trying to do the bluetooth communication between Arduino Mega and PC, I'm using the module SMIRF as bluetooth , from SparkFun.
Well, I can send data from PC to Arduino, but I'm not getting send data from Serial 1 (serial where is the bluetooth) to PC. To try to do this, I'm using the function Serial1.read(), but didn't have success yet. Have someone any idea?

Thank you!

have you paired the btooth as a slave device with the pc? and have you created a 2nd serial instance to point at the bluetooth rx1 and tx1 comm pins? use the <> icon in the post/reply toolbar to embed your code..