From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Port Access slow Date: Wed, 23 Mar 2005 08:01:39 +0300 Message-ID: <4240F833.2040609@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Pande Gede S wrote: > I use dosemu-1.2.2-1, I have serial printer with foxpro apllication. > How to speed up printing? Try upgrading dosemu from CVS, its serial code should be much faster. > I have added $ ports = "device /dev/ttyS0 You don't have to set $_ports, you should use $_com1 instead. Well, if you want a direct access, you have to disable $_com1 and use "device /dev/null", that option basically does nothing. > fast ox03f8" That should be 0x3f8, not ox03f8 And you normally should not use $_ports at all.