Hi All,

I created my OS image using Platform Builder 4.2.
I try to make a serial activesync connection on a SH3 board. I can
connect via Ethernet or Usb cable, but i have trouble with serial
connection.

In debug mode, it works very well.

In release mode, I have a strange behaviour : on the PC side,
Activesync displays "connecting" and its icon becomes green and rounds.
On the device side, it says "User authenticated".

I dont think the cable is bad because every thing is ok in debug mode.
In release mode, I have no debug trace to easily identify the problem.

Can anybody point me in the right direction to resolve this problem ?

Thanks,
Dom

Re: Serial Activesync connexion by Dean

Dean
Mon Feb 06 14:44:52 CST 2006

You're probably missing some necessary OS components from your build. The
dependency checking for ActiveSync is not very good, some components you
have to manually include.

I don't recall what is typically missing, ensure that you have TAPI, and
Unimodem in your build.

--
Dean Ramsier - eMVP
BSQUARE Corporation


<homecdom@yahoo.fr> wrote in message
news:1139248916.566560.205710@z14g2000cwz.googlegroups.com...
> Hi All,
>
> I created my OS image using Platform Builder 4.2.
> I try to make a serial activesync connection on a SH3 board. I can
> connect via Ethernet or Usb cable, but i have trouble with serial
> connection.
>
> In debug mode, it works very well.
>
> In release mode, I have a strange behaviour : on the PC side,
> Activesync displays "connecting" and its icon becomes green and rounds.
> On the device side, it says "User authenticated".
>
> I dont think the cable is bad because every thing is ok in debug mode.
> In release mode, I have no debug trace to easily identify the problem.
>
> Can anybody point me in the right direction to resolve this problem ?
>
> Thanks,
> Dom
>



Re: Serial Activesync connexion by homecdom

homecdom
Mon Feb 06 15:41:11 CST 2006

Thank you for your answer.
TAPI and Unimodem are included in my build.
Do you think that a component could be missing in a retail mode and not
in debug mode ?
Thanks,
Dom

Dean Ramsier a =E9crit :

> You're probably missing some necessary OS components from your build. The
> dependency checking for ActiveSync is not very good, some components you
> have to manually include.
>
> I don't recall what is typically missing, ensure that you have TAPI, and
> Unimodem in your build.
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> <homecdom@yahoo.fr> wrote in message
> news:1139248916.566560.205710@z14g2000cwz.googlegroups.com...
> > Hi All,
> >
> > I created my OS image using Platform Builder 4.2.
> > I try to make a serial activesync connection on a SH3 board. I can
> > connect via Ethernet or Usb cable, but i have trouble with serial
> > connection.
> >
> > In debug mode, it works very well.
> >
> > In release mode, I have a strange behaviour : on the PC side,
> > Activesync displays "connecting" and its icon becomes green and rounds.
> > On the device side, it says "User authenticated".
> >
> > I dont think the cable is bad because every thing is ok in debug mode.
> > In release mode, I have no debug trace to easily identify the problem.
> >
> > Can anybody point me in the right direction to resolve this problem ?
> >
> > Thanks,
> > Dom
> >


Re: Serial Activesync connexion by Yannick

Yannick
Tue Feb 07 00:38:35 CST 2006

Check also for network user interface

--
----------------------------------------------------------------
Yannick Chamming's (eMVP)
ADENEO (ADESET)
Windows Embedded Manager
ychammings AT adeneo DOT adetelgroup DOT com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
----------------------------------------------------------------

<homecdom@yahoo.fr> a écrit dans le message de news:
1139262071.942492.176180@g44g2000cwa.googlegroups.com...
Thank you for your answer.
TAPI and Unimodem are included in my build.
Do you think that a component could be missing in a retail mode and not
in debug mode ?
Thanks,
Dom

Dean Ramsier a écrit :

> You're probably missing some necessary OS components from your build. The
> dependency checking for ActiveSync is not very good, some components you
> have to manually include.
>
> I don't recall what is typically missing, ensure that you have TAPI, and
> Unimodem in your build.
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> <homecdom@yahoo.fr> wrote in message
> news:1139248916.566560.205710@z14g2000cwz.googlegroups.com...
> > Hi All,
> >
> > I created my OS image using Platform Builder 4.2.
> > I try to make a serial activesync connection on a SH3 board. I can
> > connect via Ethernet or Usb cable, but i have trouble with serial
> > connection.
> >
> > In debug mode, it works very well.
> >
> > In release mode, I have a strange behaviour : on the PC side,
> > Activesync displays "connecting" and its icon becomes green and rounds.
> > On the device side, it says "User authenticated".
> >
> > I dont think the cable is bad because every thing is ok in debug mode.
> > In release mode, I have no debug trace to easily identify the problem.
> >
> > Can anybody point me in the right direction to resolve this problem ?
> >
> > Thanks,
> > Dom
> >



