Hello Jan,
Thank you for your prompt answer.
I would like to detail some aspects of my project.
We have an old version of a software that sends markers to a medical device across the parallel port.
Because we want to run our soft on a laptop, we need a substitute solution.
For that, we try to use a USB / Parallel port adapter (cable). When we connect a printer on the cable, everything works fine.
Now I thought naively that it is an easy way to do replace the parallel port interface by an USB interface in C (in a old project, I controlled a GPS device working on USB simply by opening the port with CreateFile("COMn", ...) command).
Any idea could help me a lot.
Thank you in advance,
Gelu