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.
[SWT-42]
Since the
System.IO.Ports
library creates virtual serial ports under the UWP environment and theWindows.Devices.SerialCommunication
library is only available in UWP, bothReliancePrinter
andPhoenixPrinter
can now be initialized with anISerialConnection
instance, which will allow the usage of different APIs for serial communication.