Recent blog entries

Serial Port Test

Hi all, This is the second text book example from Mr. Samuel Phung's Book.In this section we will develop a Visual Basic based application for testing the serial port on the eBox. The runtime image required for this example remains the same as developed in the previous section, so we can now move on to the application development part. Step 1:Launch the VS2005 IDE. Step 2:From the IDE, select files ► New ► Project to bring up the New Project screen. Step 3:From the New Project screen’s left pane, click on and expand the Other languages node. Step 4:Click on and expand the Visual Basic node followed by the Smart Device node, and click Windows CE 5.0. Step 5:From the New Project screen’s right pane, click Device Application. Step 6:Enter SerialPortApp as the name or any other name of your choice. Step 7:from the New Project screen, click OK to continue. A blank SerialPortApp will be created by the VS2005 IDE. Now by default a blank form is created and we need to add various buttons and boxes to ...

Read the rest of entry »

Pet hates or wishlist for Platform Builder

How can we improve Platform Builder?

Read the rest of entry »

Hello World

Hi All, I hope everyone is familier now with the basic OS development. So, lets start writing applications. This is the first blog in this section so I will take simple application from the book. "Hello World" is the simplest application to get started with application development in windows CE. Step 1:From VS2005 IDE select File/New/Project, to bring up the project screen. Expand Other Languages tab then select and expand Visual C# expand Smart Device and select Windows CE 5.0 on the right hand side select Device Application, choose an appropriate name for the application and click OK. Step 2:Once the new application window is up you can modify the different parameters as per your choice. Resize the Form to a smaller size (320x240) to make it easy to see the application when it runs on CE 6.0. Change the Form caption to “CE 6.0 JumpStart Kit – C# Example” Add a text-box to the form, change the name to textHelloWorld, clear the content in the text-box and place the text-box to the center of the form. ...

Read the rest of entry »

Windows CE 6.0 SDK development

Hello all, This is the last blog in the OS design section, after this I will be moving on to application development. So, here we go with the SDK development. In order to write applications using Visual Studio 2005 and establish a connection to download applications to the eBox-4300 for testing and debug, a CE 6.0 SDK for the OS Design we created in the previous steps is needed. Create and Configure Windows Embedded CE 6.0 SDKFrom VS2005 IDE, select Project | Add New SDK… to bring up the SDK Property Pages screen as shown below. Enter eBox4300_WinCE600_SDK as the name for the SDK. Fill in the company name and company website information. On the left side of SDK Property Page, click on Install and enter MSI folder path and MSI file name on the right side. Use the default path, and enter eBox4300_WinCE600_SDK.msi as the file name. On the left side of SDK Property Page, click on Development Languages and select both Native and Managed development support. Please note its not mandatory to select both native ...

Read the rest of entry »

Downloading OS onto the eBox

Hi All, Today I'll be writing about downloading the OS design onto the eBox. After the runtime image is generated from the OS design, the development station needs to establish connectivity with the target device to download the image to the device. The three common methods of connectivity are (1) Ethernet (2) USB (3) Serial. For our example we will the Ethernet as our connectivity option. This method uses static IP to establish connection with the eBox. Step 1: Configuring the static IP for the eBox-4300All eBoxes are preconfigured to boot to DOS and launches a selection menu with four options, when powered up. The third option, loads the OS image from the development station with static IP 192.169.2.232. In case your device has more than three options select the one that says: Load OS image from development station with static IP 192.168.1.232. The static IP on the eBox can be changed to a different IP address. For doing this, use a text editor to edit the autoexe.bat, located in the eBox 4300’s flash s ...

Read the rest of entry »

OS Customization

Hello All, Last time we left at configuring the OS design wizard. This time we will look at further customizing the OS design, so here we go. After we have finished acknowledging the NDIS User mode I/O Protocol Driver warning the VS 2005 IDE will open. Now we can start with further customizing the OS design. Step 1:on the left hand side of the IDE window you can see the catalog item tab expand the CoreOS and you should be able to see the number of different components. What do these different components do? Expand the Third Party | BSP | ICOP_eBox4300_60CS: x86 followed by the Drivers tab. You can see here some components are already selected. VIA CN/CX Display Driver VIA HD Audio Driver VIA UAM3059 Audio Driver (Unified) You can easily guess what these drivers are for, audio, video, etc. just in case if they are not selected don't forget to select them. Also make sure that you select the ConMan_x86 Files Component This component adds the CoreCon files to the final image, needed to establish connectionb ...

