VOGONS


First post, by rkpb1

User metadata
Rank Newbie
Rank
Newbie

Hello,

Love this project so first off really have to thank everyone for the hard work!

unfortunately when I print to a file with these settings:
printer=true
dpi=360
width=85
height=110
printoutput=printer
multipage=false
docpath=.
timeout=0

[parallel]
parallel1=file

I get random characters like the attached image. Any ideas how to get rid of them? any help would be amazing.

The reason I am using print to file is, if I print to the printer from Dosbox through an LPT1 capture, it just gives me a blank page.

Reply 2 of 9, by rkpb1

User metadata
Rank Newbie
Rank
Newbie

hello,
I am using dosbox MB6. what else can I provide sir?

Reply 4 of 9, by rkpb1

User metadata
Rank Newbie
Rank
Newbie

sorry -
I am using windows XP 64bit, the application is a dos application which does not exist anymore

Reply 5 of 9, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

Apparently it does exist or you wouldn't be able to use it 😉

XP 64bit is not really known for good compatibility, maybe try a newer Windows (maybe you have access to one and you can try the nonexisting program on that)

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 6 of 9, by rkpb1

User metadata
Rank Newbie
Rank
Newbie
Dominus wrote:

Apparently it does exist or you wouldn't be able to use it 😉

XP 64bit is not really known for good compatibility, maybe try a newer Windows (maybe you have access to one and you can try the nonexisting program on that)

ha, well i meant today it does not exist nor has support. It's called "Paging System 3.0" Internet Business Computers, INC (1994).

Reply 7 of 9, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

MB6 is out-of-date; you should try the SVN Daum verison.

I suspect you have configured your program to use a printer standard that is not compatible with the standard used by the virtual printer. The documentation suggests that in Windows you should select "Generic ESC/P 24pin wide" or "Epson SQ 860".

Reply 8 of 9, by LocalH

User metadata
Rank Newbie
Rank
Newbie

Those highlighted portions look like escape codes. That would be because you're capturing the raw output of the parallel port.

Reply 9 of 9, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

Ah, of course you're right. I didn't catch that.

rkpb1 wrote:

[parallel]
parallel1=file

To use the virtual printer, that should be parallel1=printer.