Questions tagged [javapos]

JavaPOS is a standard for interfacing POS software, written in Java,

JavaPOS (short for Java for Point of Sale Devices), is a standard for interfacing point of sale (POS) software, written in Java, with the specialized hardware peripherals typically used to create a point-of-sale system

The advantages are reduced POS terminal costs, platform independence, and reduced administrative costs. JavaPOS was based on a Windows POS device driver standard known as OPOS. JavaPOS and OPOS have since been folded into a common UnifiedPOS standard.

Read more

108 questions
2
votes
1 answer

Include jpos.xml

I'm making POS system and now I'm trying set up pos printer epson tm-t20. When I try open port, where is a printer, I get this error message: jpos.JposException: Could not connect to service with logicalName = POSPrinter: Exception.message=Could not…
Tomas Stefan
  • 33
  • 1
  • 9
2
votes
1 answer

Can POS terminal connect directly to payment gateway OR merchant account over IP network?

I am looking of POS terminal which support signature capture, pin PAD and ethernet. Using ethernet and IP network POS terminal should be able to communicate directly to payment gateway/similar system to process card payment. Steps are : PC…
navaltiger
  • 884
  • 12
  • 27
1
vote
2 answers

javaPOS adding libraries to project

I've just tried running the sample java files that I got with the epson tm-t20 printer that I bought. These classes should run but they keep giving me errors. I've been looking at this for over 8 hours now I'm really getting frustrated. This is the…
Ross
  • 112
  • 1
  • 17
1
vote
0 answers

Epson printer TM-T20III , error The information is not desctribed in XML - Linux

I'm working on implementing a Epson TM-T20III printer to our system, i'm getting this error when opening the printer jpos.JposException: The information is not described in XML. at…
1
vote
2 answers

Java POS health check returns "java.lang.UnsatisfiedLinkError"

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 this error in console. Exception in thread…
Dyapa Srikanth
  • 1,231
  • 2
  • 22
  • 60
1
vote
1 answer

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 get an example of such file? Thanks
Hectoret
  • 3,553
  • 13
  • 49
  • 56
1
vote
1 answer

JPOS when to disable, release and close printer

My application is a POS system with a single terminal using a single printer. Question is when is it appropriate to call open(), claim() and setDeviceEnabled(true) and setDeviceEnabled(false), release() and close(). Now I do it before and after each…
Dula
  • 1,404
  • 1
  • 14
  • 29
1
vote
0 answers

IBM 4690 SI AEF extension for ACE

I am looking to write a scanner event and listener to perform a specific task .the SI programming docs mainly refers to that of RMI CSS sessions but am looking to run this only on local terminal.Am a newbie when it comes to java and SI AEF…
1
vote
2 answers

Zebra jPOS: How to have support for multiple scanners

Requirement: To support multiple scanners on the windows machine. Tools: Zebra SDK scanner Zebra handheld scanner i.e DS2208 JPOS Spring Boot application Issue: The First scanner is claimed successfully. However, claim the second scanner leads to…
JDev
  • 1,662
  • 4
  • 25
  • 55
1
vote
0 answers

JPos scanner detected but not receiving data from it

I've been trying to get JPos to run with my customer's USB hand-scanner. It detects the scanner just fine apparently, but nothing pops up when they use it to read the cards. I've been using the library's sample source code just to make sure I can…
Camile
  • 124
  • 9
1
vote
0 answers

Bixolon thermal printer cordova plugin - USB

I am trying to print from my cordova application to a bixolon srp-350iii thermal printer using the usb interface. My BixolonPrint.java includes the following: case BixolonPrinter.MESSAGE_USB_DEVICE_SET: Log.d(TAG, "perform mHandler:…
nick
  • 333
  • 1
  • 4
  • 15
1
vote
0 answers

Connect and Print with 2 or multiple identical thermal printers using the identical JavaPOS/OPOS driver?

REQUEST I created a POS app (based on Java) that needs to be connected to at least 2 identical thermal printers using the same driver and the printers should do: at application start >> each printer is to be open(),claim(),setDeviceEnable(true)…
Chiggiddi
  • 542
  • 1
  • 8
  • 26
1
vote
2 answers

JavaPos for an application. Service does not exist in loaded JCL registry

I'm trying to use javapos for an android application and I'm having quite an hard time making it works. Here's what I tried untill now. I have the jars of javapos an the jpos.xml file, which was given to me by the vendor of the printer. I loaded the…
Tiz
  • 413
  • 1
  • 5
  • 21
1
vote
1 answer

How to call an Epson TM-U220PD in Java to print USB port

I'm trying to print on a EPSON TM-U220PD in windows 7, I', using Java for do It. I'm developing a software for print orders in a restaurant. I did the software in linux, when I connect the printer on linux, printer works excellent. But when I…
Allanh
  • 465
  • 1
  • 7
  • 19
1
vote
2 answers

Epson JavaPOS ADK install - Windows error 2 occured while loading the Java VM

I recently bought an Epson TM-T20II thermal receipt printer for a POS application I'm developing. Whenever I try to install the JavaPOS ADK from the Epson site (Or the included software cd, for that matter) I get Windows error 2 occured while…
Cas
  • 758
  • 14
  • 36