diegoveloper / quickprinter

[Quick Printer] Created for the purpose of serving as a channel among other applications that require printing data on receipt printers using ESC / POS commands.
121 stars 26 forks source link

Test print works but regular printing does not #41

Closed jayp33 closed 2 years ago

jayp33 commented 2 years ago

I have the following problem with a printer called Woosim Porti-S:

The regular print test in the printer setup dialog works for the most part

But the "Testing Printer" page doesn't output anything for the "Normal Text" test commands.

Printer Mode: ESC/POS mode Encoding: Euro (Default)

I don't have more details, since it's a customers printer and I can't test myself, but I can get other settings tested. What should I try?

diegoveloper commented 2 years ago

Hello, add these:

.

On Thu, Nov 25, 2021, 6:47 AM jayp33 @.***> wrote:

I have the following problem with a printer called Woosim Porti-S https://woosimsystems.com/product/porti-s3040/:

The regular print test in the printer setup dialog works for the most part

  • Image 1: not printed
  • QR: printed as text: 1P0http://www.google.comk 1E0k 1C k 1Q0
  • PDF417: printed as text: k0P0abcde123456k 0Ak 0Bk 0C k 0D k 0E00k 0

But the "Testing Printer" page doesn't output anything for the "Normal Text" test commands.

Printer Mode: ESC/POS mode Encoding: Euro (Default)

I don't have more details, since it's a customers printer and I can't test myself, but I can get other settings tested. What I should try?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/quickprinter/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UEYLRD6ZV4JEMWYK4TUNYO6FANCNFSM5IYKV43A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jayp33 commented 2 years ago

Thank you for the quick reply and apologies for my slow reply. Spam filter caught the notification mail.

The printer is a bluetooth model. I'm not sure what you mean by "an image of the ticket". I'll attach a scan of the printout (it also contains the mac address).

image

diegoveloper commented 2 years ago

@jayp33 can you try this apk? https://drive.google.com/file/d/1OYJhPqhL0667WfKJr9giY4vpGG8zhhV1/view?usp=sharing

On the printer list:

jayp33 commented 2 years ago

I should be able to get results by tomorrow. Thank you!

jayp33 commented 2 years ago

No luck with the Woosim printer unfortunately. While another printer, that I use for development, printed a QR code for TEST QR1, 3 and 4, the Woosim printer did not. It only produced some output with TEST QR1 and 2, see image.

image

diegoveloper commented 2 years ago

Oh, sorry, maybe it uses different commands for printing the QR.

On Tue, Nov 30, 2021, 7:19 AM jayp33 @.***> wrote:

No luck with the Woosim printer unfortunately. While another printer, that I use for development, printed a QR code for TEST QR1, 3 and 4, the Woosim printer did not. It only produced some output with TEST QR1 and 2, see image.

[image: image] https://user-images.githubusercontent.com/2666204/144045954-faf41c8e-a6ae-421d-baf2-0d359014442e.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/diegoveloper/quickprinter/issues/41#issuecomment-982583353, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFL3UG4QTM67T4R4TYAO4TUOS6NPANCNFSM5IYKV43A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jayp33 commented 2 years ago

Thank you again for your help. This is definitely not a problem of your app, as I had major trouble to get the printer working. I finally managed to do it with a different app that works similar as QuickPrinter, which I will not advertise here, along with the react-native-print library.