jpos

JPOS Hello World

I would like to print a sample line on my USB POS (Point-Of-Sale) printer from a java program on Windows XP. I tried to setup a JPOS implementation but I get exception after exception for a missing jpos.xml or missing javax.usb.propreties file. Can anyone tell me how to generate thoses files ? They somewhat need to link to an implement...

jpos : cannot find control data "0x0D" when using isoMsg.getString(id) method

Some field value contains 0x0D specail character The value from the hexdump: 4041000000000001D0534534534112342340000 But when I get the field value using isoMsg.getString(field_id), I got an equal sign instead of the 0x0D character 4041000000000001=0534534534112342340000 Is there any method to return the value as is without changi...

Read from POS Devices

Hi Experts, What would be the best design for a Java web based application to read Check or Credit Card from POS Devices which are configured/installed at client machine? The design which I have decided is: When cashier selects payment mode as 'Check' or 'Credit Card' open a pop-up. From pop-up, I am calling an Applet through JNLP wh...

JPOS Configuration Problems for an Epson POS printer in Windows

Hello, I'm trying to print using jPOS in Windows and get the following exception: jpos.JposException: Could not connect to service with logicalName = Printer: Exception.message=jp.co.epson.uposcommon.util.EpsonJposServiceInstanceFactory at jpos.loader.simple.SimpleServiceConnection.connect(Unknown Source) at jpos.BaseJposContro...