gusmanb / logicanalyzer

24 channel, 100Msps logic analyzer hardware and software
GNU General Public License v3.0
1.69k stars 205 forks source link

Multidevice with Network issue #104

Closed IntergalacticMicrosystems closed 1 month ago

IntergalacticMicrosystems commented 1 month ago

Having trouble with Multidevice and multiple Network slaves. Looks like the connStr is off by one - MultiConnectDialog.axaml.cs line 61 changing it to connStr = tbs[buc+1].Text; fixes it for me.

Super useful project - thank you!

gusmanb commented 1 month ago

Thanks for the report. I have corrected it in the code and will be fixed in the next release.