Android Question ESC/POS Commands Interpreter.

jahswant

Well-Known Member
Licensed User
Longtime User
Hi All,
I'm developping a Point Of Sale since some days.I Solved the printing part and now i want to do a print preview of my ticket before printing.I tried a Label but it seems not to imterprete correctly see the preview below.My question is : Is there a tool here to realize this ?Or something that can be wrapped ?
Capture.PNG

Best Regards.
 

jahswant

Well-Known Member
Licensed User
Longtime User
B4X:
Chr(27) & Chr(64)
Chr(27) & Chr(97) & Chr(1)
Chr(27) & Chr(97) & Chr(0)
Chr(27) & Chr(97) & Chr(2)
Chr(27) & "i" & CRLF
I want to be able to replace all of them in my string...
 
Upvote 0

amarnath

Member
Licensed User
Longtime User
I want POS Receipt. I am using
PrintBuffer = PrintBuffer &Chr(27)&"amarnath"&Chr(16) & CRLF
but text alignment not set. your post dated 03-07-2016 i want this type of pos receipt .
can you help me.

i Want Right,Left,Center Justify

and I want Marathi Font (Devnagari) Indian Language . What can i do.
my app is ready but only reports are remaining.
 
Last edited:
Upvote 0
Top