[Wine] How can I use the parallel port?

Philipp Klaus Krause pkk at spth.de
Wed Oct 5 08:48:56 CDT 2005


OK, I solved my problem:

I looked at the source files
wine/dlls/winedos/ppdev.c
and
eine/dlls/winedos/ioports.c

I found out that I had to create two registry keys
"Software\Wine\VDM\Ports" and "Software\Wine\VDM\ppdev".

in the first I had to create string entries called
"read" and "write" containing the port ranges I need.
In the second one I had to create a string entry
called "378" containing "/dev/parport0".

Philipp




More information about the wine-users mailing list