Print receipt using receipt printer

Yunus Einsteinium picture Yunus Einsteinium · Aug 18, 2015 · Viewed 10.7k times · Source

I am developing a Point Of Sale application, and one of the functionality is to print receipt in a thermal/receipt printer. Currently I have a Datecs DPP-255 printer.

I have no idea where to begin my quest.

I tried search through internet, found out that JavaPOS/UnifiedPOS exists but I couldn't find enough documentation to get me started. Please shed some light.

Answer

informatik01 picture informatik01 · Aug 18, 2015

Here is an open source project for testing, that may also be used as a reference on how to program using JavaPOS (source code available):

Also here are some projects hosted on GitHub (see the source code to get the idea and to play with):


Related links:


NOTE:
in order to utilize JavaPOS (which is now a part of the UnifiedPOS specification, see Appendix B), the producer of your Datecs DPP-255 device must provide the related drivers. Are they provided? JavaPOS - is a specification, so accordingly there must be some implementation of it.