DOTMatrix Printer :Print set of Characters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bipin
    New Member
    • Jul 2015
    • 1

    DOTMatrix Printer :Print set of Characters

    I have a Monitoring application that needs to output set of characters to a local dot matrix printer ,but printing should happen whenever application get values without providing newline feed.Means new data printing position should be next of previous printed data position.

    Right now printing of characters are possible if Controlchar Lf/NewLine issued .

    I am using
    HOW TO: Send Raw Data to a Printer by Using Visual Basic .NET
    http://support.microso ft.com/?id=322090

    Code for testing
Working...