Other Parts Discussed in Thread: BQEVSW
Hi Everyone,
I have been using the EV2300 for years with my own production software (VB.NET) for many years. I always set a reference to BQ80XRWLIB and everything was OK. There was no problems changing to EV2400 until now.
I have two new Windows 10 systems. I installed the usual bqMultistation, and bqTesterSource. However, these computers will not locate the EV2400 AxBQ80XRW1 object on a form. I have tried installing and uninstalling several times. Neither bqEVSW nor bqMultistation does not seem to be able to locate the EV2400. However, Battery Management Studio works OK with no problems.
What libraries do I now need to talk to the EV2400?
My code is below. The returned board count is always zero.,
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim FoundCount As Integer, NameList As String
Me.AxBq80xRW1.GetFreeBoards(1, FoundCount, NameList)
MsgBox("Boards Found: " & FoundCount & vbNewLine & NameList)
End Sub
Thanks for helping.