Read the rest of entry »

Windows CE 6.0 OS design wizard

Hello all, My apologies for not posting yesterday, had some issue with my system. In this article I will be talking about the basic OS design. Step 1: Launch a new instance of VS 2005. If the installation is done correctly the IDE should look like this, Step 2: From the IDE select the new project option. Now usually Platform Builder for CE 6.0 is selected by default. In case it is not selected by default, select Platform Builder for CE 6.0. Choose an appropriate name for your project and click OK. Make sure the create directory for solution is clicked. By default your OS design will get stored in the following path “C:\WINCE600\OSDesigns”, is a good practice to leave it in its default setting however if you wish to change it you can. Step 4:After you click OK a new window pops up, this is the Windows Embedded CE 6.0 OS Design Wizard. Click Next. Step 4: At this stage we are required to select the required Board Support Package to create a runtime image for your device. Here we can see that ICOP_eBox4300 ...

Read the rest of entry »

Who would have believed it

I have completed writing the book on developing device driver for Windows CE AKA Windows Embedded Compact. If everything goes right April the book is out.

Windows CE 6.0 Installation

Hello everyone, Last week I talked about what I have planned for the coming weeks, so here it is. Before we start working with Windows CE let us have a look at what is required for the development. Two categories that we we need to see here are; 1: Hardware:- For this there is really nothing much to discuss since it’s a choice that you will make when you start working with your projects, but for our discussion I will be using ICOP eBox 2300/4300. 2: Software:- Here we will need two tools: Visual Studio 2005 and the Platform builder for CE 6.0 plugin. So, where do we get these from? You can either buy the CD’s from Microsoft or download the tools from their website. I got the CD’s when I took part in SPARK challenge. Visual Stusio 2005:- Microsoft Visual Studio is an integrated development environment (IDE) from Microsoft. It can be used to develop console and graphical user interface applications along with Windows Forms applications, web sites, web applications, and web services in both native code and man ...

Read the rest of entry »

Three new features I like most about WEC 7

The first feature that I like most is not really a feature of the system but rather of Platform Builder, the BSP templates. This really is a neat feature enabling BSP developers to jumpstart a new BSP. The second feature that I like is the ability of an OEM of either an ARM or x86 architecture based devices to support 3 GB of RAM and the kernel detects it “automatically”. At last you can support multicore based devices, even though I’d still prefer to have this support available to the developer to control, but that will not happen.

Windows Embedded Compact 7

The Windows Embedded Compact 7 (Compact 7) getting started series is created to provide simple and easy to follow information to help academic, hobbyist and commercial developers to learn and engage in Compact 7 development.

***This is a series of 9 articles, with additional supplements, that cover the following subjects:

  • Development environment
  • OS design
  • Managed code application
  • Native code application
  • Silverlight for Windows Embedded application
  • SQL Compact database application
  • Debug and remote tools
  • More..

http://www.embedded101.com/compact7.aspx

Embedded101 Articles & Application Notes

Apr10CEDriverWiz Version 2.00: Using the Wizard
Created by David Jones on 4/10/2013 8:56:42 AM

  Book Links: ...
Read More..


Apr10CEDriverWiz Version 2.00: An Example
Created by David Jones on 4/10/2013 7:28:32 AM

Book Links: ...
Read More..


Apr09Installing CEDriverWiz for Visual Studio
Created by David Jones on 4/9/2013 8:41:27 AM

Install Visual Studio 2012/2008/2005 (depending upon your version of CE/Compact) and all of t...
Read More..


Apr01CEDriverWiz V2.00: About this release
Created by David Jones on 4/1/2013 7:33:39 AM

This brings the wizard in line with our Wrox book: "Professional Windows Embedded Compact 7" . ...
Read More..


Apr01CEDriverWiz Version 2.00 User Manual
Created by David Jones on 4/1/2013 6:40:34 AM

Index
Read More..


May15Configure Flash Storage to Launch Compact 7 OS Runtime with DiskPrep
Created by Sam Phung on 5/15/2012 8:41:50 PM

The DiskPrep powertoy is a useful utility to configure different type of flash storage to launch Wi...
Read More..


More
Turkish porno izle video site in rokettubeporno izle