Hi,
I am planning to develop the customer application on window's platform. I am using the customer USB dongle board via COM5. when i call the function
var devices = masterEmulator.EnumerateUsb(UsbDeviceType.AnyMasterEmulator);
the get the error:
Exception in StartMasterEmulator: Device with identifier not found
can i just call the function OpenMasterEmulatorDevice(device)
?
my customer dongle board using USB2COM at COM5, i try to pass the parameter COM5
to this function?
Regards Simon