Page 1 of 1

Receipt Printer problem on Star TSP600

Posted: Sun Jun 13, 2004 10:03 am
by Andreas
I have a Star TSP600 and it's working almost perfect. The printer
can store logos (I just printed the logo using the logo store
printer driver). If I use a windows application the logo is printed
at the top of every document, but if I use DHPOS or another DOS
application there is NO logo. To print the logo from DOS I should
send the "control code" <ESC> <FS> "p" 1 0 (or 27, 28, 112, 1, 0).

To open the cash drawer I just send 7, so I combined the logo
print and open cash drawer in DHPOS "Open cash drawer". The problem
is that it doesn't send a zero (which means "print the logo normal")
and it sends the code twice so I get two logos and two clicks in the
cash drawer.

However, I can send 2 (which means "print the logo Double-height")
instead of the zero. But then I must make the logo half height first,
and it still prints two logos! If I replace the open drawer 7 with
27, it prints one logo a "p" and opens the drawer once. But then I
get an annoying "p" under the logo.

Does anyone know how to solve this problem?

/Andreas

Dale: In Sweden we have to save the daily Journal for 10 years.

Posted: Fri Jun 25, 2004 5:29 pm
by peewee3ie
The code that you must send to print one logo only is as follows

your code <ESC><FS> "p""1"0" is 27,28,112,49,48

this should stop the P from beening printed and one logo should be printed