-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
First of all, many thanks for providing this module. It works pretty well!
My current setup is a bit overloaded. I run 3 xtender and each has its own Bus (xtender + BSP). With that setup, I currently have a Raspberry PI Zero for each xtender. Of course thats not ideal, especially because of maintenance, but also because of the power consumption and the coordination between the 3 xtenders (which needs another device). I would rather use one device (maybe a raspi 3 or 4) to communicate with all xtenders.
So my question: is there a way to run multiple scom interfaces in parallel? e.g. xtender 1 runs on tty0, xtender 2 on tty1 etc.
Since only one devicemanager and therefore one scom is initialized, I would say that's currently not possible.