Re: lag while printing and serial redirect

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



14.12.2016 17:32, Jakub Klawiter пишет:
Hello!

2016-12-13 22:13 GMT+01:00 Stas Sergeev <stsp@xxxxxxx>:

$_lpt1 = "lpr -l"
$_printer_timeout = (10)
So why dont you reduce the timeout then?
Hmm… i was sure that timeout is about something else rather about
existance / being ready to print…
Perhaps it would be better to call something like "$_printout_delay",
but its probably too late to rename.

  i've changed it to 5 it's better i
think. Tried also 1 but the print was corrupted this way :(


Yes, but not as simple. You need to establish the pty link
with 'socat' program. But this feature is quite simple to add.
Thank you very much!

For future users what I did is:
The future users will unlikely to need this, as I've added such
capability to git.

$ cat run-raporty.sh
#!/bin/bash

socat -d -d -u pty,group=dialout,mode=660,link=/tmp/ttyCOM1,raw,echo=0
create:/tmp/ttyCOM1.txt &
SOCAT_PID=$!

dosemu -X -f "/home/cartoon/skrypty/dosemu-raporty.conf"  -E r.bat
Are you sure you need '-X' for running just the bat file?
Try -dumb or -td or -t depending on dosemu version.
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Console]     [Linux Audio]     [Linux for Hams]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite Camping]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Samba]     [Linux Media]     [Fedora Users]

  Powered by Linux