Shop OBEX P1 Docs P2 Docs Learn Events
Serial Inkjet Printer Driver Crisis — Parallax Forums

Serial Inkjet Printer Driver Crisis

Bard TordalBard Tordal Posts: 5
edited 2007-04-27 14:48 in General Discussion
Hi
Does anybody know which driver and fonts comes preinstalled on the Serial Inkjet Printer Driver Board? I need to reinstall the factory driver + fonts. Parallax support could not answer me, so I hope someone here has any experience with installing drivers on this board!

-Baard

Comments

  • Vern GranerVern Graner Posts: 337
    edited 2007-04-25 15:27
    Bard Tordal said...
    Hi
    Does anybody know which driver and fonts comes preinstalled on the Serial Inkjet Printer Driver Board? I need to reinstall the factory driver + fonts. Parallax support could not answer me, so I hope someone here has any experience with installing drivers on this board!

    -Baard
    I have used the Serial Inkjet board, but I didn't supplant any of the firmware in the board, I simply fed it serial data from the stamp:

    Injet Demo

    How exactly did you manage to remove the default font?

    Vern

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Vern Graner CNE/CNA/SSE    | "If the network is down, then you're
    Senior Systems Engineer    | obviously incompetent so why are we
    Texas Information Services | paying you? Of course,if the network
    http://www.txis.com        | is up, then we obviously don't need
    Austin Office 512 328-8947 | you, so why are we paying you?" ©VLG
    
    
  • dandreaedandreae Posts: 1,375
    edited 2007-04-25 17:47
    This can be referenced in the "Inkjet Applications" text.· Page 180 of the text will give you information regarding the programming of the drivers.

    Dave

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Dave Andreae

    Parallax Tech Support·
  • Bard TordalBard Tordal Posts: 5
    edited 2007-04-25 20:05
    Hi
    I don't have the book right here, but I guess you refer to reinstalling the HP5160x.SXB driver. I have tried two different drivers: the original driver and the updated driver which deals with a problem which arises when cycling power on/off - causing all the diagnostics leds on the board to light up and fry the printer cartridge.

    Both drivers produce the same result - the board prints out nothing, and whenever I push the Boe Boards reset button some of the diagnostics led light up again and stays lit depending on which character I try to print out.

    I really have no idea how or if I have managed to remove the fonts though. I have never used the SX chip before and I'm not an expert when it comes to programming or electronics. What I thought would happen when updating the driver was that only the driver would be updated and the fonts in the EEPROMs would be intact. But since nothing works now, I would like to get the exact fonts + drivers that were preinstalled. Perhaps I have managed to fry my printer board? Installing the original setup would help me find this out...

    - Bard
  • Bard TordalBard Tordal Posts: 5
    edited 2007-04-27 13:29
    OK, so if I have understood everything correct; the Inkjet Driver Board is preprogrammed with the HP5160x.sxb driver from the book, or HP5160x2.sxb from the Parallax website. On page 180 of Matts book on Inkjet Applications it says that the 24LC64 EEPROM contains two separate fonts, the utility and enhanced font on page 214.

    The HP_Load_Font program sends the font in maps like this to the Basic Stamp:

    C47···········DATA··· Word %000000000000
    ··············· DATA··· Word %000000000100
    ··············· DATA··· Word %000000001000
    ··············· DATA··· Word %000000010000
    ··············· DATA··· Word %000000100000
    ··············· DATA··· Word %000001000000
    ··············· DATA··· Word %000010000000
    ··············· DATA··· Word %000100000000
    ··············· DATA··· Word %001000000000
    ··············· DATA··· Word %010000000000
    ··············· DATA··· Word %000000000000
    ··············· DATA··· Word %000000000000


    _A············ DATA··· Word %000000000000
    ··············· DATA··· Word %000001000000
    ··············· DATA··· Word %000100010000
    ··············· DATA··· Word %010000000100
    ··············· DATA··· Word %010000000100
    ··············· DATA··· Word %010101010100
    ··············· DATA··· Word %010000000100
    ··············· DATA··· Word %010000000100
    ··············· DATA··· Word %010000000100
    ··············· DATA··· Word %010000000100
    ··············· DATA··· Word %000000000000
    ··············· DATA··· Word %000000000000

    "C47" refers to the ASCII code of the "/" charachter. "_A" refers to "A". So far so good.·Now here is my question: The character maps of the utility/enhanced fonts looks like this:


    ;N=0047 002FH
    x=12 Y=12
    01·········· ............
    02·········· .........0..
    03·········· ........0...
    04·········· .......0....
    05·········· ......0.....
    06·········· .....0......
    07·········· ....0.......
    08·········· ...0........
    09·········· ..0.........
    10·········· .0..........
    11·········· 0...........
    12·········· ............

    Should I change the:

    ;N=0047 002FH
    x=12 Y=12

    to C47, like in the basic stamp program?

    -Bard
  • Bard TordalBard Tordal Posts: 5
    edited 2007-04-27 14:32
    And another thing that puzzles me: After Installing the HP5160x.sxb driver the dieagnistics LEDs on the Printer Driver board lights up whenever I try the example programs, Simple_Print.bs2 or Printer_Bot.bs2. Can this be caused by missing fonts in the EEPROM?

    -Bard
  • dandreaedandreae Posts: 1,375
    edited 2007-04-27 14:48
    Please contact our tech support at 1-888-997-8267 and ask for myself Dave Andreae.

    Thanks,

    Dave

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Dave Andreae

    Parallax Tech Support·
Sign In or Register to comment.