HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Printers

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-06-2007, 07:25 PM
hari
 
Posts: n/a
Default how to detect printer is not connected to system

Hi all
How to detect printer is connected to the systemn ports?

regards
Hari

Reply With Quote
Sponsored Links
  #2  
Old 04-06-2007, 07:30 PM
Warren Block
 
Posts: n/a
Default Re: how to detect printer is not connected to system

hari <haricibi83@gmail.com> wrote:

> How to detect printer is connected to the systemn ports?


The normal procedure is to see if the cable is plugged in.

--
Warren Block * Rapid City, South Dakota * USA
Reply With Quote
  #3  
Old 04-06-2007, 08:12 PM
deke
 
Posts: n/a
Default Re: how to detect printer is not connected to system

On 6 Apr 2007 11:12:07 -0700, "hari" <haricibi83@gmail.com> wrote:

>Hi all
>How to detect printer is connected to the systemn ports?
>
>regards
>Hari


Look in the printers and faxes folder and then print a test page.

Reply With Quote
  #4  
Old 04-08-2007, 12:26 PM
hari
 
Posts: n/a
Default Re: how to detect printer is not connected to system

On Apr 7, 12:09 am, deke <m...@privacy.net> wrote:
> On 6 Apr 2007 11:12:07 -0700, "hari" <haricib...@gmail.com> wrote:
>
> >Hi all
> >How todetectprinterisconnectedto the systemn ports?

>
> >regards
> >Hari

>
> Look in the printers and faxes folder and then print a test page.


I "m trying to send a command to the printer from UI. If the printer
is not connected to the system,the UI hangs.So, I need to check
whether printer is available to send the command.If printer is not
available, I will display messagebox "No printer connected"
So , I need to check wheteher printer is available( connected to the
system or not?)

Reply With Quote
  #5  
Old 04-08-2007, 05:31 PM
deke
 
Posts: n/a
Default Re: how to detect printer is not connected to system

On 7 Apr 2007 22:43:28 -0700, "hari" <haricibi83@gmail.com> wrote:

>On Apr 7, 12:09 am, deke <m...@privacy.net> wrote:
>> On 6 Apr 2007 11:12:07 -0700, "hari" <haricib...@gmail.com> wrote:
>>
>> >Hi all
>> >How todetectprinterisconnectedto the systemn ports?

>>
>> >regards
>> >Hari

>>
>> Look in the printers and faxes folder and then print a test page.

>
>I "m trying to send a command to the printer from UI. If the printer
>is not connected to the system,the UI hangs.So, I need to check
>whether printer is available to send the command.If printer is not
>available, I will display messagebox "No printer connected"
>So , I need to check wheteher printer is available( connected to the
>system or not?)


Are you running dos? linux? win 3.1? Delphi? Visual C#? Fortran?
Cobol?

Reply With Quote
  #6  
Old 04-09-2007, 06:28 AM
hari
 
Posts: n/a
Default Re: how to detect printer is not connected to system

On Apr 8, 9:23 pm, deke <m...@privacy.net> wrote:
> On 7 Apr 2007 22:43:28 -0700, "hari" <haricib...@gmail.com> wrote:
>
>
>
>
>
> >On Apr 7, 12:09 am, deke <m...@privacy.net> wrote:
> >> On 6 Apr 2007 11:12:07 -0700, "hari" <haricib...@gmail.com> wrote:

>
> >> >Hi all
> >> >How todetectprinterisconnectedto the systemn ports?

>
> >> >regards
> >> >Hari

>
> >> Look in the printers and faxes folder and then print a test page.

>
> >I "m trying to send a command to the printer from UI. If the printer
> >is not connected to the system,the UI hangs.So, I need to check
> >whether printer is available to send the command.If printer is not
> >available, I will display messagebox "No printer connected"
> >So , I need to check wheteher printer is available( connected to the
> >system or not?)

>
> Are you running dos? linux? win 3.1? Delphi? Visual C#? Fortran?
> Cobol?- Hide quoted text -
>
> - Show quoted text -


My Os is Win XP and I m developing the GUI in VC++. Ihave checked
PRINTER_INFO_6 in MSDN which gives the status of the printer in
printers and faxes folder.But I need to know whether the printer is
connected to the PC's parallel/serial port.

Reply With Quote
  #7  
Old 04-09-2007, 06:28 AM
Tony Hwang
 
Posts: n/a
Default Re: how to detect printer is not connected to system

hari wrote:
> On Apr 7, 12:09 am, deke <m...@privacy.net> wrote:
>
>>On 6 Apr 2007 11:12:07 -0700, "hari" <haricib...@gmail.com> wrote:
>>
>>
>>>Hi all
>>>How todetectprinterisconnectedto the systemn ports?

>>
>>>regards
>>>Hari

>>
>> Look in the printers and faxes folder and then print a test page.

>
>
> I "m trying to send a command to the printer from UI. If the printer
> is not connected to the system,the UI hangs.So, I need to check
> whether printer is available to send the command.If printer is not
> available, I will display messagebox "No printer connected"
> So , I need to check wheteher printer is available( connected to the
> system or not?)
>

Hmmm,
How about first command to check the printer ready status?
Reply With Quote
  #8  
Old 04-10-2007, 02:58 PM
hari
 
Posts: n/a
Default Re: how to detect printer is not connected to system

On Apr 9, 10:02 am, Tony Hwang <drago...@shaw.ca> wrote:
> hari wrote:
> > On Apr 7, 12:09 am, deke <m...@privacy.net> wrote:

>
> >>On 6 Apr 2007 11:12:07 -0700, "hari" <haricib...@gmail.com> wrote:

>
> >>>Hi all
> >>>How todetectprinterisconnectedto the systemn ports?

>
> >>>regards
> >>>Hari

>
> >> Look in the printers and faxes folder and then print a test page.

>
> > I "m trying to send a command to the printer from UI. If the printer
> > is not connected to the system,the UI hangs.So, I need to check
> > whether printer is available to send the command.If printer is not
> > available, I will display messagebox "No printer connected"
> > So , I need to check wheteher printer is available( connected to the
> > system or not?)

>
> Hmmm,
> How about first command to check the printer ready status?- Hide quoted text -
>
> - Show quoted text -


Hi
I m sending the command thru port monitor writeport,this writeport
takes time to recogonize that printer is not connected.
To send the first command printer should be there?

Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger