VOGONS


First post, by eelcodegraaff

User metadata
Rank Newbie
Rank
Newbie

Hi Guys, i need some help with printing in dosbox. I have a build from
http://home.arcor.de/h-a-l-9000/
And it works nice, i am able to redirect printing to my win7 attached printer for normal lpt1 output but.
When the program creates hpgl code and want to copy this to lpt1 i get errors during sending to the printer in the dosbox informational screen. The HPGL codes are intercepted and ignored.
I would be helped a lot if someone of the development team would like to solve this for me. I will help with debugging if needed. I am not a programmer but i am able to help with delivering debug logs and help analyze the problem.

This is the issue i have to deal with ...
>> > Invalid link state 5800 when reconfiguring MCB chain
>> >
>> > PRINTER: Skipped unsupported command ESC & (26)
>> >
>> > PRINTER: Unknown command FS (803h) ♥ , unable to skip parameters.
>> >
>> > PRINTER: Unknown command FS (8FEh) ■ , unable to skip parameters.
>> >
>> > PRINTER: Unknown command FS (8FEh) ■ , unable to skip parameters.
>> >
>> > PRINTER: Unknown command FS (8FEh) ■ , unable to skip parameters.

Reply 1 of 6, by Qbix

User metadata
Rank DOSBox Author
Rank
DOSBox Author

We only support the official build.

Water flows down the stream
How to ask questions the smart way!

Reply 2 of 6, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

... is not allowed to send mail from arcor.de ...

the virtual printer does not support HPGL. If you want to pass this data on to a real printer, don't use the virtual printer but the file redirection or directlpt.

1+1=10

Reply 3 of 6, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
eelcodegraaff wrote:

When the program creates hpgl code

If I'm not mistaken, there are plenty of Windows programs capable of viewing HPGL files (and printing them and converting them and so on). There is no need for DOSBox if that's the sort of file the program is creating.

Reply 4 of 6, by eelcodegraaff

User metadata
Rank Newbie
Rank
Newbie

Thanks for your first reactions. First of all i will try to do directlpt and see if this helps. Showing the hpgl data in a dos or win box is not what we need, we realy need to get the output from this old fashioned dosprogram to a printer output. The program can't run on xp or vista or win7 and it also crashed on modern cpu's. The dosbox project helps me to solve this issue. I am very happy with the suggestions since it opens a route to a solution shat solve all my issues, the dongle that is needed, the printing issues while there are not drivers vor win98 for the printer, the cpu crashes. So when i get the hpgl printing working i own you one guys.
up
keep the good work

Reply 5 of 6, by Jorpho

User metadata
Rank l33t++
Rank
l33t++
eelcodegraaff wrote:

Showing the hpgl data in a dos or win box is not what we need, we realy need to get the output from this old fashioned dosprogram to a printer output. The program can't run on xp or vista or win7 and it also crashed on modern cpu's.

What I mean is that you can use the program in DOSBox to generate a file containing HPGL code, and then use a Windows program to print the data. You're running DOSBox under Windows anyway.

I suspect it's even possible to configure Windows to watch a folder and (using the appropriate Windows program) automatically print the data from any new HPGL files that are created, if that's what you need.

Reply 6 of 6, by eelcodegraaff

User metadata
Rank Newbie
Rank
Newbie

Creative 😀... will look into this one ...