MATLAB XPC TARGET 4 - API GUIDE Uživatelská příručka Strana 359

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 372
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 358
xpctarget.ftp
14-115
If you have multiple target PCs in your system, or if you want to identify a
target PC with the file object, use the following syntax to create the additional
file objects.
file_object=xpctarget.ftp('mode', 'arg1', 'arg2')
Examples In the following example, a file object for a target PC with an RS-232
connection is created.
f=xpctarget.ftp('RS232','COM1','115200')
f =
xpctarget.ftp
Optionally, if you have an xpctarget.xpc object, you can construct an
xpctarget.ftp object by passing the xpctarget.xpc object variable to the
xpctarget.ftp constructor as an argument.
>> tg1=xpctarget.xpc('RS232','COM1','115200');
>> f2=xpctarget.ftp(tg1)
f2 =
xpctarget.ftp
Zobrazit stránku 358
1 2 ... 354 355 356 357 358 359 360 361 362 363 364 ... 371 372

Komentáře k této Příručce

Žádné komentáře