Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这里,要求是通过 Silverlight 应用程序准备收据和打印。我必须使用 Partial Cut 等 POS 命令发送原始数据。它应该支持 A8 尺寸。可以直接与 POS 或 THERMAL 打印机通信吗?
Silverlight Out of Browser 模式支持 COM 自动化。您至少需要 Silverlight 4。
如果您的 POS 不能被 COM 调用,那么您将需要编写必要的 COM 包装器。