Android Question SD ESC_POS barcode

elitevenkat

Active Member
Licensed User
Longtime User
B4X:
U_Printer.WriteBarCode("1234567890")  '  This prints the barcode image correctly (length of string is 10

U_Printer.WriteBarCode("123456789012345")  '  No  barcode image is printed  (length of string is 15)

is it possible to accommodate string length more than 10 in writebarcode ?
the input string for barcode print sent by the mobile app is more than 10, may be upto 18
 

Star-Dust

Expert
Licensed User
Longtime User
Hi,

Please don't write multiple posts on the same question.

The length of the bar code depends on the printer rendering. My library does nothing more than send the string to the printer, it doesn't produce the graph.
Then see the features of the printer and whether it has limits on the bar code
 
Upvote 0
Top