How to download from hewlett packard

can any one tell me how to download from HP as i need to update my printers WIFI connection as i have just got a new home hub?

I'm not sure that a download would be required, but if it is the following would be the starting point: http://www8.hp.com/us/en/drivers.html

Similar Messages

  • I've got a GPIB card from hewlett Packard to use with a HP4263A LCR meter

    I've got a GPIB card from hewlett Packard to use with a HP4263A LCR meter, I am trying to use NIDAQ to get the data in labview,but the card is not detected, what can I do? I am using an AT-MIO-16E card and a PC-DIO 32 card, installed by another developer, I just would like to get the device working again, but I do not have any experience with labview.

    Hello;
    It's not clear from what exact device you are willing to get data. By what I understood from your e-mail, you are intending to get data from the HP GPIB board. If that is the case, you don't need NI-DAQ. You will probably be better of by contacting HP and ask then for the Labview driver for that GPIB board.
    Regards
    Filipe A.
    Applications Engineer
    National Instruments

  • How to download from spool to application server

    Hi all,
       Can any one tell me how to download from spool to application server. Quick response would be appreciated.
    thanks
    mahesh

    Hi Kilaru,
    Please find the sample code for your req,t and let me know if you found any difficulty on the same.
    <b>Just copy paste the code :</b>
    This will Convert spool to PDF format and download.
    data: w_ident     like tsp01-rqident,
          w_doctype   like tsp01-rqdoctype,
          w_bytecount type i.
    data: itab_pdf    like tline occurs 0 with header line.
    parameter spoolnum like tsp01-rqident obligatory.
    selection-screen begin of block a2 with frame.
    parameters:  to_pc   radiobutton group a2 default 'X',
                 pcfile like rlgrap-filename lower case,
                 to_unix radiobutton group a2,
                 unixfile(255) lower case.
    selection-screen end of block a2.
    at selection-screen on block a2.
      if to_pc = 'X' and pcfile is initial.
        message e398(00) with 'Enter PC File Name.'.
      elseif to_unix = 'X' and unixfile is initial.
        message e398(00) with 'Enter Unix File Name.'.
      endif.
    at selection-screen on spoolnum.
      select single rqident rqdoctype
             into (w_ident, w_doctype)
             from tsp01
             where rqident = spoolnum.
      if sy-subrc ne 0.
        message e398(00) with 'Spool' spoolnum 'not found'.
      endif.
    at selection-screen on value-request for pcfile.
      call function 'WS_FILENAME_GET'
           exporting
                mask     = ',.,..'
           importing
                filename = pcfile
           exceptions
                others   = 1.
      if sy-subrc <> 0.
        message id sy-msgid type 'I' number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    start-of-selection.
      if w_doctype = 'LIST'.
        perform get_abap_spool_in_pdf.
      elseif w_doctype = 'OTF'.
        perform get_otf_spool_in_pdf.
      endif.
      if to_pc = 'X'.
        perform write_pdf_spool_to_pc.
      else.
        perform write_pdf_spool_to_unix.
      endif.
      message i398(00) with 'Completed OK'.
    form get_abap_spool_in_pdf.
      refresh itab_pdf.
      call function 'CONVERT_ABAPSPOOLJOB_2_PDF'
           exporting
                src_spoolid              = w_ident
           importing
                pdf_bytecount            = w_bytecount
           tables
                pdf                      = itab_pdf
           exceptions
                err_no_abap_spooljob     = 1
                err_no_spooljob          = 2
                err_no_permission        = 3
                err_conv_not_possible    = 4
                err_bad_destdevice       = 5
                user_cancelled           = 6
                err_spoolerror           = 7
                err_temseerror           = 8
                err_btcjob_open_failed   = 9
                err_btcjob_submit_failed = 10
                err_btcjob_close_failed  = 11
                others                   = 12.
      if sy-subrc ne 0.
    message e398(00) with 'Cannot convert to PDF. Error =' sy-subrc.
      endif.
    endform.
    *********************************************************form get_otf_spool_in_pdf.
      refresh itab_pdf.
      call function 'CONVERT_OTFSPOOLJOB_2_PDF'
           exporting
                src_spoolid              = w_ident
           importing
                pdf_bytecount            = w_bytecount
           tables
                pdf                      = itab_pdf
           exceptions
                err_no_otf_spooljob      = 1
                err_no_spooljob          = 2
                err_no_permission        = 3
                err_conv_not_possible    = 4
                err_bad_dstdevice        = 5
                user_cancelled           = 6
                err_spoolerror           = 7
                err_temseerror           = 8
                err_btcjob_open_failed   = 9
                err_btcjob_submit_failed = 10
                err_btcjob_close_failed  = 11
                others                   = 12.
      if sy-subrc <> 0.
    message e398(00) with 'Cannot convert to PDF. Error =' sy-subrc.
      endif.
    endform.
    *********************************************************form write_pdf_spool_to_unix.
      open dataset unixfile for output in binary mode.
      if sy-subrc ne 0 .
        message e398(00) with 'Cannot open unix file for output:' unixfile.
      endif.
      loop at itab_pdf.
        transfer itab_pdf to unixfile.
        if sy-subrc ne 0 .
          message e398(00) with 'Cannot write to unix file:' unixfile.
        endif.
      endloop.
      close dataset unixfile.
    endform.
    *********************************************************form write_pdf_spool_to_pc.
      call function 'WS_DOWNLOAD'
           exporting
                bin_filesize            = w_bytecount
                filename                = pcfile
                filetype                = 'BIN'
           tables
                data_tab                = itab_pdf
           exceptions
                file_open_error         = 1
                file_write_error        = 2
                invalid_filesize        = 3
                invalid_type            = 4
                no_batch                = 5
                unknown_error           = 6
                invalid_table_width     = 7
                gui_refuse_filetransfer = 8
                customer_error          = 9
                others                  = 10.
      if sy-subrc <> 0.
    message e398(00) with 'Cannot download to PC. Error =' sy-subrc.
      endif.
    endform.
    Hope this will help you.
    Cheers
    Sunny
    Rewrd points, if found helpful

  • How to download from a non-apple laptop to ipad

    How to download from a non-apple laptop to ipad

    Apple or Windows PC its done the same way.  Through iTunes.
    http://itunes.apple.com

  • How to download from I-Tunes on a USB stick

    How to download from I-Tunes on a USB stick

    Drag a song which is already in your collection from your music list in iTunes to the USB stick. If you want to purchase a new song you will have to do so in iTunes first then drag it to the USB stick.

  • How to How to download from without getting error code 1009?

    How to How to download from without getting error code 1009?

    I get the same error message on my Mac Book Air 13" Mac OS X and iphone 4 accessing internet via 3.5G modem and Edge / GPRS esprectively.  I'm in Sudan now, wasn't getting this message in Ethiopia.  Using Itunes store location for UK.  Could it be an IP blocking issue and if so any ideas of a work around?
    Thanks

  • HT1491 would like to know how to download from new computer to ipod

    how to download from new computer to ipid

    Hi there,
    You may find the article below helpful.
    iTunes 11 for Mac: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12113
    iTunes 11 for Windows: Set up syncing for iPod, iPhone, or iPad
    http://support.apple.com/kb/PH12313
    -Griff W.

  • How to download from iPhone to LR, and then delete on Phone keeping photo in LR

    Hi
    How to download photos from iPhone to Lightroom, then save them, not just sync them, and finally remove them from iPhone ( or from the folder "All synced Photographs") and still have the photo in Lightroom?
    Found one workaround, exporting from folder "All synced Photographs" to my desktop, then import back into LR. Is there any easier way?

    Moving the discussion to Photoshop Lightroom.
    Thanks,
    Atul Saini

  • HT5085 how to download from the cloud

    how do I download from the cloud?

    Welcome to the Apple Support Communities
    If you refer to purchased content, see > http://support.apple.com/kb/HT2519

  • How to Download from app store to pc and then onto iphone 4s

    how do i download from the app store onto my pc and then onto my iphone 4s?

    In a nutshell: Install iTunes on your computer if you have not already done so. Download the app you want. Sync your phone to attains by connecting it to the computer using the cable that came with the phone or by WiFi.
    See this page for more information:
    http://www.apple.com/support/itunes/apps/
    Is there a reason you don't do it directly on the phone itself?

  • Can anyone tell me how to download from itunes to my iphone 5.

    Hi have just bought my iphone 5 and am having trouble downloading from itunes can anyone tell me in simple terms how to do it.

    Read the manual:  http://support.apple.com/manuals/

  • How to download from avfx

    Hello, Need help with downloading from this site below, I have a camera in my new Vostro 500 factory installed http://www.mylivecam.com/downloads/downloads.aspx In the Dell webcam console it gives you effect, the is a button to MORE to get additonal video effects. When I try to save them, they don't save

    You do everything through iTunes. http://support.apple.com/kb/HT1386 has lots of info on how to sync.
    You can also download games directly from the App Store on your phone.

  • How to download from sapservx?

    Hi all,
    Could anybody tell me how I should download the following transport file? The SAP note what is mentioned did not help either.                                                                               
    . [Note 101217/ ]   CCMS transport 6.20/6.40                                              
    escription     Collective transport for CCMS functions for DB2-z/OS to be used for SAP    
                   Basis Releases 6.20 and 6.40.                                              
                   See note 427748/ .                                                         
    mplementation  Download SAPK640OSx.SAR from general/R3server/abap/note.0417920/rel640 (ftp
                   server sapservX), unpack with SAPCAR -xvf SAPK640OSx.SAR, put files to     
                   transport directories, and import SAPK640OSx using Tx STMS -> Importqueue  
                   -> "Extras->Other requests->Add" -> "Request->Import".                     
    Thanks in advance,
    Krisz

    Hi,
    The section 2. b) of the [SAP Note 13719|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=13719] describes how to download and import files from SAPSERVX through FTP.
    Also have a look at these notes
    1. Note 63845 - Corrections on sapserv - searching for files.
    2. Note 37211 - ftp not via SAProuter : "connection refused"
    Hope this clarifis/helps.
    Regards,
    Varadharajan M

  • How to download from tftp

    how do I download from TFTP for my firmware for a WRT54G Ver 1.006?
    where do I go????

    Once you can ping the router but can’t access the setup page of the router,
    Or cannot upgrade the firmware of the router using its UI… use TFTP.exe.
    Follow the following steps and you’ll never get lost.
    connect straight to the modem, log on to ftp.linksys.com/pub/network
    download tftp.exe (right click on the file and select copy to folder)
    download the firmware for your router as well from www.linksys.com
    unzip the file to get the .BIN file
    a. right click on the zip file, select "extract all files to..."
    b. Click on "browse" to set the destination to your "desktop"
    once unzipped, isolate PC and router
    check for firewall (mcafee, zone alarm, blackice, etc) and set static IP
    try pinging the router first
    then open the tftp.exe (RUN it), it will ask for these information:
    a. server:                      192.168.1.1
    b. password:     admin
    c.       file:             browse for the .BIN file
    click on upgrade button and it should now start the upgrade.
    once successful, hard reset and reconfigure router.

  • How to download from Digital Rebel to iPad

    How do I download from my digital Rebel (one of the originals using a CF card) to my ipad when I am travelling?

    The origianl "Digital Rebel" is _very_ old.  Apple makes a camera connection kit which offers two options which work with many cameras.
    One option supports transfer for cameras that use an "SD" card.  The connector dongle has a card slot and users can remove the card from the camera and insert it into the SD reader.  BUT... as the original Digital Rebel uses a CF card and not an SD card, that option wont work for you.
    The other option supports transfers for _most_ cameras that can attach via a USB cable.  The Apple connector dongle has a USB plug on it and you use the standard USB cable that came with the camera.  
    That 2nd option *may* actually work for you.  I'm wondering if you tried it.  I say "may" work because your camera is fairly old so it may not be supported by Apple.
    Incidnetally, the Apple iPad Camera Connection Kit comes in two flavors... one has the 30-pin "dock" type connector, the newer model has the new "Lightning" connector now in use by Apple's newer iPads and iPhones.
    Tim Campbell
    5D II, 5D III, 60Da

