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
0
votes
0 answers

ESQ/POS via javapos TSP700II

I'm trying to make a receipt printer (TSP700II) print via javapos in ESQ/POS-mode in windows7. I can print fine via javapos in line-mode and also iin ESQ/POS-mode via the windows print queue. I try to print via javapos inESQ/POS-mode, by including…
0
votes
2 answers

Javapos Set Department of TH230

i have not used javapos before. Now i must set/get the department of one Th230 FiscalPrinter. I have found that i must use directIO, but the documentation is very limited. Can you advice how to do this? Is there any documentation of the methods or…
user3450687
  • 329
  • 4
  • 17
0
votes
2 answers

Detect a USB device plug in and out (kind of Listening) with Java? Not just pendrives

How can I detect a USB device plug in and out (kind of listening) with Java? Not just a pendrive, it could be a scanner or printer too. I tried jUSB, but it's of no use. USB Java library would be more since I've got to use just a bit of it. I need…
0
votes
1 answer

HTML with Javapos?

Im looking to code a simple point of sale system using HTML as a progressive app, in other words, creating a web app that doesn't run in a browser. How would be the best way to get an EPSON printer to communicate with the app. I've used JAVAPos API…
user2730011
  • 161
  • 1
  • 1
  • 11
0
votes
1 answer

datalogic usb oem HID mode

I have datalogic qd2131 hand scanner, want to use with java pos after scanning the interface usb-oem the scanner dies please help in enabling the scanner
anees
  • 1
  • 2
0
votes
1 answer

Export to JAR with external JavaPOS Files

I've currently finished my project, but can't get it to work when it is exported. I use JAXB to read and write XML Files and also have dependencies on other external Folders, which are needed to use a POS-Printer. I've managed to link my external…
Musti
  • 139
  • 1
  • 9
0
votes
1 answer

How to write jPOS service

I have a PoS device which is created by me. Now I want to connect my device to PoS computer. For that as I have to write my own jPOS service. I searched for a sample or tutorial for days, but I couldn't find any. How can I achieve this?
Lasitha Yapa
  • 4,309
  • 8
  • 38
  • 57
0
votes
1 answer

Java POS issues from command prompt, although working properly from NetBeans

I am trying to execute a sample program (built as .jar file using NetBeans) provided by EPSON with Java POS ADK, from MS Windows command prompt. After showing the UI screen, I am getting below error at command prompt (From NetBeans IDE it is…
Santosh
  • 1
  • 1
0
votes
0 answers

jpos print image in NVRam

I am developing a project with java for epson printer with jpos. I set a bitmap in my code and I want to print the image that i set. I can do it but i don't want to use the ASCII codes. Is there a function for it? //here is set up my…
0
votes
1 answer

java.lang.UnsatisfiedLinkError while integrating Epson JavaPOS for printing

I need help resolving this error. java.lang.UnsatisfiedLinkError: no jp_co_epson_upos_firm_FirmNativeAccess_1_14_0001 in java.library.path I want to use EpsonJavaPOS for printing. Following are the steps I've succeeded so far. Tried to install…
Prashant H
  • 26
  • 4
0
votes
1 answer

epson javapos adk linux compile error

i am working on a company and we are trying to create an java app for epsons thermal printer. the problem is that we get an error when we try to compile ur project. the error is: error code 111 jpos.JposException: Failed to load the JNI. at…
0
votes
1 answer

Sending text to pole display (Posiflex PD/2608/UE) using JPOS libraries in Java program

I am working on development of a POS. there is a requirement which to display total amount in the pole customer display(Posiflex PD/2608/UE) using java. I was referring to many solutions of Stack over flow but I could not find what i want. Here is…
Lasan
  • 183
  • 1
  • 4
  • 20
0
votes
0 answers

Howto print (JavaPos Printer) with Java Jar App on Linux (Xubuntu 16.04 ) without sudo

I am trying to figure out a way how to start my jar app within Xubuntu without having to open a terminal and typing sudo java -jar In case I don't do it through the terminal, my app will start but won't connect to the JavaPos Thermal Printer; as a…
Chiggiddi
  • 542
  • 1
  • 8
  • 26
0
votes
2 answers

Java Pos FiscalPrinter

How correctly print receipts in Java POS? I try to make module in java, that will work with fiscal registrar PIRIT K. I get some troubles: Sell. FiscalPrinter printer = new…
midikko
  • 146
  • 11
0
votes
1 answer

JPOS Property are not self explanatory

I have a JPOS Application where the property name's are self explanatory. getCapRecDhigh() getCapRecDwide() getCapJrnDwideDhigh() getCapConcurrentRecSlp() I am new JPOS and finding difficult to understand the terminologies. can anyone tell me where…
Bharani
  • 97
  • 11