oh, I meet the same question!
I modify function btAPILoad_Click of the demo project as follows:
private void btAPILoad_Click(object sender, EventArgs e)
{
wclAPI.Load();
fmMain fm = new fmMain();
fm.Show();
}
I load the wclapi only once, and try to connect to the remote 2 devices throught two form, but it failed, which is similar to what I have posted in another article in this forum, one form is died and the cpu ocuupancy up to 100%, why? Doesn't wcl support the multiple-connections?
I'm testing the demo of wcl, maybe I have some problems, thanks for reply!