This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Activesync on EVM DM3730 board

Other Parts Discussed in Thread: DM3730Dear friends, we are working on the Windows CE BSP for EVM DM3730 board. ActiveSync connection is not working on the EVM with USB OTG (Client) port. please give us some guidence. regards, Satish
  • Satish,

    When USB OTG port works as a client, it is initialized as a storage device.

    The following shell command can be used to switch between different USB clients:

    usbFnSet [serial/rndis/storage [<storage_device_name ex: DSK1:>]] -> Change current USB Function Client. 
    For storage, you can optionally specify device name (along with the colon at the end)

    For more information, please refer to http://processors.wiki.ti.com/index.php/WinCE-TIBSP_FAQ#Q:_How_to_switch_between_different_USB_Function_clients.3F

    Thanks,
    Tao