Ruby Bematech integration (or similar)

Asked

Viewed 546 times

4

Has anyone ever done a Ruby integration with a Bematech printer or other such ? What Gems or ways to print on a tax printer ?

2 answers

1

On the website of Bematech es there is all the documentation of the DLL’s and how to make the calls of their functions, including with examples.

Another alternative is to use the Acbrmonitor.

  • Thanks for the forum link, I didn’t know. I marked the @Uilherme because it spoke of direct integration.

1


No specific Gem for Bematech printers, unfortunately.

You know that in the case of Windows printers install drivers and with them comes an UI implementation provided by the operating system, right? If not, because I explain: the drivers of external devices are nothing more than interface implementations of how to do things.

In the case of the printer, you must access .dll (if it’s Windows) through Ruby - using require - and use its printing method.

To help you, you can download drivers/dlls at this link.

A more complete and specific documentation can be found at the address above.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.