So I bought the HC-05 module off eBay (30ft Wireless Bluetooth RF Transceiver Module serial RS232 TTL HC-05 for arduino | eBay) and followed a tutorial to connect it to the Arduino (http://www.instructables.com/id/Cheap-2-Way-Bluetooth-Connection-Between-Arduino-a/?ALLSTEPS).
Everything seemed to be working well up to the point where I had to connect to it through my computer, I couldn't open a connection the the COM port it used with any terminal. Instead I tried connecting through my phone, a little more luck, I managed to connect to the device and using TerminalBT I was able to read the messages the device is sending but I cannot send any messages back. Anything I type and send does show up in the Serial Monitor on Arduino nor does the device recognize it the commands.
It seems to be only one way communication. I connected the TX on Arduino to RX on module and RX on Arduino to TX on module.
I also tried the AT commands but still no luck, the module didnt respond to any of them.
Any tips?
Thanks
EDIT: I tried communicating with the module just through arduino's serial monitor and the shield still doesnt respond to any AT commands.