OPC 技术论坛

OPC 技术

探讨OPC Server相关技术

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

How to: Connect to Windows CE Device Without ActiveSync

When ActiveSync is not available, Visual Studio does not automatically copy required connectivity files to the device. Use the following steps to install these files on the device, modify the Visual Studio connection configuration, and establish device security.

The first two steps, preparing the device and Visual Studio, have to be done only once. The last set of steps, setting security and establishing the connection, must be repeated any time that you want to connect from a new instance of Visual Studio.

To prepare the device for connecting

  • Copy the following files to the drive:\Windows\ folder on the device by using an available connection. By default, these files are located on the development computer at drive:\Program Files\Common Files\Microsoft Shared\CoreCon\1.0\Target\wce400\<CPU>.
    • Clientshutdown.exe
    • ConmanClient2.exe
    • CMaccept.exe
    • eDbgTL.dll
    • TcpConnectionA.dll
  1. From the command prompt on the device, run conmanclient2.exe.
  2. Determine the IP address of the device.

To prepare Visual Studio for connecting

  1. On the Visual Studio Tools menu, click Options, expand Device Tools, and then click Devices.
  2. Select Windows CE Device, and then click Properties.
  3. To the right of the Transport box, click Configure.
  4. In the Configure TCP/IP Transport dialog box, select Use specific IP address, and then type the device IP address.
  5. Close the dialog boxes.
    If a message box prompts you to reset your device, a soft reset is sufficient.

To set security and establish the connection

  1. At a command prompt on the device, run cMaccept.exe.
  2. Within three minutes, connect to the device.
    If you establish your first connection within three minutes, you can continue to deploy and debug indefinitely as long as you are using the same Visual Studio instance. If you have to connect from another instance of Visual Studio, you must perform these security steps again.

Security Note:

You can eliminate the cMaccept step by disabling security on the device. To do so, set HLKM\System\CoreConOverrideSecurity = 1 DWORD value in the registry. For more information, see How to: Change Device Registry Settings. Disabling security exposes your device to malicious attack and it is not a good idea unless you have provided appropriate safeguards.

   

   

posted on 2010-04-08 16:59  CheneySHI  阅读(496)  评论(0编辑  收藏  举报