I print text with a bluetooth printer (MZ220), but I have a problem when the string I want to print is longer than the width of the paper; the result is that the string ("address" in this example) is printed above the prevoius, and not with a carriage return. How can I do? Thanks..
B4X:
PrintWriter.WriteLine("! 0 200 200 100 1")
PrintWriter.WriteLine("TEXT 5 0 10 30 " & address)
PrintWriter.WriteLine("PRINT")
PrintWriter.Flush