I am using Windows 10 and Visual Studio 2017. I have built the C code as per instructions given in the Help file.
For UI files need to use MSVC build environment window. This window is not there in VS2017. How to build UI Code for my case?
Also I need help on how to create com0com.dll and com0com.cat file so that I can install driver using com0com.inf(Device Manager Add Legacy Hardware Wizard).
I have also tried installing application(com0com-3.0.0.0-i386-and-x64-signed.zip file) and created COM8 and COM9 ports.
Using Modmat I have tried sending data serially to the port so that I can trace read/write using trace utility.
But I am not able to see any activity in the trace except installing and uninstalling driver. Please guide me how to debug or trace read and write in the code.