[Wine] Accessing the parallel port

Peeyush Prasad peeyush at rri.res.in
Fri Mar 17 12:12:02 CST 2006


hi list,
 I have a winXP program that uses the PC parallel port.I have created the 
links in .wine/dosdevices/
lrwxrwxrwx  1 peeyush peeyush 10 2006-03-03 22:48 com1 -> /dev/ttyS0
lrwxrwxrwx  1 peeyush peeyush  8 2006-03-03 22:48 lpt1 -> /dev/lp0
lrwxrwxrwx  1 peeyush peeyush  1 2006-03-03 22:52 d: -> /
lrwxrwxrwx  1 peeyush peeyush 10 2006-03-03 22:52 c: -> ../drive_c

 Now the application ships with its own parallel port driver called 
umsepp.sys. This also has an installer umsepp.exe.So I installed the 
driver as indicated by them, and got the message that the driver was 
properly loaded and to 'reboot' my machine, which I did...

on running the parallel port specific part of my app, I get a dialog box 
stating:
 Information: epp_readIGB():DeviceIoControl() failed: file not found

also, I get the following messages on my terminal:

fixme:ntdll:NtDeviceIoControlFile Unsupported ioctl 162018 (device=16 
access=0 func=806 method=0)
fixme:ntdll:NtDeviceIoControlFile Unsupported ioctl 162018 (device=16 
access=0 func=806 method=0)
fixme:richedit:IRichEditOle_fnSetHostNames stub 0x4137ddd8 inspector 
C:\Program Files\Cradle SDK\4.2\samples\c\hello\hello.c: IO Quad, PE 0
fixme:ntdll:NtDeviceIoControlFile Unsupported ioctl 162018 (device=16 
access=0 func=806 method=0)
fixme:ntdll:NtDeviceIoControlFile Unsupported ioctl 162018 (device=16 
access=0 func=806 method=0)

 What can I do to alliviate the problem??
 TIA
-- P




More information about the wine-users mailing list