Android Question bluetooth print not work

apiwatcomscith

Member
Licensed User
Longtime User

If Success Then
' printer.Initialize2(mz320.OutputStream,"tis620")
printer.Initialize2(mz320.OutputStream,"utf8")
printer.Write(tprint.Text)

printer.Flush


Msgbox("Printed!","")
printer.Close
mz320.Disconnect
Else
If Msgbox2("", "Printer Error","Reprint","Cancel","",Null) = DialogResponse.POSITIVE Then
StartPrinter
End If
End If


printer Zebra MZ320
how i can resolve this problem
i want to print out with Thai language
 

apiwatcomscith

Member
Licensed User
Longtime User
Thank Erel

printer.Initialize2(mz320.OutputStream,"windows-874")

i change to "windows-874"
same problem.
how i can do ?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…