Hi, I'm using Slackware 10.0 and I've downloaded dosemu version 1.2.2 to use a DOS program to communicate with a PLC (Programmable Logic Controller), as I need some special key combinations which includes ALT, SHIFT and some F keys I set in the .dosemurc file the rawkeyboard to 1 and it worked fine, all my menus were accesible but I found problems with my serial communication. So, looking for an answer I've downloaded the version 1.3.1 which has some serial fixes and solved the case #944346 serial port trouble. Based on this I compile it expecting a better result in my serial communication but instead I have a problem when I set the $_rawkeyboard = (1), when I run the dosemu I got a "Segmentation fault" which I didn't have it in 1.2.2, so I've comment the rawkeyboard switch and the dosemu runs fine.

Below is a copy of my .dosemurc which I used with version 1.2.2 and it's the same configuration for /etc/dosemu.conf for version 1.3.1

##############################################################################
$_debug = "-a+cs"
$_cpu = "80486"
$_hogthreshold = (2800)
$_dpmi = (0)
$_term_char_set = "ibm"
$_layout = "es"
$_rawkeyboard = (1)
$_mouse_internal = (off)
$_joy_device = ""
$_com1 = "/dev/ttyS0"
$_com2 = "/dev/ttyS1"
$_console = (1)
$_graphics = (1)
$_chipset = ""          # Default: ""="plainvga"

##############################################################################

Regards,


Rodolfo


-
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

Reply via email to