
PT-20 Programming Guide
Case 5:
_printf_color(COLOR_RED, “RemoteLink baud rate=4800”);
Break;
}
This function can get RemoteLink baud rate(when use com port).
0:115200 bps
1:57600 bps
2:38400 bps
3:19200 bps
4:9600 bps
5:4800 bps
Setting the RemoteLink interface.
void SetRemoteInterface(int slInterface);
SetRemoteInterface(int slInterface);
This function can set RemoteLink connect interface, the interface setting as
follows:
Getting the RemoteLink interface.
int GetRemoteInterface(void);
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;
}
This function can set RemoteLink connect interface.
Komentarze do niniejszej Instrukcji