Hello, I am using 32Feet.Net to set up a COM port that will
communicate with my device over Bluetooth. I can do this fine using a
NetworkStream.
However, when I try to create a SerialPort using the COM port that
32Feet creates, I get this IOExceotion when I call serial.Open():
"You were not connected because a duplicate name exists on the network."
Is there anything I have to change when opening the COM port with a NetworkStream vs. a SerialPort? What did I do wrong?
Thanks,
Adam