Hi All,
I'm new to winUSB (and writing device drivers) and I'd like to create a Visual Studio 2015 C++ based tool that can send and receive a stream of bytes between two computers over a Prolific PL25A1 cable. Does anyone have any Visual Studio C++ source code that I can use as a model for this? We did manage to create a libusb driver in windows however it seems to be flaky and were advised to use winUSB for windows applications and only libusb for linux. For this particular device the VID is 067B, the PID is 25A1, 0x02 is the out endpoint, 0x83 is in endpoint. Any sample code would be appreciated. Thank you.
Thanks,
Scott