Hello,
I’m using the .dll files on a procect in ms visual studio 2010 and are having problems.
I can communicate with the device, turn the led on and off.
when i go to do the following:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim i As Integer
Dim s As String
ReadData(DataBuffer(0))
ch1realvalue.Text = Str(DataBuffer(2))
End Sub
i run into problems. I get:
Accessviolationexception was undhandled.
any ideas for what i can do go fix this??
Regards
Matt