Call a dll functions using SambaPos?

There is a dll file that handles connection between point of sales and tax authority in Argentina. Is it possible to handle dll functions with Sambapos?

Thank you

Search for credit card intergration, sure it was discussed to use custom device and dll to intergration some card machines so may be path to achieve what you want.

In that tutorial I showed an example code that loads an assembly (dll) dynamically and access classes, and read property values.

See callAssemblyFunction() implementation.

1 Like