Re: lag while printing and serial redirect

2016-12-27 Thread Jakub Klawiter
Hello! 2016-12-25 17:58 GMT+01:00 Stas Sergeev : >>> You mean -t. >> I've been using -dt but ok … it looks the same so probably -d (in my >> dosemu) does nothing ;-) > I never told you to use -d. I told either -t or -td, but > not -d or -dt. :D I just wanted to say that -d does

Re: lag while printing and serial redirect

2016-12-25 Thread Stas Sergeev
25.12.2016 17:03, Jakub Klawiter пишет: Hello! 2016-12-21 22:22 GMT+01:00 Stas Sergeev : 1. My DOS program needs decimal point instead of decimal coma on keypad. It should be easy to remap it, as it is used in wild countries ;-) 2. I also need there ctrl+enter to work „DOS way”.

Re: lag while printing and serial redirect

2016-12-21 Thread Stas Sergeev
20.12.2016 23:37, Jakub Klawiter пишет: Hello! 2016-12-20 1:19 GMT+01:00 Stas Sergeev : it's even better (larger) only problem that colors are little bit flat this way... too flat :( https://goo.gl/photos/WLLRvbkVGCkg9tyA6 (in front -X, back -dt) Is it possible to change palette

Re: lag while printing and serial redirect

2016-12-20 Thread Jakub Klawiter
Hello! 2016-12-20 1:19 GMT+01:00 Stas Sergeev : >>> it's even better (larger) only problem that colors are little bit flat >>> this way... too flat :( >>> https://goo.gl/photos/WLLRvbkVGCkg9tyA6 (in front -X, back -dt) Is it >>> possible to change palette somewhere as it doesn't

Re: lag while printing and serial redirect

2016-12-19 Thread Stas Sergeev
19.12.2016 16:53, Jakub Klawiter пишет: Hello! 2016-12-19 14:34 GMT+01:00 Jakub Klawiter : it's even better (larger) only problem that colors are little bit flat this way... too flat :( https://goo.gl/photos/WLLRvbkVGCkg9tyA6 (in front -X, back -dt) Is it possible to

Re: lag while printing and serial redirect

2016-12-19 Thread Stas Sergeev
19.12.2016 16:34, Jakub Klawiter пишет: Hello! 2016-12-15 23:18 GMT+01:00 Stas Sergeev : There is absolutely nothing wrong about it except that it is just usually not needed for text-mode non-interactive stuff, and the advantage of not using it is that you'll have all the text

Re: lag while printing and serial redirect

2016-12-19 Thread Jakub Klawiter
Hello! 2016-12-19 14:34 GMT+01:00 Jakub Klawiter : > it's even better (larger) only problem that colors are little bit flat > this way... too flat :( > https://goo.gl/photos/WLLRvbkVGCkg9tyA6 (in front -X, back -dt) Is it > possible to change palette somewhere as it doesn't

Re: lag while printing and serial redirect

2016-12-19 Thread Jakub Klawiter
Hello! 2016-12-15 23:18 GMT+01:00 Stas Sergeev : > There is absolutely nothing wrong about it except that it is > just usually not needed for text-mode non-interactive stuff, > and the advantage of not using it is that you'll have all the > text still on your terminal after dosemu

Re: lag while printing and serial redirect

2016-12-15 Thread Stas Sergeev
16.12.2016 01:10, Jakub Klawiter пишет: It's not "just a bat". I mean it is starting executable programm which need terminal to be 80x24. the batch file is now rather simple (just cd to working directory, and exe with it's parameters) but i'll leave it like this because... i did it this way

Re: lag while printing and serial redirect

2016-12-15 Thread Jakub Klawiter
Hello! 2016-12-15 22:57 GMT+01:00 Stas Sergeev : >> it is also not delay, i've changed it from 10 to 5, and the lag is >> smaler but not by half. > > This is a delay since the print data xfer ended, not started. > So the

Re: lag while printing and serial redirect

2016-12-15 Thread Stas Sergeev
15.12.2016 19:18, Jakub Klawiter пишет: Hello! 2016-12-14 21:00 GMT+01:00 Stas Sergeev : 14.12.2016 17:32, Jakub Klawiter пишет: 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

Re: lag while printing and serial redirect

2016-12-15 Thread Jakub Klawiter
Hello! 2016-12-14 21:00 GMT+01:00 Stas Sergeev : > 14.12.2016 17:32, Jakub Klawiter пишет: >> 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

Re: lag while printing and serial redirect

2016-12-14 Thread Jakub Klawiter
Hello! 2016-12-13 22:13 GMT+01:00 Stas Sergeev : >> $_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… i've changed it to 5 it's better i think.

Re: lag while printing and serial redirect

2016-12-13 Thread Stas Sergeev
13.12.2016 16:26, Jakub Klawiter пишет: Hello! i've got dosemu installed on ubuntu box. I've OKI dot matrix printer connected to it via USB2parallel interface. Now if i'll try e.g. $ echo test | lpr -l the printer starts to print immediately. But from dosemu if i'll try: C:>echo test >

Re: lag while printing and serial redirect

2016-12-13 Thread Frank Cox
On Tue, 13 Dec 2016 14:26:34 +0100 Jakub Klawiter wrote: > $ echo test | lpr -l > the printer starts to print immediately. > > But from dosemu if i'll try: > > C:>echo test > lpt1: > > it's working but there is 3-4 seconds lag before it starts to print. > Where can i look to fix it? That's