Windows CE: Serial Debug Menu Summary

<< Windows CE: Listing Running Drivers | Home | Windows CE: How to buy Windows CE or Platform Builder >>

This is a summary of links to my post that describe creating a serial debug port menu for a Windows CE device. Sure, many of you won’t actually use the debug menu, but this includes some sample code that you may be interested in.

Windows CE: Using the debug serial port for input is a getting started by reading input from the serial debug port.

Windows CE: Displaying a simple menu driven app using serial debug shows how to display a menu based on an array of strings and wait for user input from the serial debug port.

Windows CE: Putting some control behind the serial debug menu adds some code to create the first menu.

Windows CE: Using ToolHelpAPI to list running processes extends the menu by filling in the code to display the running processes using the ToolHelpAPI.

Windows CE: Using ToolHelpAPI to get more information about running processes creates a sub-menu and enhances the listing of running processes to show threads, loaded modules and heaps.

Windows CE: Listing Running Drivers shows how to list the loaded device drivers.

Windows CE: Displaying Disk Information shows how to list the disks and partitions.

Windows CE: Watching Folders for Changes shows how to monitor for changes to folders.

Windows CE: Loading a Driver with ActivateDeviceEx shows how load a driver.

Platform Builder: Formatting Output with DEBUGMSG and RETAILMSG shows how use the format string modifiers to control output.

Copyright © 2008 – Bruce Eitman

All Rights Reserved

Tuesday, June 10, 2008 1:19 AM

This article is part of the GWB Archives. Original Author: Bruce Eitman

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.