Is there any update or version of Pos.Net 1.14 for .Net Core? I have tested the sdk and apparently it is not compatible with .net Core.
I would appreciate if someone could suggest me alternatives or work around to make it work for .net core. Currently the sdk only works if I set the target framework to .NET Framework 4.0 +.
For your information, I am developing an app utilizing EPSON Thermal Receipt Printer.
Until recently, there is no sign that such things are being developed.
If you want to do something on .NET Core, you will have to send/receive device control commands directly from the application via a serial port or network connection, or use library that supports it.