Hello and hi.
I've just used Hyperterminal to connect to a Bluetooth device. So far it works and I can send data to it using Hyperterminal.
Now, is there any way that I can replicate the same serial communication in a C++ program? I'm using VS 2008. Are there any special libraries that I need to include or do I need to do more? Do advise.
BTW, if possible, I want to have full hyperterminal capabilities like set baud rate/port, establish connection, read and send data and disconnect.
Many thanks.