From mboxrd@z Thu Jan 1 00:00:00 1970 From: lars.bjorndal@broadpark.no (Lars =?iso-8859-1?Q?Bj=F8rndal?=) Subject: PromLink under dosemu Date: Mon, 12 Sep 2005 20:02:59 +0200 Message-ID: Mime-Version: 1.0 Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-msdos Hi! I try to get access to a dos program called Promlink, which I can use to communicate with a device that burns EPROMs over the serial interface. It works under real dos, but not under dosemu (1.3.0.1). I've set $com1 = "/dev/ttyS1" in /etc/dosemu/dosemu.conf. Have also tried to init the serial port before starting dosemu with stty. No luck. Any tips? Lars