Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Impression in a sato cx-400

1 view
Skip to first unread message

vugalde

unread,
Jan 20, 2009, 9:08:01 AM1/20/09
to
I am developing an application in vb 6,0 for a supermarket where I must print
labels with the description of the product and the price with and without
discount in a sato printer cx-400 the problem is that I cannot make the
impression towards that printer tendran some application with which they can
help me to guide, the code to me that I have used is:
Printer.Print Chr$(27) & "A";
Printer.Print Chr$(27) & "A3H0406V0001";
Printer.Print Chr$(27) & "H0050" & Chr$(27) & "V0100" & Chr$(27) & "L0303" &
Chr$(27) & "XMSATO";
Printer.Print Chr$(27) & "H0050" & Chr$(27) & "V0200" & Chr$(27) &
"B103100*SATO*";
Printer.Print Chr$(27) & "H0170" & Chr$(27) & "V0310" & Chr$(27) & "L0101" &
Chr$(27) & "XUSATO";
Printer.Print Chr$(27) & "Q1";
Printer.Print Chr$(27) & "Z"

Printer.EndDoc

0 new messages