hello all,
my printer manufacturer from the site I downloaded the library jar to be able to print directly from Android.
but lacks the xml file for use on B4A.
you know how I can import this library?
thanks
That's not only a problem of XML file missing. This library needs a wrapper (a library that adapts this jar to B4A). You have now to find a good will for doing it.
You should add a reference to this jar, and you should add @DependsOn(values={"ePOS"}) to your class.
This will tell B4A compiler to add a reference to this jar (which should be in the libraries folder).
I have just been looking into this with the TM-88(III) printer.
I was checking up on how to create a wrapper for the driver.
I have done some work in the past for the Epson distributor in my country, a small BT Printing Demo. They told me they have no customers using Android at all in any Epos applications.
I have been asked to do a simple Cash Register for an Android Tablet (by a relative) so I was looking into using a TM-88(III) as the receipt printer (cheap and Reliable).
I am going to take a look at it, there are various command for each of the printers and I was only going to attempt doing it for the TM-88.
my tm-t70 usb is connected to the PC that is connected to the network.
smartphone communicates with the PC via wifi network.
Now to print from Android send a string of data to the PC and the software will print on tm-t70
I would like to find a way to print directly sharing the printer on a network
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.