search for: io_control

Displaying 5 results from an estimated 5 matches for "io_control".

2009 Jun 19
3
Wine and serial port again
...\\\\.\\COM1" 520 0x32e608 (nil)) attr=00000000 sharing=00000000 disp=1 options=00000050 ea=(nil).0x00000000 trace:file:get_dos_device L"COM1" -> "/home/oleg/.wine/dosdevices/com1" trace:file:CreateFileW returning 0xdc trace:comm:SetCommMask handle 0xdc, mask 1 trace:comm:io_control 0xdc IOCTL_SERIAL_SET_WAIT_MASK 0x32e8fc 4 (nil) 0 0x32e8a8 trace:comm:io_control 0xdc IOCTL_SERIAL_SET_QUEUE_SIZE 0x32e8e0 8 (nil) 0 0x32e894 fixme:comm:set_queue_size insize 1024 outsize 2048 unimplemented stub trace:comm:SetCommTimeouts (0xdc, 0x32e914) trace:comm:io_control 0xdc IOCTL_SERIAL_SE...
2008 Jun 19
3
Comport Serial Port Card (8 Ports)
It is some time that I using AirMail3 with wine. I have the latest version of Wine but after I configure the Ports from ttyR0 to ttyR7 and running AirMail3 this application is not able to comunicate using the equivalent COM1 .... COM4 ports. I'm not sure if Wine is converting correctly ttyR0 to COM1 and so forth. The result is that for the Hurricane season I can NOT use E-Mail under
2009 May 23
0
SeaClear II / Wine use 100% of the CPU
...-- And after figuring out how to get more info (great wiki btw.) I ran the following line: === WINEDEBUG="+comm" wine .wine/drive_c/Program\ Files/SeaClear/SeaClear_2.exe What looks suspicious in the output is a continuous printing of the following two lines: --<snip>-- trace:comm:io_control 0x9c IOCTL_SERIAL_WAIT_ON_MASK (nil) 0 0x83d058 4 0x83d060 trace:comm:get_irq_info TIOCGICOUNT err Invalid argument --</snip>-- And upon exiting the app I get the followin output: --<snip>-- trace:comm:io_control 0x9c IOCTL_SERIAL_WAIT_ON_MASK (nil) 0 0x83d058 4 0x83d060 trace:comm:io_...
2009 May 25
1
Is it possible to run an application automatically?
...o driver could be loaded. > Make sure that your X server is running and that $DISPLAY is set correctly. > fixme:comm:GetCommProperties (0xa8 0x33f9ac ) > fixme:comm:set_queue_size insize 4096 outsize 2048 unimplemented stub > fixme:comm:GetCommProperties (0xa8 0x33f968 ) > fixme:comm:io_control Unsupported IOCTL 1b009c (type=1b access=0 func=27 meth=0) > fixme:comm:set_queue_size insize 128 outsize 32 unimplemented stub > fixme:comm:GetCommProperties (0xa8 0x33f9dc ) Thank you in advance! Kindest regards
2007 Oct 25
1
serial port problems: micro flashing
...iation in the app to no avail). I have tried adding the `low_latency` flag to ttyS0. I removed a bunch of lines that were repeated from the wine debug channel output because the orginal file was 33M. I removed them only where the same line appeared over and over... grep -c '0009:trace:comm:io_control 0x54 IOCTL_SERIAL_GET_COMMSTATUS (nil)' ~/dync_ouput/rfu_wch_trace_comm2007_10_24_13\:49\:58.txt 405515 I have also noted an unimplemented stub (set_queue_size) which may be a problem and I'm willing to try and work on the code, but my experience w/Wine is limited so any more pointers...