MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Podręcznik Użytkownika Strona 77

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 575
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 76
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
Przeglądanie stron 76
1 2 ... 72 73 74 75 76 77 78 79 80 81 82 ... 574 575

Komentarze do niniejszej Instrukcji

Brak uwag