Scdo command – Freescale Semiconductor Microcontrollers User Manual

Page 295

Advertising
background image

HC08 Full Chip Simulation

Configuration Procedure

295

Microcontrollers Debugger Manual

Syntax

>SCDI [<n>]

Where:

<n>

The value to be entered into the next location in the input buffer

Example

>SCDI $55

Set the next input value to the SCI to $55

>SCDI

Pull up the data window with all the input values.

Figure 11.38 SCI IN Buffer Display

SCDO Command

The SCDO command displays the output buffer from the SCI. A window is opened that
shows all the data that the SCI has shifted out. An arrow is used to point to the last output
value transmitted. The maximum number of output values that the buffer holds is 256
bytes.

Syntax

>SCDO

Example

>SCDO

View data from the output buffer for the SCI simulation.

Advertising