
Re: Multiple SB instances ok I presume?
support wrote:Actually, you just need 1 instance of the SB app running. You can create multiple connections (File->New Connection menu item), each of which has its own port settings and runs a different AppleScript for processing the serial communication. And all for 1 low price!

(good manual and documentation not included!)
Regards,
Matt
Matt I want to put two Easydaq USB serial relay boards controlled by indigo.
One board has 4 inputs and 4 relays and the second board has 24 relays.
I can right now open and control either board.
So to control 2 boards I do what - I presume since the script has a line
property connectionName : "relays4"
Do I duplicate the script and change the line to
property connectionName : "relays24"
on the second script?