Com port selection
-
I am looking into building an actor that will communicate with a device via a com port.
What is the suggested method of selecting the COM port? -
You mean in C/C++ right? (i.e., not using the normal Isadora serial actors.)
Best Wishes,Mark -
Yes, Mark I mean creating a custom C++ actor.
The device I wish to interface communicates over bluetooth, and appears to the pc on a com port.
I know that the serial setup should be done via the serial setup under communications, then do we simply create a port number input (limit it 1-8)?
An example?