PyramidTechnologies / ThermalTalk

Reliance Thermal Printer API
MIT License
10 stars 2 forks source link

[SWT-42] Add UWP sample #22

Closed CrDoming closed 1 year ago

CrDoming commented 1 year ago

[SWT-42]

Since the System.IO.Ports library creates virtual serial ports under the UWP environment and the Windows.Devices.SerialCommunication library is only available in UWP, both ReliancePrinter and PhoenixPrinter can now be initialized with an ISerialConnection instance, which will allow the usage of different APIs for serial communication.