From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FJSdG-0004OI-Ad for qemu-devel@nongnu.org; Wed, 15 Mar 2006 04:49:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FJSdE-0004O5-Ux for qemu-devel@nongnu.org; Wed, 15 Mar 2006 04:49:29 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FJSdE-0004O2-Q6 for qemu-devel@nongnu.org; Wed, 15 Mar 2006 04:49:28 -0500 Received: from [195.245.78.95] (helo=domviery.sk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FJShc-000720-TF for qemu-devel@nongnu.org; Wed, 15 Mar 2006 04:54:01 -0500 Received: from [192.168.3.36] (localhost [127.0.0.1]) by domviery.sk (Postfix) with ESMTP id 3F43021CA79 for ; Wed, 15 Mar 2006 09:49:27 +0000 (UTC) Message-ID: <4417E38C.7070205@domviery.sk> Date: Wed, 15 Mar 2006 10:51:08 +0100 From: Drlik Zbynek MIME-Version: 1.0 Subject: Re: [Qemu-devel] serial control DTR/DSR RTS/CTS References: <44166F6D.7090804@domviery.sk> <000801c64748$7fa7d240$0464a8c0@athlon> In-Reply-To: <000801c64748$7fa7d240$0464a8c0@athlon> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Kazu wrote: >Sent: Tuesday, March 14, 2006 4:23 PM Drlik Zbynek wrote: > > > >>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. >> >> >> > >It is a quck hack for it. >http://www.h7.dion.ne.jp/~qemu-win/download/qemu-20060311-serial-win2kxp.patch > > It seems that it only set dtr, rts to always on but still doesn't reflect state on real port - now I can put hw flow control ON but the data is still loosing and it is not possible to write to device >Regards, >Kazu > > > >_______________________________________________ >Qemu-devel mailing list >Qemu-devel@nongnu.org >http://lists.nongnu.org/mailman/listinfo/qemu-devel > >