符号 Motorola mc65 和 datawedge
我有一个用 C# 紧凑框架编写的 Windows 移动应用程序,它使用条形码扫描仪。事实上,我需要保持我的应用程序设备独立,我不使用构造函数的 api,但我使用序言通过 form_keypress 等事件处理扫描仪。
对于任何设备来说,这都是一个非常好的方法,直到我尝试在带有 Windows 6.5.3 的 motorola mc65 中安装,该 Windows 6.5.3 配置为在空闲一段时间后关闭 datawedge 实用程序。奇怪的是,在 mc55 或 es400 等其他摩托罗拉设备中,没有问题,并且 datawedge 会一直保持打开状态,直到用户从设置菜单中将其关闭。
有没有什么方法可以强制 motorola mc65 保持 datawedge 开启而不在我的应用程序中使用它的 api?
i have an windows mobile application written in c# compact framework which use barcode scanner. In fact that i need to keep my app device independent i don't use constructor's api but i handle scanner through events like form_keypress using an preamble.
It is a really good way for any device until i tried to install in motorola mc65 with windows 6.5.3 which is configured to switch off datawedge utility after some time of idling. The weird is that in other motorola devices like mc55 or es400 there is no problem and datawedge stay on untill user sett it off from settings menu.
Is there any way to force motorola mc65 to keep datawedge on without usage of it's api in my application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有两个选项可让 Datawedge 保持活动状态而不闲置或“停止”。
导航到扫描仪上的 datawedge 应用程序,然后在“高级配置”和“设置”下,确保启用“自动启动”。
您可以通过 Windows Mobile 设备中心将文件添加到扫描仪系统,以确保 datawedge 始终处于活动状态。打开记事本并粘贴以下内容:
将文件另存为:datawedge.reg.txt
There are two options to keep the Datawedge active without going idle or being "Stopped".
Navigate to the datawedge application on the scanner and under Advance Configuration and then Settings, make sure "Autostart" is enabled.
You can add a file to the scanner's system via Windows Mobile Device Center that will make sure datawedge is always active. Open Notepad and paste the following in:
Save the file as: datawedge.reg.txt