Friday, June 28, 2013

Article: Difference between Windows Embedded Compact 7 and Windows Embedded Compact 2013 (Core Performance)

Windows Embedded Compact 2013 – A next version of Windows Embedded Compact series released by Microsoft with new and improved features to overcome major issues faced in Windows Embedded Compact 7 (earlier version). There are several improvements in Windows Embedded Compact 2013 and this article demonstrates the performance and code size improvement. Please see the below link to know more....
http://www.e-consystems.com/WEC7-vs-WEC2013.asp

Friday, June 21, 2013

Article: Windows Embedded Compact 2013 – THUMB2 Porting Considerations

As you know Windows Embedded Compact 2013 (WEC2013) is supporting only ARMv7 Thumb2 mode and earlier versions of ARM BSPs (ARMv7) are forced to support Thumb2 mode while porting. Although Windows Embedded Compact 2013 team has released an ARM porting guide, this article reveal some implicit information, real world issues and solutions required to make THUMB2 porting success.  Please see the below given link to go ahead.....
http://www.e-consystems.com/windows-embedded-compact-2013-thumb2.asp 

Friday, June 14, 2013

Windows Embedded Compact 2013 Released

Finally the hot cake has come to our basket. Microsoft release WEC2013 the next version of Windows Embedded Compact series. Again the hot cake has come with new flavors let us enjoy. Here is the official announcement link.
Microsoft announces general availability of Windows Embedded Compact 2013
WEC 2013 Download 
MSDN link
Soon you can expect blogs and article regarding Windows Embedded Compact 2013 and enjoy our journey with WEC2013.

Thursday, April 18, 2013

Retrieving USB VID/PID in application on Windows CE 6.0/7.0

Since Windows CE is used for customized devices and some requirements demanded from the customers to restrict certain USB devices based on the Vendor ID (VID) or Product ID(PID). Device has to respond only to their USB accessories, for example, Customer has designed their own USB HID device accessories for their devices and expected to respond only for their accessories. Even with their accessories they are introducing special featured accessories and expecting the device (application) to act accordingly for each accessory dynamically. So we need to take some decision on the application which requires some unique ID(VID/PID) to identify the connected accessory. Please see the below link to know more...
http://www.e-consystems.com/blog/windowsce/?p=878

Thursday, February 21, 2013

Programmatically adding APN in RAS Book for Unimodem and CellTSP on Windows CE 6.0/7.0

RAS book can be created in two ways in windows CE either through Dial up and network wizard or through programmatically. Although Microsoft provides sample application for creating a RAS book in Windows CE 6.0, still it is not clearly answering on how to add some specific parameters to establish GPRS connectivity.Please See the below link for more details...
http://www.e-consystems.com/blog/windowsce/?p=846

Monday, January 2, 2012

Article: Exploring Power Management in Windows CE 6.0

This is my new article published on my company website. I have explored windows CE 6.0 power management driver and given you some power management customization samples (How to add new power states,etc..). Hope it will show some lights on Windows CE 6.0 power management. Please see the below given link to go ahead.

Tuesday, November 1, 2011

Exploring VMR Features on Windows Embedded Compact 7

As you may know that Windows Embedded Compact 7 has new component for DirectShow video rendering(Video Mixing Render) which is more advanced than the old video render used in Windows Embedded CE 6.0.This blog explore the features of VMR on WEC7. See the below link for more details...
http://www.e-consystems.com/blog/windowsce/?p=759 

Cloning the Rnaapp application using Sysgen_Capture tool


I used to pin point the How to remove Pop-up windows in Kiosk mode blog in MSDN forums to hide the pop-up Windows for Kiosk system. I have dealt with some public source code in the blog to hide the Pop-up Windows. You may know that it is not advisable to change the public source code directly and you are recommended to clone the public components to your platform BSP before modify the source code. Cloning the component is straight forward for some components by using platform builder IDE and for some components we have to manually clone the component using sysgen_capture tool in command prompt. Unfortunately we have to manually clone the components which I have mentioned in the blog using sysgen_capture tool.see the below given blog for more details...
http://www.e-consystems.com/blog/windowsce/?p=636

Windows Embedded Compact 7: Silverlight Shell with ActiveSync

I have troubleshooted the Silverlight shell not launching with Active Sync on Windows Embedded Compact 7. Please see the below given blog for more details...
http://www.e-consystems.com/blog/windowsce/?p=617 

Implementing Digital Zoom Using Directshow Render on Windows CE 6.0

There are some cases wherein digital zoom is required to implement in your Directshow camera application. For example, some camera modules support a few levels of optical zoom and user have a need of more zoom level apart from the supported camera optical zoom or some camera won’t support optical zoom at all. If this is your case, then this blog post can give you some pointers to implement the digital zoom in your Directshow camera application on window CE 6.0.
http://www.e-consystems.com/blog/windowsce/?p=544