How can I using Parallel on Windows7 Guest

Discussions about using Windows guests in VirtualBox.
RiiN
Posts: 10
Joined: 7. Nov 2016, 08:58

How can I using Parallel on Windows7 Guest

Post by RiiN »

I using Windows 7 host and setup guest wiht windows 7 embbed.

For the windows 7 host, my LPT1 is detail 0x378 and IRQ 7 and disable interrupt.

I use command line below for mange by console

C:\Program Files\Oracle\Virtualbox\VBoxmanage modifyvm Win7guest01 --lptmode1 lpt1
C:\Program Files\Oracle\Virtualbox\VBoxmanage modifyvm Win7guest01 --lpt1 0x378 7

On device management Windows guest, it show Printer Port (LPT1). But can not print to this port.

How can I verify this problem or configuration.

PS. I already follow step on your guide page.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: How can I using Parallel on Windows7 Guest

Post by mpack »

LPT is a legacy device, not plug and play. Make sure you shut down (not suspend) then restart the VM, and then use Win7's control panel "Add new hardware" feature.

If you have any further questions then please provide a VM log file: with the VM fully shut down, right click it in GUI. Select "Show Log" and save "VBox.log" (ONLY) to a zip file. Attach the zip here.
RiiN
Posts: 10
Joined: 7. Nov 2016, 08:58

Re: How can I using Parallel on Windows7 Guest

Post by RiiN »

Hi Mpack

The Parallel show on device manage already. If it show already, it need "Add new hardware" feature or not?

For the log file, please find in attached file.
Attachments
Win7 Guest.zip
(70.97 KiB) Downloaded 14 times
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: How can I using Parallel on Windows7 Guest

Post by mpack »

If it shows in the guest Device Manager already then it must be working else the guest OS would not report it as present. So, I'm not sure what you question is?
RiiN
Posts: 10
Joined: 7. Nov 2016, 08:58

Re: How can I using Parallel on Windows7 Guest

Post by RiiN »

IT already show on device manage. But I can not print by driver or direct on dos.
I don't know why can not print. Can you suggest me for how to print by LPT port.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: How can I using Parallel on Windows7 Guest

Post by mpack »

Does copying text files to LPT1: do nothing?

Anyway there is no easy answer to that question. DOS is not a modern OS, it did not include a complex driver architecture, there was no standardized printing API, and DOS didn't have the memory to efficiently render pages before sending them to a page oriented printed. The dot matrix stream printer is what ruled in DOS days. And, each big application had it's own drivers for popular printers.
RiiN
Posts: 10
Joined: 7. Nov 2016, 08:58

Re: How can I using Parallel on Windows7 Guest

Post by RiiN »

For the driver it not work. When I install driver printer and then printing it by the driver. It can't print.
That it why I try to print by DOS. I create text file and then send to LPT Port. I test it same on Host, It work.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: How can I using Parallel on Windows7 Guest

Post by socratis »

Why don't you simply share the printer in your Win7 host and use the network printing functionality from your Win7 guest?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
RiiN
Posts: 10
Joined: 7. Nov 2016, 08:58

Re: How can I using Parallel on Windows7 Guest

Post by RiiN »

Because I using application on DOS with Win7 guest. My application direct command to printer.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: How can I using Parallel on Windows7 Guest

Post by mpack »

RiiN wrote:Because I using application on DOS with Win7 guest. My application direct command to printer.
I'm not certain I understand this correctly. Do you literally mean you're using a 16 bit DOS application on a Windows 7 host (if so why??), or do you really mean that you are using the Windows Command console (a.k.a. terminal window, a.k.a. Command Prompt). If the latter is what you mean then DOS is not involved.
RiiN
Posts: 10
Joined: 7. Nov 2016, 08:58

Re: How can I using Parallel on Windows7 Guest

Post by RiiN »

I using command prompt for run software. My Application use print by OPOS driver.
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Mostly XP

Re: How can I using Parallel on Windows7 Guest

Post by mpack »

Right, so I'm glad we pinched off that source of confusion.

The Command Prompt in Windows XP and later is not DOS. It is a fully 32bit (or 64bit) application which just happens to lack a graphics interface. The default command syntax looks similar to DOS commands, but I emphasize that this not DOS, which is a 16bit text oriented OS from two decades ago.

This makes a huge difference: the Command Console is a full participant in modern Windows. It uses the same printer driver stack as any other application and hence has no special requirements - or abilities.
RiiN
Posts: 10
Joined: 7. Nov 2016, 08:58

Re: How can I using Parallel on Windows7 Guest

Post by RiiN »

It look link windows command (Driver). My key point is, how to print with parallel. But don't why i can't to print with parallel port. The parallel port it show on device management console.

How can I take this issue? Could you please suggest me for solve this issue.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: How can I using Parallel on Windows7 Guest

Post by socratis »

What is the software? Exactly.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
RiiN
Posts: 10
Joined: 7. Nov 2016, 08:58

Re: How can I using Parallel on Windows7 Guest

Post by RiiN »

This POS software.
Post Reply