You need to know the command for cutting the paper. I do not know if it is the same for all printersI am trying you lib on a bt printer,but cannot figure out how to cut the paper after the printing is complete
Tomorrow I'll take a look and let you knowAccording to the document for the printer,
"• Paper cut by GS V m n."
but I do not know how to convert that to run with your library.
Stampa.Initialize(Me,"Stampa",Encoding.Windows1252)
Stampa.AddBuffer_Writeline("How are you?")
Stampa.AddBuffer_ArrayByte(Array As Byte(29,86,0,48,0))
Stampa.SendAllAndClose
PrintBuffer=ESC_POS.BoldOn & ESC_POS.FontA_Bold & ESC_JUSTIFY_LEFT & TicketCatName & ESC_JUSTIFY_RIGHT & SellingPrice
Starter.Printer.WriteLine(PrintBuffer)