Test_WatchDog Sample Application using C# managed code

This sample application demonstrates:
    - Accessing UART interface in SPI master mode from an application.
    - Including standard Win32 APIs and importing of DLLs.
    - Using managed code projects for Windows CE. 

This application needs .NET Framework support on the target Windows CE kernel 
to work properly. 

The Test_WatchDog application can be opened directly with the Visual Studio 2005
to change or simply rebuild the application. Also the debugging from the 
Visual Studio 2005 to the target can be done. 

After building the application an executable can be found in the Test_WatchDog\Test_WatchDog\bin\ 
directory. 

The following files are provided in this example.

Test_WatchDog.sln		Visual Studio 2005 solution project file.

Test_WatchDog\Device.cs			Digi Device Class file.
Test_WatchDog\WD.ico			Application icon.
Test_WatchDog\WatchDog_Main.cs		WatchDog main C# source file.
Test_WatchDog\WatchDog_Main.resx	Visual Studio 2005 resource file.
Test_WatchDog\WatchDog_Main.Designer.cs	WatchDog C# window form source file.
Test_WatchDog\Program.cs		WatchDog main entry point for the application.
Test_WatchDog\Test_WatchDog csproj	C# project configuration file.





