Is it possible to configure a POS printer service object (an Epson one) from a POS.NET application (such as configuring the IP address for a network connected printer)? It would be nice if it didn’t need to be done separately through the applications that Epson provides.
Share
It turns out that Microsoft POS.NET service objects are configured with XML files. They are placed in %programdata%\microsoft\point of service\configuration. For instance, this allows you to configure a network receipt printer directly from a .NET program simply by writing an XML file.
See this post of the MSDN forums for more information.