SendSetup() addresses the devices in addressList
as listeners, and addresses the interface board as talker.
A subsequent
SendDataBytes() call
will write data to the devices.
You may find it simpler to use the slightly higher level functions Send() or SendList(), since they does not require addressing and writing of data to be performed separately.