Displaying 2 results from an estimated 2 matches for "get_dos_device".
Did you mean:
get_dm_device
2009 Jun 19
3
Wine and serial port again
...o my serial port and want to execute a Win32 program to work with the device. I trying to execute it with wine 1.0.1 form debian package. Win32 software starts and says that can not find a device. Under VirtualBox it works fine. This is a part of log with +file,+comm debug flags:
Code:
trace:file:get_dos_device L"COM1" -> "/home/oleg/.wine/dosdevices/com1"
trace:file:get_dos_device L"COM2" -> "/dev/ttyS1"
trace:file:get_dos_device L"COM3" -> "/dev/ttyS2"
trace:file:get_dos_device L"COM4" -> "/dev/ttyS3"
trace:file:...
2004 Aug 19
1
Serial Communication
...line. I
see the following output:
trace:file:CreateFileW L"COM1" GENERIC_READ GENERIC_WRITE OPEN_EXISTING
attributes 0x0
trace:file:RtlDosPathNameToNtPathName_U (L"COM1",0x4066eed4,(nil),(nil))
trace:file:RtlGetFullPathName_U (L"COM1" 520 0x4066ec4c (nil))
trace:file:get_dos_device L"COM1" -> "/home/met/.wine/dosdevices/com1"
trace:file:CreateFileW returning 0x9c
fixme:comm:GetCommProperties (0x9c 0x4132b414 )
trace:comm:GetCommState handle 0x9c, ptr 0x4132b454
trace:comm:GetCommState OK
trace:comm:GetCommState bytesize 8 baudrate 38400 fParity 0 Parity...