Results 1 to 8 of 8

Thread: esc/pos command

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    3

    esc/pos command

    i am writing a program using visual basic 6 to print receipt to Epson compatible POS Printer. For printing Text is ok, but i wanted to include image into the receipt, but i don't know how to do so.

    For Text printing, I use the ESC/POS command something like

    Open "LPT1:" For Output As #1

    Print #1, Chr$(27) + "@" ' initial printer
    Print #1, "my code here"
    Print #1, Chr$(27); "m" ' cut receipt
    Close #1


    i saw the epson pos printer manual, it say use the ESC/POS Command like

    GS ( L - define,download and print NV graphics
    GS * - define downloaded bit image
    GS / - print downloaded bit image
    FS p - print NV bit image
    FS q - Define NV bit Image

    but i don't know how to use the following command in order to print a image.

    please help.
    Last edited by RobDog888; Jan 9th, 2007 at 01:49 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width