Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Dot Matrix Printer

Dot Matrix Printer

Scheduled Pinned Locked Moved C / C++ / MFC
question
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Renjith Ramachandran
    wrote on last edited by
    #1

    for a point of sale software, we uses the dot matrix printer for printing, so we need the printer commands for skipping, rollbacking paper etc....any idea ? thanks in advance Ninety-eight percent of the thrill comes from knowing that the thing you designed works, and works almost the way you expected it would. If that happens, part of you is in that machine.

    B 1 Reply Last reply
    0
    • R Renjith Ramachandran

      for a point of sale software, we uses the dot matrix printer for printing, so we need the printer commands for skipping, rollbacking paper etc....any idea ? thanks in advance Ninety-eight percent of the thrill comes from knowing that the thing you designed works, and works almost the way you expected it would. If that happens, part of you is in that machine.

      B Offline
      B Offline
      Blake Miller
      wrote on last edited by
      #2

      These commands almost ALWAYS absolutely vary by printer (or at least by manufacturer), and involve sending escape sequences to the printer to tell it to do such things. You can communicate with printer in RAW data format mode, but you will still need to write an interface layer to send it the proper escape sequences. There is no special 'built in' windows commands I am ever aware of to tell printer to do such things. I think there is an article here on CodePrject about writing to printer in the RAW mode.

      R 1 Reply Last reply
      0
      • B Blake Miller

        These commands almost ALWAYS absolutely vary by printer (or at least by manufacturer), and involve sending escape sequences to the printer to tell it to do such things. You can communicate with printer in RAW data format mode, but you will still need to write an interface layer to send it the proper escape sequences. There is no special 'built in' windows commands I am ever aware of to tell printer to do such things. I think there is an article here on CodePrject about writing to printer in the RAW mode.

        R Offline
        R Offline
        Renjith Ramachandran
        wrote on last edited by
        #3

        thanks, i am using the EPSON printer ( atleast they have the same escape sequences ? ) Ninety-eight percent of the thrill comes from knowing that the thing you designed works, and works almost the way you expected it would. If that happens, part of you is in that machine.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups