Displaying 3 results from an estimated 3 matches for "error_io_incomplet".
Did you mean:
error_io_incomplete
2004 Feb 24
1
Serial port communication
Hello,
I'm trying to use my Visual C++ program under Linux using Wine.
My program configurates a serial port, sends and receives data through it.
At first everything seemed to be running, but then I noticed a very curious thing: the program running under wine seems to have no notice when a single byte was sent to it to the serial port. If I send two or more bytes - everything OK. With one
2018 Jan 16
3
Windows TAP driver issues
Thanks for the info, that is very helpful. It does look like that
change got back-ported to master, albeit in a different form.
I'll take a look at how OpenVPN does its windows device I/O.
- todd
2020 Aug 01
0
Wine release 5.14
...ute.
kernelbase: Use IOCTL_CONDRV_WRITE_OUTPUT in WriteConsoleOutputCharacterW.
kernel32: Use IOCTL_CONDRV_WRITE_OUTPUT in CONSOLE_WriteChars.
server: Remove no longer used write_console_output request.
kernel32/tests: Add more console output tests.
wineconsole: Ignore ERROR_IO_INCOMPLETE error in WINECON_GrabChanges.
wineconsole: Use ReadConsoleOutputW in WINECON_FetchCells.
condrv: Rename condrv_write_output_params to condrv_output_params.
server: Introduce IOCTL_CONDRV_READ_OUTPUT ioctl.
kernelbase: Use IOCTL_CONDRV_READ_OUTPUT in ReadConsoleOutputCharact...