On 9 Dec 2003, Guillermo Gomez wrote:

> I discovered the problem with my passthrough printing implementation and
> i don't know how to fix it.
>
> The symptom:
>
>       When the passthrough printing starts the display
>       data get mixed in the telnet fata flow.
>
> The solution would be:
>
>       The app should "wait" for the print job to finish
>       before taking over the display.
>
> How can this be solved? Obviously the dos application is thinking the
> print job is done and the display (screen) is refreshed.

the only way to solve it is to think hard about a solution and implement
it into dosemu (ie. non-trivial).

> What's the role of the timeout parameter in the printing command?

printing in dosemu is pretty basic, it just collects whatever the DOS
applications (or DOS itself) sends to the BIOS (int17, there is NO
parallel port  emulation) in a buffer and flushes the buffer using the
command (lpr or vtprint in your case) every timeout time units.

Bart

-
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