POS.NET discovering pos printers

此生再无相见时 提交于 2019-12-11 11:10:56

问题


I use PosExplorer.GetDevices method to look for printers available on network. However, the DeviceInfo object in the DeviceCollection returned by GetDevices() method does not include information on LogicalNames, HardwareId, HardwarePath.

In my app, I need to discover available printers and create an instance of those printers.

I am using epson t88iv printers.


回答1:


Thanks Sean Liming for the reply (http://www.seanliming.com/)

POS for .NET can only be used for devices connected locally to the system via a service object. It cannot be used to find devices on a network unless you have a service object that will interact with a network printer.



来源:https://stackoverflow.com/questions/14720986/pos-net-discovering-pos-printers

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!