Hello All,
I have to send the string like "#C30\n" over the Bluetooth socket.
How can I convert each byte into ASCII code. So, remote device can understand it.
Please help me.
Hello All,
I have to send the string like "#C30\n" over the Bluetooth socket.
How can I convert each byte into ASCII code. So, remote device can understand it.
Please help me.
Last edited by amit04.kumar; 2010-10-19 at 15:58.
Thanks,
Amit
This seems to be an other attempt to make simple things complicated, like in the other thread (http://discussion.forum.nokia.com/fo....RecvOneOrMore)
If you have #C30\n in a 8-bit descriptor, you can directly Write it into the RSocket, then SetActive. Of course the descriptor has to be a member variable.
Hi Wizard,
I have tried with directly writting on RSocket. but Remote BT device didn't understand. They need ASCII value.
Thanks,
Amit