Managed Code
In my previous blog Windows 10 (including IoT) USB HID device identification was covered in detail. This included an app that takes the relevant IDs for an HID device and checks whether it is present on the system. Two of the IDs could be looked up via a menu as they come an HID Usage table. The menu data was loaded from a JSON (text) file and translated using Linq to a list that is the Xaml data source binding for the menu. This blog demonstrates the mechanism for loading JSON data from a text file into an Xaml ComboBox.
Read the rest of entry »
Smartdevice projects opened in a Compact 2013 development context are not automatically upgraded to Compact Framework 3.9. This article discusses techniques for upgrading of Smartdevice (Compact 7) projects to the Compact 2013 context (Compact Framework 3.9). This includes comparison of project files as well as use of the CEESharpWiz wizard.
This article discusses the just recently released CECompactTools on Codeplex. This toolset has been morphed from Compact13Tools in that it provides the same shell apps for a Compact 2013 OS using the same C# source code but the Managed code is built directly as an OS Subproject!. That is, unlike Compact13Tools, there is only one software layer.
Command line app to transfer a file over TCPIP.
A Wizard, like CEDriverWiz etc, that runs from Tools menu to generate or import a C# Managed Code OS Subproject for Windows Embedded Compact 2013 Projects.
This project is a spin-off from Compact13Tools. Besides the name and URL changes, the Managed Code tools are built directly with OS as Managed Code Subprojects.
One bug fix and one new feature.
Version 5.0 has been further updated to version 5.2. This fixes some issues in version 5.0, 5.1 and 5.11
This article discusses the just released Compact13Tools Version 5.0 software architecture for Compact13Tools. This version has the full source for the Managed Code which it builds via a batch file.The software is structured as two layers. (Read on for more.) The next blog will introduce CEToolbox which directly builds to Managed Code tools as OS Source Subprojects; a topic covered in the previous three blogs. This article is essentially a slides presentation with some *comments.
Hyper-V and Compact 2013 (3 articles)
Managed Code as part of the OS Build ( 3 articles)