Android Code Snippet Print Logo in NV ram with ESC/POS

MarcoRome

Expert
Licensed User
Longtime User
Hello.
I want to share this snippet for all.

Is about print Logo in NV Ram with ESC/POS

PrintBuffer = PrintBuffer & Chr(29) & Chr(40) & Chr(76) & Chr(6)& Chr(0)& Chr(48)& Chr(69) & Chr(48)& Chr(48) & Chr(1)& Chr(1)

this code runs in Bixolon Spp-R300
What0s "NV Ram". Cani you describe better pls ?
 

DonManfred

Expert
Licensed User
Longtime User

carloschueca

Member
Licensed User
Longtime User
it´s posible in ESC/POS command with commands GS ( k ...

GS ( k pL pH cn fn m (fn=81) [Name] -> Print the QR Code symbol data in the symbol storage area.

But i never tried it!
 

Dadaista

Active Member
Licensed User
Longtime User
SendMsg = SendMsg & Chr(28) & Chr(112) & Chr(1) & Chr(51)

This code runs in Excelvan (generic ESC/POS)
 
Top