usb printing

elitevenkat

Active Member
Licensed User
Longtime User
Hi

I am having an application running in a food court that prints invoice to a blue tooth printer. The client wants to change the printer hardware to one with a USB interface. The tablet is having a usb port. I had searched the forum to find some guidance to implement printing from tablet (os ICS) via the usb port to the usb printer. I was not able to find any helpful link / example code for the same. now my doubt is if is is possible to print to a usb printer directly from the tablet? can any one help me out ?
 

TheMightySwe

Active Member
Licensed User
Longtime User
You send Text strings to a POS printer, you dont need any driver.

I have a TPG A799 POS printer, and on the PC i just send text-data direct to the printer, no driver involved. I'm going to experiment a bit with that this week.

Regards,

Jonas
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
TheMightySwe said:
I have a TPG A799 POS printer, and on the PC i just send text-data direct to the printer, no driver involved. I'm going to experiment a bit with that this week.

Hi, can you explain me how to print it?
Thanks and regards.
 
Last edited:
Upvote 0

Ioan RADU

New Member
Licensed User
Longtime User
hello,
It can be done using USB OTG adapter and a USB-232 adapter only if the device supports OTG.Use examples from B4a forum serial and string lib.
 
Upvote 0
Top