问题描述
大家好,我在这个问题上遇到了麻烦,请您帮我解决这个问题.在这里,我正在使用此设备,并且想从 Magellan 9800i扫描仪/电子秤设备手动生成蜂鸣声.我使用Microsoft服务点将该硬件设备集成到我的应用程序中.
Hello everyone here I'm stuck in this issue can you please help me out from this.Here I'm using this device and I want to generate a beep sound manually from Magellan 9800i scanner/scale device.I used Microsoft Point of Service to integrate this hardware device in my application.
推荐答案
tone和bell命令在《麦哲伦9800i产品参考指南》 .
0x42,0x01,0x07之一.
The tone and bell commands are listed in Appendix D, Host Commands, in the Magellan 9800i Product Reference Guide.
One of 0x42,0x01,0x07.
Beep Good Read Tone 'B' 0x42
Force Good Read Tone 0x01
Bel 0x07
《 Datalogic OPOS服务对象用户手册》 第35页,41指出 DR90000351 Datalogic UPOS DirectIO命令
包含DirectIO方法和实现细节的完整列表.
The Datalogic OPOS Service Objects User Manual page 35, 41 states that DR90000351 Datalogic UPOS DirectIO Commands
has a complete list of DirectIO methods and implementation details.
请与Datalogic支持人员联系,以查看是否可以使用DirectIO方法发送那些主机命令.
Please contact Datalogic support to see if you can send those host commands using the DirectIO method.
这篇关于使用C#中的Microsoft Point of Services从Magellan 9800i扫描仪秤设备产生手动蜂鸣声的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!