Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 4 months ago. This question has been closed. Reason: Off Topic
To transfer values
I wanted to print for example
hc05.printf("\nOut Count is : %d:",outc);----> Bluetooth module
pc.printf("\nOut Count is : %d:",outc); ---> Serial terminal
In this case, the serial terminal works perfect, but i am not aware how to transfer data(for eg: the get the statement printed) between Bluetooth.
Thanks in advance.