Programming Tx and Rx pins on HC06

I have programmed a HC06 through an Arduino and now it can connect to my laptop. I am wondering if it is possible to send commands from my laptop via bluetooth to HC06 and program the Tx and Rx pins on HC06. Basically, I want to connect a LED between the Tx pin of HC06 and a gnd and turn it On/Off from my laptop via bluetooth (without an Arduino).

Thanks.

pjadhav:
I want to connect a LED between the Tx pin of HC06 and a gnd and turn it On/Off from my laptop via bluetooth (without an Arduino).

I believe it is possible to do essentially what you want but you connect the LED to one of the other contacts on the HC-06.

Thanks Nick_Pyner.

How to communicate with HC-06 when it is paired? Is it possible to configure HC-06 PIO pins to accept input from a laptop (eg. putty) when it is paired to the bluetooth adapter in the laptop.

Thanks.

Actually, I don't think you can do this with an HC-06 because of the restricted number of AT commands available to it, but I believe you can with an HC-05, and the command is on the data sheet.