Maybe you are looking for

  • I can no longer print .pdf docs, I get: lxbzgf.DLL was not found & can not load library LXBZPRP.DLL

    When trying to print a .pdf doc, it now fails and I get the following dialog box: "lxbzgf.DLL" was not found" and then after closing the session, pops the following dialog box which says: "can not load library "LXBZPRP.DLL" I think it is related to l

  • Is there a time limit for how long a free form can be used/accessed?

    Is there a time limit for how long a free form that is created can be used/accessed, or is it soely dependent upon when the 50 respondent max has been reached?  I am creating a form now, that will likely be distributed in early January, and I want it

  • Movie rental issues

    Ok looking for some assistance on this one since I cannot figure out, I have searched and no one has really come up with a good easy to understand English like explanation on how to resolve it since I have attempted all those that are out there as we

  • Has anyone hooked up a microphone to an iPad

    I would like to record my husband playing his guitar also his electronic drums. Can I also use the external microphone and video at the same time? Went to my local Apple dealer and they didn't even know that a mic can be set up on an Ipad.

  • Stop sending me TWO replies to my mailbox. I want only ONE.

    I was and have been getting two copies of every email sent to my mailbox. I followed the instructions for getting that straightened out but nothing changed; I kept getting TWO copies. Then I decided to solve it by deselecting ALL of my subscriptions