.net 的 pos - 使用 espon 打印机启动缓慢
我正在用 C# 开发一个软件(VS2010,.net 4,.net 的 pos),我发现当我在打印之前打开并声明打印机时,速度非常慢,需要几秒钟,与现金抽屉一样。为什么会这样?我怎样才能让它更快?
感谢您的任何帮助。
I am developing a software in c# (VS2010, .net 4, pos for .net), i found out that when i open and claim the printer before printing, it's super slow, it takes couple seconds, same with the cash drawer. Why is it so and how could I make it faster?
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我注意到网络设备(网络收据打印机而不是 USB)上存在这种行为 - 您也是这种情况吗?
因此,我最终恢复到 USB 而不是网络。
I have noticed this behaviour on networked devices (network receipt printer instead of USB) - is this the case for you as well?
I ended up reverting to USB instead of Network because of this.