Hi,
Here is the situation....
I read data from an Oximeter and display the numbers on the screen and also save them to a string to be printed.
This device connects as a serial device via Bluetooth.
After the data is collected, I want to print the string to a Bluetooth Printer (also a serial connection).
Here is the problem ... it seems that I can only connect to one device at a time.
Is there any way to connect to two devices at the same time?
Or, is there some way via programming that will let me switch between the two?
I am in a bit of a bind as I have someone who wants to see this working on Friday
Any help would really be appreciated.