Argox PA-20 Programming Guide Manuel d'utilisateur Page 97

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 130
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 129 130

Commentaires sur ces manuels

Pas de commentaire