Displaying 4 results from an estimated 4 matches for "ioctl_serial_set_timeouts".
2013 Jan 30
3
bug report: apcsmart (WIN) 940-0024C connect fail, problem with command 'E'
...w32_serial_read : timeout 3000 ms ellapsed
corresponding portmon capture log:
0  0.00000000  apcsmart.exe  IRP_MJ_CREATE  Serial0  Options: Open
0  0.00008269  SUCCESS
1  0.00000000  apcsmart.exe  IOCTL_SERIAL_SET_WAIT_MASK  Serial0  Mask:
RXCHAR
1  0.00001285  SUCCESS
2  0.00000000  apcsmart.exe  IOCTL_SERIAL_SET_TIMEOUTS  Serial0  RI:0 RM:0
RC:0 WM:0 WC:0
2  0.00000531  SUCCESS
3  0.00000000  apcsmart.exe  IOCTL_SERIAL_GET_BAUD_RATE  Serial0
3  0.00000419  SUCCESS
4  0.00000000  apcsmart.exe  IOCTL_SERIAL_GET_LINE_CONTROL  Serial0
4  0.00000419  SUCCESS
5  0.00000000  apcsmart.exe  IOCTL_SERIAL_GET_CHARS  Serial0
5...
2009 Jun 19
3
Wine and serial port again
...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_SET_TIMEOUTS 0x32e8d0 20 (nil) 0 0x32e878
trace:comm:GetCommState handle 0xdc, ptr 0xe05a04
trace:comm:io_control 0xdc IOCTL_SERIAL_GET_BAUD_RATE (nil) 0 0x32e8dc 4 0x32e878
trace:comm:io_control 0xdc IOCTL_SERIAL_GET_LINE_CONTROL (nil) 0 0x32e8e1 3 0x32e878
trace:comm:io_control 0xdc IOCTL_SERIAL_GET_HANDFLOW...
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 
2017 May 12
0
Wine release 2.8
...evices for serial and parallel ports.
      kernel32: Rely solely on the DosDevices symbolic links in QueryDosDevice.
      configure: Check for the necessary data structure for if_nameindex().
      server: Implement IOCTL_SERIAL_GET_TIMEOUTS as an ioctl on the server side.
      server: Implement IOCTL_SERIAL_SET_TIMEOUTS as an ioctl on the server side.
      server: Implement IOCTL_SERIAL_SET_WAIT_MASK as an ioctl on the server side.
      server: Implement IOCTL_SERIAL_GET_WAIT_MASK as an ioctl on the server side.
      server: Store the SERIAL_TIMEOUTS structure directly in the object.
      qcap: Fix build when...