Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
162 views

Guide on creating a Java Applet , Printing without prompt

Well I have created a web-based POS to take order. My question is how do I create a Java-Applet; Shows the HTML page & a Print button Print Order without prompting(no dialogue box) Additional ...
2
votes
1answer
324 views

JavaPOS Applet and Javascript

I have a RoR web app that I would like to add some functionality to. I want this app to be able to communicate with POS devices (cash drawer, printer). I believe the best way to accomplish this ...
2
votes
0answers
920 views

JPOS Configuration Problems for an Epson POS printer in Windows

I'm trying to print using jPOS in Windows and get the following exception: jpos.JposException: Could not connect to service with logicalName = Printer: ...
1
vote
1answer
29 views

Getting started programming on IBM 4690 OS

Does anyone here have experience with programming IBM 4690 OS? What is a good way to get started? Any recommendations for where to purchase or lease a machine?
1
vote
0answers
166 views

How to print a voucher with Java and a EPSON TM-T88III

I just bought a EPSON TM-T88III. Now I want to write a small application in java that prints a voucher with some plain text, so nothing special. I was wondering how I could do this. So far I figured ...
1
vote
2answers
362 views

How do I make star TSP100LAN receipt printer work with Android?

I have found an API here: http://www.starmicronics.com/Supports/Developer.aspx However, when I run the AndroidSample test app I get errors. When I press on the "Get Printer Status" button I get ...
1
vote
3answers
606 views

Do signed java applets have access to USB peripherals when run in the browser sandbox?

I've implemented a Java package with functionality to operate a POS printer and cash drawer connected to the workstation via USB. I've also implemented an applet to utilize the functionality of this ...
0
votes
0answers
71 views

JavaPOS Driver for Wincor LineDisplay BA63

Based on this document, Wincor LineDisplay BA63 has supported for JavaPOS, but I don't know where I can download the JavaPOS Driver for this device. Any body know where I can get that JavaPOS driver ...
0
votes
0answers
89 views

How to print wireless on a receipt printers (Epson TM) with java?

i need to write a Java application that is capable of printing wirelessly on an Epson TM receipt printer. I researched quite a while and came across with Java POS drivers, but I am not sure if they ...
0
votes
0answers
219 views

JavaPOS printer page setup problem

I am working with Epson TMU230 posprinter with JavaPOS adk 1.11.18. I written a sample program which is working fine with small issue. It is giving more space on top of the paper as shown in the ...
0
votes
1answer
192 views

java pos health check problem

I installed the java pos adk (1.11.18) for epson printer TMU230 connected through ethernet. I configured the printer by running setupPos.exe file. When i run the healthCheck.bat file it is showing ...
0
votes
0answers
175 views

JavaPos on Android Devices?

i am searching for a solution to print to an Epson POS Printer from Android devices and any kind of help is needed. So am i right that JavaPOS in this case is the right solution? I found this example ...
0
votes
1answer
203 views

EPSON TMT88IV Printer using IP Address

I have a EPSON TMT88IV receipt printer.I have connected it my office network.We have an external IP address.Is possible to print anything from out side of my network over the IP address. I am ...
0
votes
0answers
397 views

How to print with LPT Epson TM-T88III printer and JavaPoS

I want to use Epson TM-T88III printer connected to LPT port in my Java code. I use Epson JavaPoS ADK and it officially have no support of parallel ports. Other Epson SDKs - OPOS ADK and OPOS for .NET ...
0
votes
1answer
425 views

Definition and location of jpos.xml JavaPos

I am trying to write a hello world application that prints through JavaPos into an Epson TM-T20 printer. Every example I find talks about a jpos.xml file. What does this file look like? Where can I ...
0
votes
1answer
426 views

Where should jpos.xml be located for JPos Tomcat app.?

I am trying to add in a new driver to our system running under Tomcat. The vendor has provided a JPos driver, my question is where to put the jpos.xml file so Tomcat can find it? I tried putting it ...
0
votes
0answers
123 views

javaPOS with RoR

How we can use javaPOS API with Ruby on Rails? Any idea?