MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guía de usuario Pagina 274

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 575
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 273
enable
Examples To use channels to RTDX, you must both open and enable the channels:
cc = ticcs; % Create a new connection to the IDE.
enable(cc.rtdx) % Enable the RTDX interface.
open(cc.rtdx,'inputchannel','w') % Open a channel for sending
% data to the processor.
enable(cc.rtdx,'inputchannel') % Enable the channel so you can use
%it.
See Also disable, open
7-52
Vista de pagina 273
1 2 ... 269 270 271 272 273 274 275 276 277 278 279 ... 574 575

Comentarios a estos manuales

Sin comentarios