Receipt Printer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kids_pro

    Receipt Printer

    Does any know how can I fit my report to a Receipt Printer (dot matrix)?
    Is there any special sequence code to control the line?
    Any namespace provide this functionality?

    Cheers,
    Kids


  • Ignacio Machin \( .NET/ C# MVP \)

    #2
    Re: Receipt Printer

    hi,

    it depends of the printer itself, I used a Symbol printer a while ago and
    all I had to do is open the serail port and send the characters to the
    serial port.

    check your printer documentation.


    cheers,

    --
    Ignacio Machin,
    ignacio.machin AT dot.state.fl.us
    Florida Department Of Transportation



    "kids_pro" <kids_pro@yahoo .com> wrote in message
    news:eNmLFhYdFH A.2180@TK2MSFTN GP12.phx.gbl...[color=blue]
    > Does any know how can I fit my report to a Receipt Printer (dot matrix)?
    > Is there any special sequence code to control the line?
    > Any namespace provide this functionality?
    >
    > Cheers,
    > Kids
    >[/color]


    Comment

    • Chad Z. Hower aka Kudzu

      #3
      Re: Receipt Printer

      "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.mach in AT dot.state.fl.us >
      wrote in news:e$JfrXZdFH A.2180@TK2MSFTN GP12.phx.gbl:[color=blue]
      > it depends of the printer itself, I used a Symbol printer a while ago
      > and all I had to do is open the serail port and send the characters
      > to the serial port.
      >
      > check your printer documentation.[/color]

      Almost all of them are still serial based, although a few are USB. They often support dot
      matrix, but usually "prefer" and by default use ASCII.


      --
      Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
      "Programmin g is an art form that fights back"

      Make your ASP.NET applications run faster

      Comment

      Working...