Pelles C forum

C language => Windows questions => Topic started by: daniel_bingamon on October 30, 2018, 04:46:50 PM

Title: Use USB Easy Transfer Cable as a host to host virtual COM port
Post by: daniel_bingamon on October 30, 2018, 04:46:50 PM
So, I want to use a USB Easy Transfer Cable like a host to host virtual COM port.

Meaning that private software on one PC will access the "USB Easy Transfer Cable" and talk across it to other private software.  Both programs would use the same protocol to communicate.

Were would I begin in intercepting communications on the USB in order to talk to the device, which is probably a Profilic PL27A1 or something similar?
Title: Re: Use USB Easy Transfer Cable as a host to host virtual COM port
Post by: TimoVJL on October 31, 2018, 12:57:59 PM
Is WinUSB a possible option to use or just direct USB port ?
Are VID and PID already known ?

DS-27131201_PL27A1_V1.1.pdf (https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&cad=rja&uact=8&ved=2ahUKEwjZnILd5K7eAhVL1ywKHWBhCqcQFjADegQICRAC&url=http%3A%2F%2Fwww.prolific.com.tw%2FShowProductPDF.aspx%3Fp_id%3D247&usg=AOvVaw3eYigreB2Ecw5G32ZY4dww)
Title: Re: Use USB Easy Transfer Cable as a host to host virtual COM port
Post by: daniel_bingamon on November 01, 2018, 03:42:51 PM
I just found out that VID = 067b and PID = 25a1

WinUSB does look to be the answer for this and I'm starting to find a few things on it.
Thanks for the info, I'll keep checking here for additional info.