Alright, I figured out the serial port address using dmesg. it returns: ttyS01 at 0x02f8 (irq = 3) is a 16550A
in the /usr/local/dosemu/conf/dosemu.conf config file I've made so: $_com2 = "/dev/ttyS1" $_ports = "0x02f8" If I use "-F" switch and give the absolute path to the config file, dosemu doesn't even start? If I leave it out, it starts up fine, so is it even using the config file? Tnx Chris. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher Griesel Sent: Wednesday 14 November 2001 11:47 To: [EMAIL PROTECTED] Subject: Y.A.S.Q - Yet Another Serial Question? Hi There, I'm trying to use a dos program called kzdos.exe that writes to a led scrolling display. I've checked the mailing list archive & dejanews.com, nothing substantive. Here's a summary of my actions: -I've installed the V.1.0.2.0 binary distro & moved it to /usr/local/dosemu -I've chmod'd 4755 /usr/local/dosemu/dosemu -When I run it with "-F /usr/local/dosemu/conf/dosemu.conf" switch, dosemu doesn't start. -I've added $_com2 = "/dev/ttyS1" to the conf file, no luck. Q: -Where in /proc on 2.4.x kernel are the addresses for the serial ports? Tnx! C. Disclaimer: The views and opinions expressed in this message are not necessarily those of Tradek Holdings Limited or its subsidiaries. Each page attached hereto must also be read in conjunction with this disclaimer. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or reliance upon the contents of this e-mail is strictly prohibited - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
