Sure. Notice that your createIOIOLooper() method that you implemented takes some arguments. Those arguments will uniquely identify the port to which the IOIO is connected and for which you're creating the looper. You can then instantiate a different Looper class based on those arguments, or pass them as a constructor arguments to your Looper class to achieve a different behavior.
On Tue, Feb 4, 2014 at 9:38 AM, Ferris <[email protected]> wrote: > Hi, > > I have successfully connected multiple IOIO boards to the HelloIOIOConsole > PC application using multiple colon-separated COM ports as > the ioio.SerialPorts property. When a command is run (e.g. to toggle an > LED) - every connected board reacts. Is there a way to > communicate individually with each connected IOIO? For example, reading a > digital pin on a specified IOIO. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "ioio-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/ioio-users. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/groups/opt_out.
