OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Apr 19, 2024 2:37 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Help! Testing printer in my OS :(
PostPosted: Fri Oct 25, 2013 11:14 pm 
Offline
Member
Member
User avatar

Joined: Wed Aug 21, 2013 3:53 am
Posts: 449
Location: Asia, Singapore
Does anyone know of a program like a Virtual Printer that can connect to a Virtual Machine?
My OS can print one letter to a printer, but I need to test it,
When I test it it says 'Printer Busy!', So I think I am going in the right direction
But I still need to test whether it's sending the letter to print to the printer port.
I don't have a real printer :/. So I thought to have a program that can display what letter/byte was sent to the port.
HELP!

_________________
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)


Top
 Profile  
 
 Post subject: Re: Help! Testing printer in my OS :(
PostPosted: Sat Oct 26, 2013 3:10 am 
Offline
Member
Member

Joined: Mon Sep 07, 2009 12:01 pm
Posts: 149
Various virtual machines have methods of allowing the guest OS to print.

This page suggests that VMware Workstation can emulate a serial port printer.

VirtualBox, QEMU and Bochs can all emulate a parallel port as a passthrough device. Bochs can also emulate a parallel port that outputs what it recieves to a file (see here); that sounds like what you want. VirtualBox and QEMU may be able to do so as well.


Top
 Profile  
 
 Post subject: Re: Help! Testing printer in my OS :(
PostPosted: Tue Oct 29, 2013 5:25 am 
Offline
Member
Member
User avatar

Joined: Wed Aug 21, 2013 3:53 am
Posts: 449
Location: Asia, Singapore
Thanks!

_________________
"In a time of universal deceit - telling the truth is a revolutionary act." -- George Orwell
(R3X Runtime VM)(CHIP8 Interpreter OS)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 103 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group