From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FJ3qu-0000Ky-K6 for qemu-devel@nongnu.org; Tue, 14 Mar 2006 02:21:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FJ3qr-0000Km-Hm for qemu-devel@nongnu.org; Tue, 14 Mar 2006 02:21:56 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJ3qr-0000Kj-C3 for qemu-devel@nongnu.org; Tue, 14 Mar 2006 02:21:53 -0500 Received: from [195.245.78.95] (helo=domviery.sk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FJ3v0-0002jM-9s for qemu-devel@nongnu.org; Tue, 14 Mar 2006 02:26:10 -0500 Received: from [192.168.3.36] (localhost [127.0.0.1]) by domviery.sk (Postfix) with ESMTP id 30D7C2105A6 for ; Tue, 14 Mar 2006 07:21:53 +0000 (UTC) Message-ID: <44166F6D.7090804@domviery.sk> Date: Tue, 14 Mar 2006 08:23:25 +0100 From: Drlik Zbynek MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] serial control DTR/DSR RTS/CTS Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello. My external device is connected with serial port and use hardware flow control - it can switch beetwen DTR/DSR or RTS/CTS. I have instaled winxp and win98 for multiplatform testing in qemu but my aplication - if i wont to communicate must by set to "no flow control". In that case it could by read from device without lost data, write isn't funcional - much data lost. When I set up some control - state of DTR or RTS are still down and communication isn't allowed. Qemu run under linux. When I run application in normaly installed windows without qemu, the application run perfectly with any of that conntrols. Is there any possibility to correct this? Thanks. Drlik Zbynek.