Tagged Questions
The jpos tag has no wiki summary.
2
votes
1answer
140 views
Interact with POS -Terminal Devices and Banking Switching Systems
I have a project which I need to interact with POS - Terminal Devices and magnetic/chip cards.
Let's say, whenever customer buy goods from my department store, staff from this store will stripe ...
1
vote
0answers
857 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: ...
0
votes
0answers
86 views
How to setup JavaPOS on Linux?
I am attempting to setup JavaPOS on a Linux machine and am not having any success. I have installed:
rxtx
*.so -> JAVA_HOME/jre/lib/amd64
*.jar -> JAVA_HOME/jre/lib/ext
com api
comm.jar ...
0
votes
0answers
218 views
Eclipse java exception (jpos/res/jpos.properties file not found)
I use jpos, jcl_editor and comm jar library. When I try to start debug my project in eclipse I get this message:
.......CEST 2011 jpos.Scanner
Service does not exist in loaded JCL registry
...
0
votes
1answer
98 views
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 ...
0
votes
1answer
1k views
JPOS Hello World in Java
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 ...