SCDI Command

The SCDI command lets you input data into the SCI. If a data parameter is given, the value is placed into the next slot in the SCI input buffer. If no parameter is given, a window displays the input buffer values. Input values can be entered while the window is open. An arrow points to the next value to be used as input to the SCI. The maximum number of input values is 256 bytes.

Syntax
  >gdi SCDI [<n>]  

Where: <n> The value to be entered into the next location in the input buffer

Example
  >gdi SCDI $55 

Set the next input value to the SCI to $55

  >gdi SCDI  

Pull up the data window with all the input values.

Figure 1. SCI IN buffer display