User`s guide

ticcs Object Properties
rtdx
Property rtdx is a subclass of the ticcs link and represents the RTDX portion
of a link for CCS IDE. As shown in the example,
rtdx has properties of its own
that you can set, such as
timeout, and that report various states of the link.
get(cc.rtdx)
ans =
version: 1
numChannels: 0
Rtdx: [1x1 COM ]
RtdxChannel: {'' [] ''}
procType: 103
timeout: 10
In addition, you can create an alias to the rtdx portion of a link, as shown
in this code example.
rx=cc.rtdx
RTDX channels : 0
Now you can use rx with the functions in Embedded IDE Link CC, such as
get or set. If you have two open channels, the display looks like the following
get(rx)
ans =
numChannels: 2
Rtdx: [1x1 COM ]
RtdxChannel: {2x3 cell}
procType: 98
timeout: 10
when the processor is from the C62 family.
2-55