Dosemu - Waiting for printer to be On-Line












0















I´m installing an old accounting program in Dosemu and It runs very well until it’s time to print a report. The program checks that the printer is on-line prior to sending the information and it gives a message that no printer is available and stops (I don´t have a parallel printer in lpt1 and I’m using Cups-pdf as a way to manage the outputs)



I have set up Dosemu and Cups-pdf and I can print from the command line. Thus, the Cups configuration seems to be ok.



I tested the program with the ‘Mode lpt1=Null’ and in this case the program did send the information to the printer but since in this case the printer is ‘Null’ the report was lost.



It seems that the Dosemu default setting for the printer status register of LPT1 is ‘Acknowledge’ (INT17) and the program is waiting for a ‘Printer On-Line’. For some reason, the ‘Mode lpt1=Null’ changes this setting to ‘Printer On-Line’ which leads me to believe that there is a way to manage this setting.



How can I change this configuration? Can I do it with the runtime options or do I need to do a compilation? Maybe there is a simpler solution that I haven't considered.



I am using Dosemu 1.4.0.8, Cups 2.2.1 on a Debian 9.7 strech 64.










share|improve this question























  • You could try dosbox instead of dosemu. This seems to have solved a similar problem here: nishadnerurkar.wordpress.com/tag/printing-in-dosbox

    – Bodo
    Feb 13 at 17:29











  • Thank you for your the link. If addresses the issue that I'm struggling with. However it seems to have been written in a old version of C++ and I'm having trouble compiling it.

    – Zocco
    Feb 15 at 19:21
















0















I´m installing an old accounting program in Dosemu and It runs very well until it’s time to print a report. The program checks that the printer is on-line prior to sending the information and it gives a message that no printer is available and stops (I don´t have a parallel printer in lpt1 and I’m using Cups-pdf as a way to manage the outputs)



I have set up Dosemu and Cups-pdf and I can print from the command line. Thus, the Cups configuration seems to be ok.



I tested the program with the ‘Mode lpt1=Null’ and in this case the program did send the information to the printer but since in this case the printer is ‘Null’ the report was lost.



It seems that the Dosemu default setting for the printer status register of LPT1 is ‘Acknowledge’ (INT17) and the program is waiting for a ‘Printer On-Line’. For some reason, the ‘Mode lpt1=Null’ changes this setting to ‘Printer On-Line’ which leads me to believe that there is a way to manage this setting.



How can I change this configuration? Can I do it with the runtime options or do I need to do a compilation? Maybe there is a simpler solution that I haven't considered.



I am using Dosemu 1.4.0.8, Cups 2.2.1 on a Debian 9.7 strech 64.










share|improve this question























  • You could try dosbox instead of dosemu. This seems to have solved a similar problem here: nishadnerurkar.wordpress.com/tag/printing-in-dosbox

    – Bodo
    Feb 13 at 17:29











  • Thank you for your the link. If addresses the issue that I'm struggling with. However it seems to have been written in a old version of C++ and I'm having trouble compiling it.

    – Zocco
    Feb 15 at 19:21














0












0








0








I´m installing an old accounting program in Dosemu and It runs very well until it’s time to print a report. The program checks that the printer is on-line prior to sending the information and it gives a message that no printer is available and stops (I don´t have a parallel printer in lpt1 and I’m using Cups-pdf as a way to manage the outputs)



I have set up Dosemu and Cups-pdf and I can print from the command line. Thus, the Cups configuration seems to be ok.



I tested the program with the ‘Mode lpt1=Null’ and in this case the program did send the information to the printer but since in this case the printer is ‘Null’ the report was lost.



It seems that the Dosemu default setting for the printer status register of LPT1 is ‘Acknowledge’ (INT17) and the program is waiting for a ‘Printer On-Line’. For some reason, the ‘Mode lpt1=Null’ changes this setting to ‘Printer On-Line’ which leads me to believe that there is a way to manage this setting.



How can I change this configuration? Can I do it with the runtime options or do I need to do a compilation? Maybe there is a simpler solution that I haven't considered.



I am using Dosemu 1.4.0.8, Cups 2.2.1 on a Debian 9.7 strech 64.










share|improve this question














I´m installing an old accounting program in Dosemu and It runs very well until it’s time to print a report. The program checks that the printer is on-line prior to sending the information and it gives a message that no printer is available and stops (I don´t have a parallel printer in lpt1 and I’m using Cups-pdf as a way to manage the outputs)



I have set up Dosemu and Cups-pdf and I can print from the command line. Thus, the Cups configuration seems to be ok.



I tested the program with the ‘Mode lpt1=Null’ and in this case the program did send the information to the printer but since in this case the printer is ‘Null’ the report was lost.



It seems that the Dosemu default setting for the printer status register of LPT1 is ‘Acknowledge’ (INT17) and the program is waiting for a ‘Printer On-Line’. For some reason, the ‘Mode lpt1=Null’ changes this setting to ‘Printer On-Line’ which leads me to believe that there is a way to manage this setting.



How can I change this configuration? Can I do it with the runtime options or do I need to do a compilation? Maybe there is a simpler solution that I haven't considered.



I am using Dosemu 1.4.0.8, Cups 2.2.1 on a Debian 9.7 strech 64.







printer emulators freedos






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 13 at 17:21









ZoccoZocco

1




1













  • You could try dosbox instead of dosemu. This seems to have solved a similar problem here: nishadnerurkar.wordpress.com/tag/printing-in-dosbox

    – Bodo
    Feb 13 at 17:29











  • Thank you for your the link. If addresses the issue that I'm struggling with. However it seems to have been written in a old version of C++ and I'm having trouble compiling it.

    – Zocco
    Feb 15 at 19:21



















  • You could try dosbox instead of dosemu. This seems to have solved a similar problem here: nishadnerurkar.wordpress.com/tag/printing-in-dosbox

    – Bodo
    Feb 13 at 17:29











  • Thank you for your the link. If addresses the issue that I'm struggling with. However it seems to have been written in a old version of C++ and I'm having trouble compiling it.

    – Zocco
    Feb 15 at 19:21

















You could try dosbox instead of dosemu. This seems to have solved a similar problem here: nishadnerurkar.wordpress.com/tag/printing-in-dosbox

– Bodo
Feb 13 at 17:29





You could try dosbox instead of dosemu. This seems to have solved a similar problem here: nishadnerurkar.wordpress.com/tag/printing-in-dosbox

– Bodo
Feb 13 at 17:29













Thank you for your the link. If addresses the issue that I'm struggling with. However it seems to have been written in a old version of C++ and I'm having trouble compiling it.

– Zocco
Feb 15 at 19:21





Thank you for your the link. If addresses the issue that I'm struggling with. However it seems to have been written in a old version of C++ and I'm having trouble compiling it.

– Zocco
Feb 15 at 19:21










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f500444%2fdosemu-waiting-for-printer-to-be-on-line%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f500444%2fdosemu-waiting-for-printer-to-be-on-line%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?