符号摩托罗拉 mc65 和 datawedge [英] Symbol Motorola mc65 and datawedge

查看:44
本文介绍了符号摩托罗拉 mc65 和 datawedge的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个用 c# 紧凑框架编写的 Windows 移动应用程序,它使用条形码扫描仪.事实上,我需要保持我的应用程序设备独立,我不使用构造函数的 api,但我通过使用前导码的 form_keypress 等事件处理扫描仪.

对于任何设备来说,这都是一个非常好的方法,直到我尝试将 Windows 6.5.3 安装在 motorola mc65 中,该 Windows 6.5.3 配置为在闲置一段时间后关闭 datawedge 实用程序.奇怪的是,在其他摩托罗拉设备(如 mc55 或 es400)中,没有问题并且 datawedge 一直保持打开状态,直到用户从设置菜单中将其关闭.

有什么办法可以强制 motorola mc65 在不使用它的 api 的情况下保持数据楔在我的应用程序中吗?

解决方案

有两个选项可以使 Datawedge 保持活动状态,而不会闲置或停止".

  1. 导航到扫描仪上的 datawedge 应用程序,然后在高级配置"和设置"下,确保自动启动"已启用.

  2. 您可以通过 Windows Mobile 设备中心将文件添加到扫描仪系统,以确保 datawedge 始终处于活动状态.打开记事本并将以下内容粘贴到:

<块引用>

[HKEY_LOCAL_MACHINE\Software\Motorola\DWStartUp]
"DontLoadOnStartUp"=dword:00000000

将文件另存为:datawedge.reg.txt

  • 通过 Windows 移动设备中心将文件从您的计算机复制并粘贴到扫描仪上的应用程序文件夹中.
  • 导航到扫描仪上的临时目录.
  • 点击数据楔形图标.
  • 从设备合并(单击是),然后冷启动(按住 1、9 和电源 3 秒)

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?

解决方案

There are two options to keep the Datawedge active without going idle or being "Stopped".

  1. Navigate to the datawedge application on the scanner and under Advance Configuration and then Settings, make sure "Autostart" is enabled.

  2. 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:

[HKEY_LOCAL_MACHINE\Software\Motorola\DWStartUp]
"DontLoadOnStartUp"=dword:00000000

Save the file as: datawedge.reg.txt

  • Copy and paste the file from your computer into Application folder on the scanner via Windows Mobile Device Center.
  • Navigate to the temp directory on the scanner.
  • Tap on the datawedge icon.
  • Merge it from device (click Yes), then cold boot (hold 1, 9 and Power for 3 seconds)

这篇关于符号摩托罗拉 mc65 和 datawedge的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