Hi,
I just buy SerialTools Pro .NET Desktop and get the following error message:
[1275] Failed to create virtual serial port
My code is very simple:
vport = new VPort();
vport.ComPort = 4;
vport.Created = true;
I'm building with Visual Studio 2010, x86, .net 3.5
Customer is operating Windows 7 64 bits.
What am I doing wrong ?
Patrick.