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
1
vote
2 answers

JavaFX and printing to Epson printer

I need to know the answer of those questions, concerning Epson printers : Can I use Javafx print API to print to an EPSON printer ? or should I use the JavaPOS API ? How do I print Images to that printer ? How to setup page size ? I have Epson…
abd3lraouf
  • 1,438
  • 1
  • 18
  • 24
1
vote
1 answer

Jpos printer not working after exporting .jar file from netbeans

I am working with EPSON pos printer , while testing from netbeans printer works fine but after exporting .jar file and try to print it does not work . thanks
hawkeye
  • 45
  • 6
1
vote
0 answers

SNBC BTP-R180II as Java POS Printer -> How?

A SNBC BTP-R180II printer was dropped into my lap, and I am trying to use is via Javas PosPrinter library. Problem is: I fail. For Epson-Printers, things work: via ADK-Setup they receive a logical name which I can use to communicate -> That…
Layna
  • 457
  • 5
  • 19
1
vote
1 answer

JavaPOS can't claim device

I'm developing an application which implements JavaPOS. I have configured the setting correctly but I still not able to print the receipt. (I can make a print from CITIZEN JavaPOS TEST PRO Ver.1.3.4 but not from my program) Here is some part of my…
1
vote
1 answer

Replacement of Javapos

Presently I am using Javapos for Communicating with peripherals , is any other option available to communicate with Peripherals like Pos Printer , Pos cash drawer etc with out Javapos directly to Peripherals from Java code. Can we Use Opos or any…
1
vote
1 answer

How can I specify the jpos.xml path for JavaPos

I want to load my jops.xml which includes my JavaPos decives from a custom location. How can I do it?
thi gg
  • 1,969
  • 2
  • 22
  • 47
1
vote
1 answer

jpos/res/jpos.properties file not found

I have a problem with javapos. When I try code sample program for print "Hello JavaPOS" from printer Epson TM-T20 POSPrinterControl113 ptr = (POSPrinterControl113)new POSPrinter(); JPanel contentPane; JPanel jPanel_reciept = new…
1
vote
3 answers

How to print Logo stored in Epson Printer using JavaPOS

Want to know, how to print Logo stored in Epson Printer (TM-T88V) using JavaPOS, I used Epson Utility to store logo image in printer. I am using JavaPOS, POS is able to print receipt. I want to print logo on top but no luck. I tried to make some…
Deep Mann
  • 11
  • 3
1
vote
1 answer

Could not open "Pentaho User Console" page in browser

I'm working on Java Pos and I'm a newbie. I need (kettle) Pentaho Data Integration in order to integrate the Java POS' database with the database in the ERP. I followed the following manual…
sanjeeda
  • 131
  • 1
  • 10
1
vote
1 answer

JavaPOS Configuration with Symbol peripherals

I have a POS application that needs to be JavaPOS enabled. Based on my research,I have concluded that there are vendors like Epson and IBM and many more which auto-configure the jpos.xml for that peripheral.This means that upon downloading the…
sherry
  • 352
  • 2
  • 8
  • 17
1
vote
1 answer

how to access smart card from JavaPOS

I'm new to JavaPOS, can anyone let me know how to access smart card from Javapos. Here's my code: SmartCardRW smartCard = new SmartCardRW(); try { smartCard.open("ACR122U"); } catch (JposException e) { …
vicky
  • 1,046
  • 2
  • 12
  • 25
0
votes
0 answers

Open communication with a fiscal printer via VPN in JavaPOS

I'm trying to open a connection with JavaPOS to a fiscal printer via VPN. Actually, with a printer I can do this task but with a customer's printer this error comes out: jpos.JposException: 106, 0 at…
LG1598
  • 1
  • 1
0
votes
0 answers

Using JavaPOS with an EPSON printer

I'm trying to use JavaPOS and making a little program that allows me to print something on the EPSON TM-T200III but i don't quite know how to do that, here's what I've done so far: try { printer.open("POSPrinter"); …
0
votes
1 answer

javapos: how to set font size?

I'm using javapos 1.15 to print on some epson thermal printer. All basics feats works properly except one: I don't know how to change the font size (neither type, but that's ok). According to documentation I could use some escaped caractere but none…
Thomas B
  • 9
  • 2
0
votes
0 answers

Javapos DLL works in NetBeans but not outside it

I am done developing an application that has POS device integrated. This device communicates through Javapos libs and also some dll(the dlls are placed outside the src) plus a jpos.xml placed just inside the src. When the app is executed on the…
Kwesi Aryee
  • 310
  • 2
  • 15