search for: waitcommev

Displaying 14 results from an estimated 14 matches for "waitcommev".

2001 Sep 14
5
wine serial support
Hi, I use wine to run a terminal emulator (NetTerm). It connects to a Linux Server (it was meant to run from windows) that runs a commerce software. This Linux commerce software sends the terminal emulator escape codes to interface with a "ticket" printer attached to a serial port. The reason to go thru all this problem is that the printer has a proprietary, closed source driver for
2006 Apr 29
9
Wine + serial port basically hangs system
I'm trying to use Wine to run a program called heavy weather - its a windows only program that interfaces with a weather station that I have through a serial port. I was able to get the program up and running with wine. Then, I couldn't get it to connect at all to the weather station. After much too long, I finally realized that the problem was that my permissions on /dev/ttyS0 were too
2001 Nov 07
1
WG: Re: Wine and the serial port [LONG]
Hi, I applied your patch and recompiled, but I'm still having trouble. In what follows I've tried to describe some details. The first problem was this: The Comm-Port gets opened with overlapped I/O. However, for WaitCommEvent() we do not specify an overlapped structure. This works fine on NT4 / W2K, but is contrary to the documentation, which specifys that you need to supply an overlapped structure if you do. Quote: "If hFile was opened with FILE_FLAG_OVERLAPPED, the lpOverlapped parameter must not be NULL. It m...
2005 Mar 21
0
Comport access error
...Parity 0 st opbits 1 trace:comm:SetCommState IXON ~IXOFF trace:comm:SetCommState fOutxCtsFlow 0 fRtsControl 1 trace:comm:SetCommState fOutxDsrFlow 0 fDtrControl1 trace:comm:SetCommMask handle 0xc8, mask 1 trace:comm:PurgeComm handle 0xc8, flags f trace:comm:PurgeComm handle 0xc8, flags f trace:comm:WaitCommEvent (0xc8 0x45bd3158 0x6593b8c ) trace:comm:EscapeCommFunction handle 0xc8, function=5 trace:comm:EscapeCommFunction SETDTR trace:comm:EscapeCommFunction handle 0xc8, function=3 trace:comm:EscapeCommFunction SETRTS trace:comm:PurgeComm handle 0xc8, flags f trace:comm:EscapeCommFunction handle 0xc8,...
2001 Dec 08
0
Resource temporarily unavailable (fwd)
...mState bytesize 8 baudrate 9600 fParity 0 Parity 0 >stopbits > >1 > >trace:comm:SetCommState ~IXON ~IXOFF > >trace:comm:SetCommState CRTSCTS > >warn:comm:SetCommState DSR/DTR flow control not supported > >trace:comm:SetCommMask handle 120, mask 1 > >trace:comm:WaitCommEvent (78 0x41ba6f0c 0x4124a614 ) > >trace:comm:ClearCommError handle 120 cbInQue = 0 cbOutQue = 0 > > > >this happens: > >trace:file:GetOverlappedResult wait on 0x40f3cd10 returned 0 > >trace:file:GetOverlappedResult (120 0x40f3cd10 0x41856f18 1) > >trace:file:GetO...
2013 Sep 13
0
Wine release 1.7.2
...ws2_32: Fix WSADuplicateSocket implementation. ws2_32/tests: Add more WSASocket tests. Detlef Riekenberg (3): scrrun/tests: Ignore case in path names. d3dx11_43: Add stub dll. d3dx11_42: Add stub dll. Dmitry Timoshkov (15): kernel32/tests: Add a test to show that WaitCommEvent should succeed after SetCommMask(EV_TXEMPTY)+WriteFile+FlushFileBuffers. kernel32/tests: Add a test to show that WaitCommEvent should fail if there is a pending wait. ntdll: Avoid a needless goto. server: Print the debug trace to stderr. ntdll: NtWriteFile should fail for...
2001 Nov 28
46
Resource temporarily unavailable
Im trying to run this program called Thinkboxx and wen it tryes to comunicate over the comm port it hangs. Here are som output to read. earlier on i get: Call kernel32.VirtualAlloc(43050000,00001000,00001000,00000004) ret=0058557c Ret kernel32.VirtualAlloc() retval=43050000 ret=0058557c thats from vhere the com port gets an virtual memory space, i think. and in the end i have: Call
2013 Nov 08
0
Wine release 1.7.6
...here not needed. kernel32/tests: On Windows 8 IdnToNameprepUnicode() returns a different error for invalid parameters. shell32/tests: Disable a test that crashes on Windows 8. kernel32/tests: Remove a couple of incorrect CreateFile() console tests. kernel32/tests: Check that WaitCommEvent() returns immediately in overlapped mode. winhttp/tests: Fix the test failure messages. po: A small Esperanto spelling fix. po: Avoid a couple of abbreviations in the French translation. kernel32: Avoid an unneeded abbreviation in an error message. d3d9/tests: Fix a...
2013 Nov 22
0
Wine release 1.7.7
...ts: Accept the CryptCATAdminAcquireContext win8 results. Dmitry Timoshkov (12): gdiplus: Determine type of the path at the time the region data are written instead of the path creation time. gdiplus: Get rid of no longer needed path and region fields. server: Make it possible for WaitCommEvent to detect recursive requests. gdiplus/tests: Add some invalid parameter tests for GdipGetRegionData. gdiplus/tests: Test GdipGetRegionData behaviour with an integer path that can't be stored as an array of shorts. gdiplus: Add a check for passed buffer size to GdipGetRegion...
2013 Sep 27
0
Wine release 1.7.3
...not fail for an empty path. ntdll/tests: Use official path for temporary files instead of current directory. ntdll: Perform the offset checks in NtWriteFile also for a serial device. kernel32/tests: Add DuplicateHandle test to the file access tests. ntdll: Make asynchronous WaitCommEvent report correct number of bytes returned. ntdll: Make set_line_control() for a serial device print slightly more informative messages. Fran?ois Gouget (2): winapi: Small tweaks to fix perl warnings. wined3d: Make device_invalidate_shader_constants() static. Fr?d?ric Delanoy (9...
2020 Jul 17
0
Wine release 5.13
...wined3d: Mark the stateblock as dirty in wined3d_stateblock_multiply_transform(). ntdll: Fill the VM counters in NtQuerySystemInformation(SystemProcessInformation). ntdll: Don't translate Unix virtual disks to FILE_DEVICE_VIRTUAL_DISK. kernel32/tests: Avoid testing that WaitCommEvent() doesn't return immediately. msdmo: Remove dead code associated with an older registry format. msdmo: Avoid a redundant string -> GUID conversion. msdmo: Use wide character string literals. msdmo: Factor out any_types_match(). msdmo: Use a dynamically alloca...
2013 Oct 25
0
Wine release 1.7.5
...tests: Enable user32 tests compilation with __WINESRC__ defined. kernel32/tests: Accept the case when WriteFile is able to complete the request immediately for an overlapped COM-port write. kernel32/tests: Increase the timeout for completion of write to a COM-port. kernel32/tests: WaitCommEvent may sometimes return immediately on a busy system when write operation to a COM-port has already completed. server: Add support for pending write flag to the serial device. Fran?ois Gouget (3): ntdll/tests: Fix compilation on systems that don't support nameless unions. ole...
2013 Aug 30
0
Wine release 1.7.1
...kernel32/tests: Constify test data. kernel32/tests: Make serial tests self-contained. kernel32/tests: Make test_waittxempty() use overlapped IO to avoid waiting forever when a kernel driver doesn't support TIOCGICOUNT/TIOCSERGETLSR ioctl. kernel32/tests: Add interactive WaitCommEvent tests. ntdll: Last parameter of NtSetIoCompletion is 64-bit on 64-bit platforms. ntdll/tests: Check WriteFile return values. ntdll/tests: Use official path for temporary files instead of current directory. ntdll/tests: Add a bunch of overlapped IO tests for files. n...
2006 Oct 13
0
Wine release 0.9.23
...ding events. winex11.drv: Make all windows moveable by default. user: Add some missing messages to the message spy. Elie Morisse (1): ddraw: Don't destroy complex attached surfaces even if explicitely Eric Pouech (4): winedbg: Fixed the auto mode. ntdll-kernel32: WaitCommEvent. winedbg: Rewrote the file handling to use SearchPath instead of home grown version. ntdll: Implemented AmILastThread information class for NtQueryInformationThread. Francois Gouget (44): Assorted spelling fixes. widl: Use CONST_VTBL to declare lpVtbl. Fix rpcndr.h...