https://bugs.winehq.org/show_bug.cgi?id=19561
Janne janne.kekkonen@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |janne.kekkonen@gmail.com
--- Comment #11 from Janne janne.kekkonen@gmail.com --- Hello,
i tested the original program with USB-serial port. Program seems to print what comes to serial port. In my test string was written to serial port with 1 second interval. String format: hh:mm:ss ABCDEFG \r \n
Tested with wine version 8.5 Linux is running on virtual box. I tested this also on windows and output was similar.
terminal log: jehu@jehu-VirtualBox:~/.wine/drive_c/temp$ wine sertest.exe -c2 -b19200 SerTest V1.01, using Overlapped Reads using comm port [\.\COM2] at 19200 baud Press [Control-C] to close this program 00:00:01 ABCDEFG 00:00:02 ABCDEFG 00:00:03 ABCDEFG 00:00:04 ABCDEFG 00:00:05 ABCDEFG ^C0130:fixme:console:default_ctrl_handler Terminating process 11c on event 0 wine client error:120: write: Bad file descriptor.
I have no idea how to monitor heap size of wineserver.