Argox PA-20 Programming Guide Instrukcja Użytkownika Strona 97

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 130
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 96
PT-20 Programming Guide
95
Case 5:
_printf_color(COLOR_RED, “RemoteLink baud rate=4800”);
Break;
}
Includes
#include “SDK.h ”
Description
This function can get RemoteLink baud rate(when use com port).
Returns
0:115200 bps
1:57600 bps
2:38400 bps
3:19200 bps
4:9600 bps
5:4800 bps
SetRemoteInterface
Purpose
Setting the RemoteLink interface.
Syntax
void SetRemoteInterface(int slInterface);
Example call
SetRemoteInterface(int slInterface);
Includes
#include “SDK.h ”
Description
This function can set RemoteLink connect interface, the interface setting as
follows:
slInterface
Interface
0
RS-232
1
USB
Returns
None
GetRemoteInterface
Purpose
Getting the RemoteLink interface.
Syntax
int GetRemoteInterface(void);
Example call
Switch(GetRemoteInterface ())
{
Case 0:
_printf_color(COLOR_RED, “RemoteLink Interface is RS-232”);
Break;
Case 1:
_printf_color(COLOR_RED, “RemoteLink Interface is USB”);
Break;
}
Includes
#include “SDK.h ”
Description
This function can set RemoteLink connect interface.
Przeglądanie stron 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 129 130

Komentarze do niniejszej Instrukcji

Brak uwag