Reputation: 3048
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.
Upvotes: 3
Views: 4814
Reputation: 4360
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.
Upvotes: 2