Epson OPOS ADK for .NET drivers for Windows 7

耗尽温柔 提交于 2019-12-18 18:03:07

问题


Has anyone used Epson OPOS ADK for .NET for Windows 7. I tried to install Windows Vista drivers on Windows 7 since there are none available for Windows 7, but it did not work. Please share any suggestions or ideas that might have worked for you. I am using a TM-88IV receipt printer.


回答1:


It might be easier to use a generic text printer driver. Some of those specific OPOS drivers hog up CPU resource (either they are buggy or badly written). By using a generic text printer driver, you can send escape sequences to the printer to control the formatting as the printer uses the Epson ESC2 code sequences.

By the way, I guess the cash drawer is plugged into the back of the printer yes? Again, by using the generic printer driver, you can send a specific ESC control codes to it and the drawer should kick out - It may not be relevant to the question but thought I'd include that.

In light of this, it would be worth your while to check out Microsoft's POS kit for .NET which will make your life easier, this SDK sits on top of the OPOS drivers and you have the classes, methods, properties in the .NET World.




回答2:


As Tom says, if you're are writing a .NET POS, you should probably be using Microsoft POS for .NET as the OPOS interface.

I use it in Vista on my development machine, so I imagine it would work in Windows 7 as well.

If you can't install some particular driver in Windows 7, then that would not really be very surprising. I doubt there are any Vista or Windows 7 POS machines out there yet.

One thing you could do in that case--where you can't get a driver to work on a development machine--would be to use the device simulators that come with POS for .NET. They are kind of poor (for instance, the printer simulator doesn't do any formatting) but they are better than nothing. I can't recall just now if they come with a cash drawer simulator. It wouldn't take you long to download it and find out though.




回答3:


A new set of OPOS drivers have been released for this that you can run under Windows 7 64bit successfully.

https://download.epson-biz.com/modules/pos/index.php?page=soft&scat=39

Regards

AJ



来源:https://stackoverflow.com/questions/1925453/epson-opos-adk-for-net-drivers-for-windows-7

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