Ok..thanx a lot. I will test it and let u know.The example (Post#1) has been modified to illustrate how to print characters of a different font transformed into an image
I checked your new sample1.The example (Post#1) has been modified to illustrate how to print characters of a different font transformed into an image
I checked your new sample1.
1. It gives result (print) with some garbage values as shown in attachment.
2. When I replaced your code line with mine i.e. .... Printer.AddBuffer_Bitmap(CreateImage("श्री गणेश",xui.CreateFontAwesome(16)),0)
It converted that font into image properly & shown in preview too. But it printed blank.
OkFor the rest you have to do it yourself, I have the impression that you lack the basic knowledge to develop the project you have in mind.
- Your printer may not be fully compatible. Or the Bluetooth connection between the device and the printer is weak and loses the connection.
- you have to use your Fonts, CreateFontAwesone generates characters with the Font "Awesone".Use the xui.CreateFont("NAME TTF",SizeFont) command .....
Please do not fill out the thread with continuous requests for assistance. Open a separate thread for your requests
Left ESC a 0 (Byte: 27 97 48)How to send an ESC/POS in the library for:
- Right / left / center alignment;
- Printer setup for Portuguese codepage
Thanks,
Abilio
From the messages you sent me in January 2018, I thought you already had a printer to test.Hello, I am interested in buying this library, can you advise me which printer should I buy to work with this library?
Thank you
In any case, I use a Chinese printer, it costs around € 30Hello, I tested your library with an Intermec Pr3 printer and it does not print the bitmap
Thank
I think so.Thanks for the information, what are you telling me is 58mm and I need an 80mm one of the picture that is of the same brand would also work?
Greetings
You can see the Character Set with this code. Send a photo of what you print.Will "Turkish language support" be added to your library? or do you have?
"Ş,İ,Ö,Ç,Ü,Ğ , ş, ı , ö , ç , ü , ğ" - letters such as.
Dim S As String =""
For i= 32 To 255
S= S & Chr(i)
Next
Printer.AddBuffer_WriteLine(S)
You can see the Character Set with this code. Send a photo of what you print.
B4X:Dim S As String ="" For i= 32 To 255 S= S & Chr(i) Next Printer.AddBuffer_WriteLine(S)
Ok. You have a Chinese printer like mine." ISO8859-9 " no format.
Since it does not have a format, it prints Chinese letters.
Hello is there any improvement?Ok. You have a Chinese printer like mine.
I study the question and I'll let you know