Argox PA-20 Programming Guide Manual de usuario Pagina 97

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 130
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 129 130

Comentarios a estos manuales

Sin comentarios