0

I am working on a POS system which is designed in JAVA. For printing we are using USB Epson-TMH6000III Printer to print the receipts. I am getting 'jpos.JposException: It could not complete output within the specified period.'

I tried increasing baud rate-currently 19200(as I read this sol on a web site this), but it did not work. Please suggest any solution.

Thanks in advance.

1 Answers1

1

I had this error before. In my case, it is due to very long string inputted to printer. I solved this by breaking down the string into smaller parts then print each part.

j-j
  • 93
  • 1
  • 13