I want to connect two DCA1000s to my computer and run `mmwavelink_example.exe` to collect data from both. Both devices show up in Windows:
And `mmwavelink_example.exe` sees both and attempts to connect. The app starts up and once rlComIfOpen is called, you see the following:
Everything looks fine, except notice the ports that it connected to. It connected to PortNum / Device 5, 6, 7, and 8. Of these, ports 5, 6 and 7 come from the chip with serial number FT3EJ75H. The last, port 8, comes from the chip with serial number FT3E75YS. Hence, the app connected to two different chips.
Is there a way around this? It seems like the mmwlstudio driver needs to check the chip serial number when connecting.
Thanks.