How to print to HP laserjet 1100 series using PIC without PC?


Closed Thread
Results 1 to 6 of 6
  1. #1

    Question How to print to HP laserjet 1100 series using PIC without PC?

    I need information or experience for how to print to hp laserjet 1100 series automatically from PIC microcontrollers without needing to PC computer, please if one have any idea about this field to reply me

    for example I need to print the specific number for example 123 in large size in center of paper from PIC microcontroller for the simplest step

  2. #2


    Did you find this post helpful? Yes | No

    Default

    The interfacing will be through parallel port

  3. #3
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    Yes, the LaserJet 1100 is compatible with DOS.
    The printer uses the HP PCL5e language.
    The printer has 26 Intellifont scalable typefaces built in. (Printer fonts).

    PCL 5 Printer Language Technical Reference Manual:
    http://h20000.www2.hp.com/bc/docs/su...0/bpl13210.pdf

    PCL 5 Printer Language Technical Quick Reference Guide:
    http://h20000.www2.hp.com/bc/docs/su...5/bpl13205.pdf

    * * *

    Write first a DOS program on a 100% DOS PC and then port the code to the PIC.

    Best regards,

    Luciano

  4. #4


    Did you find this post helpful? Yes | No

    Lightbulb

    Thanks a lot , It's agood idea and good information , I will try to read the manual and interfacing from Dos to printer then apply to Microcontroller

    with my best regards

  5. #5


    Did you find this post helpful? Yes | No

    Question

    Anyone have an idea how to print anything to printer from PC using direct access language PCL5 with any programming language

  6. #6
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    On the first page of the PCL 5 Printer Language Technical Reference Manual
    there is a link to the part 2 of the document. The link does not work in the PDF file.
    Below you can find the link to the part 2 of the manual.

    Search "LPRINT" in the part 2 of the manual and you will find samples in BASIC and C.
    The samples are about HPGL but this will give you an idea how to send the commands to
    the printer.

    Best regards,

    Luciano


    PCL 5 Printer Language Technical Reference Manual

    Part 1:
    http://h20000.www2.hp.com/bc/docs/su...0/bpl13210.pdf

    Part 2:
    http://h20000.www2.hp.com/bc/docs/su...1/bpl13211.pdf

    EDIT: See also these links:
    http://h10025.www1.hp.com/ewfrf/wc/d...le=37103#N7571
    http://www.dragon-it.co.uk/links/hp_pcl_codes.htm

    HP Color LaserJet and LaserJet Series Printers
    - History of Printer Command Language (PCL)
    http://h20000.www2.hp.com/bizsupport...ectID=bpl04568
    Last edited by Luciano; - 26th January 2008 at 17:36.

Similar Threads

  1. Replies: 26
    Last Post: - 2nd October 2017, 11:35
  2. Send data PIC to PC
    By konter in forum Off Topic
    Replies: 6
    Last Post: - 25th December 2009, 22:04
  3. Send data to PC USB
    By konter in forum Off Topic
    Replies: 2
    Last Post: - 18th December 2009, 21:57
  4. Replies: 67
    Last Post: - 8th December 2009, 02:27
  5. HSERIN & Interupts (aka controlling PIC programs from a remote PC)
    By HankMcSpank in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 17th June 2009, 14:46

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts