Alex,

even with this patch applied I can print to my serial printer with a

dir > com1:

but not from my clipper (protect mode, telepathy as comx: access library) app...

To be more precise I can print very short strings, that is

tp_open(1...)  // open com port 1
tp_send(1, "hi there")  // send string
tp_close(1)

works, but if there are more tp_send() one after the other I get no output!?!!

dosemu 1.1.1.x was working nicely

:(

regards.

Maurilio.


PS. On a side note, hogthreshold releases too much cpu when a clipper app is
running since runtime of clipper calls dos int-XX (I don't have it handy) to
retrieve time when it has nothing to do and this happens even during keyboard
input. Dosemu instead of releasing remaining of cpu slice does a sleep of a
certain amount of time, this causes sluggish keyboard input.


Axel Holscher ha scritto:

> Shot! The patch supplied fixes our COM/Serial port output problem.
>
> That's what I call swift service with as smile ;-)
>
> Many Thanks!
> Axel
>
> -----Original Message-----
> From: Stas Sergeev [mailto:[EMAIL PROTECTED]
> Sent: Thursday, March 13, 2003 2:18 PM
> To: [EMAIL PROTECTED]
> Cc: Axel Holscher; Maurilio Longo; [EMAIL PROTECTED]
> Subject: Re: [Dosemu-devel][Dosemu-bugs][DOSEMU BUG] No output received
> on Linux Serial deviceswhen send ing data vai DOS COM port mapping (fwd)
>
> Hello.
>
> Bart Oldeman wrote:
> > Hmm, seems that dosemu-bugs is still used (even though it's an
> > auto-responder) so I'm forwarding any useful messages.
> Are you supposed to forward also
> the replies? :)
>
> > all aspects  except that it fails to send out data to any of the serial
> > devices via the mapped DOS COM ports.
> To get the serial back on the track
> this patch is required before anything
> else:
> http://sourceforge.net/tracker/download.php?group_id=49784&atid=457449&file_
> id=43528&aid=693722
>
> -
> 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

--
 __________
|  |  | |__| [EMAIL PROTECTED]
|_|_|_|____| Team OS/2 Italia


-
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