Hi All,
I have written custom CETK test case for an I2C based device( This is a
stream Interface driver).When i am trying to run the test case using KITL
Test case is passing. At the same time when I use Active sync, the test case
is Failing.
I have checked the Activesync connection,Its working fine.
The test case is just to get the handle for the devise. Do i need to do any
thing else in the ShellProc function if at all if i need to run the CETK test
cases thought the Activesync. Could anybody thow some light on this problem?
Cheers
Murali
MK - 18 Apr 2008 18:18 GMT
> Hi All,
Hi All,
I got the answer from an wince expert from other blog.It really helped
me.I hope this will help you ppl also.
Here is the anwere..:-
This sounds like you forgot to add your driver dll to the bib files.
Are you sure your driver DLL is in the image (in other words; if you
open explorer on the device, view all files in the windows folder, can
you see your driver dll)? If you have a KITL connection you also have
a connection to your %_FLATRELEASEDIR%. If the driver can not be found
in the image, CE will load the driver from the %_FLATRELEASEDIR% on
your development machine. If you use activesync, CE cannot access this
folder and thus is unable to load the driver. Hope this helps,
Michel VerhagenMicrosoft eMVP
> I have written custom CETK test case for an I2C based device( This is a
> stream Interface driver).When i am trying to run the test case using KITL
[quoted text clipped - 8 lines]
> Cheers
> Murali
msnews.microsoft.com - 23 Jun 2008 06:02 GMT
Are you able to share the source for this test you wrote?
> Hi All,
>
[quoted text clipped - 14 lines]
> Cheers
> Murali
Zebra - 09 Jul 2008 05:29 GMT
Do your I2C device has the timing issue ? like Timeout. you need to check
your test case program to see if there is no any critical timing issue.
-Zebra,
MVP @ TECHWARE
> Hi All,
>
[quoted text clipped - 14 lines]
> Cheers
> Murali