ActiveSync in Wince

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We designed a wince device.Using Platform Builder to download all component
related to ActiveSync.We cannot auto start it when we place the device in the
craddle.Even if we start it manually,it still cannot connect with computer.
So we write a serial comm programm to transfer data.It's very unconvenient.
How can we make ActiveSync to work just like PDA does?

Thx,
wyghf
 
You need to debug it. Is repllog.exe getting run on the device? When it is
run, does it output "CLIENT" on the device serial port? Do you have all the
necessary control lines connected on your device UART?

And BTW, this is in no way a Compact Framework question. I'd suggest asking
further in the *.windowsce.platbuilder group

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Thanks for your suggestion.

Chris Tacke said:
You need to debug it. Is repllog.exe getting run on the device? When it is
run, does it output "CLIENT" on the device serial port? Do you have all the
necessary control lines connected on your device UART?

And BTW, this is in no way a Compact Framework question. I'd suggest asking
further in the *.windowsce.platbuilder group

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
Back
Top