OEMWriteDebugByte (Windows Embedded CE 6.0)

1/5/2010

This function outputs a byte to the debug monitor port.

Syntax

void OEMWriteDebugByte(
  BYTE ch 
);

Parameters

  • ch
    [in] Byte of data that is to be sent.

Return Value

None.

Requirements

Header nkintr.h
Library OEMMain.lib or OEMMain_StaticKITL.lib
Windows Embedded CE Windows CE 2.10 and later

See Also

Tasks

Implementing the Serial Debug Functions

Reference

Boot Loader Debug Functions
lpWriteDebugByteFunc
OEMReadDebugByte
OEMInitDebugSerial
OEMWriteDebugString