Re: Serial Activesync connexion by suji

suji
Tue Feb 07 01:46:28 CST 2006

Please make sure you are giving enough delay after the reset command(UART).
Also make sure you have all the UART specific initializations in open also.

I have seen sometime if it is in Init, it is not working.
Since you said, it is working in debugmode, and not in release, i think
these are the issues.please give it a try.

Thanks,

"Yannick Chamming's [eMVP]" wrote:

> Check also for network user interface
>
> --
> ----------------------------------------------------------------
> Yannick Chamming's (eMVP)
> ADENEO (ADESET)
> Windows Embedded Manager
> ychammings AT adeneo DOT adetelgroup DOT com>
> http://www.adeset.com
> Tél : +33 (0)4.72.18.57.77
> Fax : +33 (0)4.72.18.57.78
> ----------------------------------------------------------------
>
> <homecdom@yahoo.fr> a écrit dans le message de news:
> 1139262071.942492.176180@g44g2000cwa.googlegroups.com...
> Thank you for your answer.
> TAPI and Unimodem are included in my build.
> Do you think that a component could be missing in a retail mode and not
> in debug mode ?
> Thanks,
> Dom
>
> Dean Ramsier a écrit :
>
> > You're probably missing some necessary OS components from your build. The
> > dependency checking for ActiveSync is not very good, some components you
> > have to manually include.
> >
> > I don't recall what is typically missing, ensure that you have TAPI, and
> > Unimodem in your build.
> >
> > --
> > Dean Ramsier - eMVP
> > BSQUARE Corporation
> >
> >
> > <homecdom@yahoo.fr> wrote in message
> > news:1139248916.566560.205710@z14g2000cwz.googlegroups.com...
> > > Hi All,
> > >
> > > I created my OS image using Platform Builder 4.2.
> > > I try to make a serial activesync connection on a SH3 board. I can
> > > connect via Ethernet or Usb cable, but i have trouble with serial
> > > connection.
> > >
> > > In debug mode, it works very well.
> > >
> > > In release mode, I have a strange behaviour : on the PC side,
> > > Activesync displays "connecting" and its icon becomes green and rounds.
> > > On the device side, it says "User authenticated".
> > >
> > > I dont think the cable is bad because every thing is ok in debug mode.
> > > In release mode, I have no debug trace to easily identify the problem.
> > >
> > > Can anybody point me in the right direction to resolve this problem ?
> > >
> > > Thanks,
> > > Dom
> > >
>
>
>

Re: Serial Activesync connexion by Dean

Dean
Tue Feb 07 11:19:08 CST 2006

It's possible that a necessary component is being pulled in over the kitl
link if the debug shell is included. Depends on if there really is a
component missing, and if the component resides in the flat release
directory.

--
Dean Ramsier - eMVP
BSQUARE Corporation


<homecdom@yahoo.fr> wrote in message
news:1139262071.942492.176180@g44g2000cwa.googlegroups.com...
Thank you for your answer.
TAPI and Unimodem are included in my build.
Do you think that a component could be missing in a retail mode and not
in debug mode ?
Thanks,
Dom

Dean Ramsier a écrit :

> You're probably missing some necessary OS components from your build. The
> dependency checking for ActiveSync is not very good, some components you
> have to manually include.
>
> I don't recall what is typically missing, ensure that you have TAPI, and
> Unimodem in your build.
>
> --
> Dean Ramsier - eMVP
> BSQUARE Corporation
>
>
> <homecdom@yahoo.fr> wrote in message
> news:1139248916.566560.205710@z14g2000cwz.googlegroups.com...
> > Hi All,
> >
> > I created my OS image using Platform Builder 4.2.
> > I try to make a serial activesync connection on a SH3 board. I can
> > connect via Ethernet or Usb cable, but i have trouble with serial
> > connection.
> >
> > In debug mode, it works very well.
> >
> > In release mode, I have a strange behaviour : on the PC side,
> > Activesync displays "connecting" and its icon becomes green and rounds.
> > On the device side, it says "User authenticated".
> >
> > I dont think the cable is bad because every thing is ok in debug mode.
> > In release mode, I have no debug trace to easily identify the problem.
> >
> > Can anybody point me in the right direction to resolve this problem ?
> >
> > Thanks,
> > Dom
> >



Re: Serial Activesync connexion by homecdom

homecdom
Wed Feb 08 04:36:27 CST 2006

Thank you.
Is there a way to detect this situation ? If I delete the debug shell
in my image, is it sufficient ?
Dom


Re: Serial Activesync connexion by Henrik

Henrik
Wed Feb 08 06:35:33 CST 2006

In CE5, you control the ablility to load modules from the release
directory by checking/unchecking "Enable access to desktop files" under
the "Core Service Settings" section in "Target/Connectivity Options.."
menu. If my memory serves me right, you control it the same way in
CE4.2.

Henrik Viklund