0

I have pos58 receipt printer(printer made in China), this printer supports ESC-POS Commands. I want to print out a cheque in Java without JavaPos api. Just I don't know how do this.

Is there some way to implement it? Or what the library is? Or are there any examples of that?

Thanks for advance.

4

1 回答 1

2

The easiest way would be to find a way to write a text stream (or even better byte stream) to the printer (this really depends how the printer is connected COM port? USB?)

I have worked with numerous POS printers over the years and once you can get ANY text at all you should find the escape codes to handle the details of paper loading etc quite easy to manage.

于 2013-04-24T12:44:36.467 回答