0

Printing struck directly to printer via Browser

asked 2020-09-19 16:05:43 +0800

onsir gravatar image onsir
132 2

Hello, I have created a POS (Point of Sales) module, then in that module I want to make it so that the cashier can print directly to the Epson TM-U220 printer.

How do I get from the browser (Firefox, Chrome, Opera) the client / cashier can print directly to the printer,

and using what, is it Applet or qr-print?

Thank you for the advice

delete flag offensive retag edit

3 Answers

Sort by ยป oldest newest most voted
0

answered 2020-09-21 09:51:05 +0800

onsir gravatar image onsir
132 2

and using what, is it Applet or qr-print?

Applet : create class with Applet or qr-print : use library qr-print.jar

thanks

link publish delete flag offensive edit
0

answered 2020-09-21 10:38:13 +0800

cor3000 gravatar image cor3000
6280 2 7

updated 2020-09-21 10:39:12 +0800

First this is not a ZK related question ... so once you found a documented solution that works without ZK this forum can help to integrate it into a ZK application e.g. using ZK's client API.

So here my opinion maybe helping to find a technically feasible solution for your environment.

Unfortunately Java Applets are NOT widely supported in browsers anymore, you'll have a tough time getting them to work and I'd rather not count on that technology, unless I really knew that this works. Still if you have a working scenario without ZK we can help how to integrate and control this in a ZK application.

After a few searches it sounds like the ePOS-Print API might be a better fit for a web application. I found this guide containing an example project. In case your printer supports this API then a purely JS based integration will be straight forward to integrate, provided it works on a plain html/js page already.

https://files.support.epson.com/pdf/pos/bulk/tm-iepos-printumenrevk.pdf

Page 222 mentions "TM-U220" so it sounds to be supported.

link publish delete flag offensive edit
0

answered 2020-09-21 11:13:15 +0800

onsir gravatar image onsir
132 2

thanks for your help and advice, I will try according to what you suggest

link publish delete flag offensive edit

Comments

good to hear, I hope the ePOS Print API works as intended. As said, in case of ZK related integration issues, don't hesitate to get back here, I'll watch the ticket.

cor3000 ( 2020-09-21 14:54:22 +0800 )edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2020-09-19 16:05:43 +0800

Seen: 7 times

Last updated: Sep 21 '20

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More