bmscan fails if multiple BMPs have been connected
sidprice opened this issue · 4 comments
sidprice commented
sidprice commented
Sorry, I misunderstood the "interface", I need to dig deeper to find why the BMP is not being found.
sidprice commented
I believe the issue is that the code is assuming there is only a single entry under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\VID_1D50&PID_6018&MI_00", when in fact on my system, because I have multiple BMPs and ctxLinks that have been attached I have five devices. The first device entry tested is not the one currently connected and so the find fails.
compuphase commented
Commit d228b6c fixes this issue (tested under Microsoft Windows and Linux).