User manual

Navigator 16100
© 2016 ... MapFactor s.r.o.
10 TCP/IP communication
TPC/IP коммуникатор можно использовать, например, для отдаленного
общения между водителем и диспетчером. Его можно также использовать для
интеграции Навигатора в другое программное обеспечение.
To activate communication in Navigator go to
Menu / Settings / Remote Communication
. Starting from
the command line, as in previous versions, is no longer possible.
-----------------------------------------------------------------------------------------------------
TCP/IP commands:
Every command starts with '$' and ends with '\n' or "\r\n".
DISPLAY A TEXT MESSAGE
Format:
$message="message";instant
Description:
- shows a message on remote device
Protocol version:
- 1.0.0 or later
- 2.0.3 or later for "instant parameter"
Availability:
- tcp/ip or com
Parameters:
- parameter is a text enclosed in quotation marks to display on remote device
- when parameter "instant" is used the message is shown immediatelly; placeholder icon is displayed
otherwise
Return values:
- "ok" on success or "error" when failed
- "busy" when the remote device is busy responding to another command
DISPLAY A QUESTION
Format:
$message="message";ask;instant
Description:
- shows a question on remote device (can be answered with "yes" or "no)
Protocol version:
- 1.0.0 or later
- 2.0.3 or later for "instant parameter"
Availability:
- tcp/ip or com
Parameters:
- parameter is a text enclosed in quotation marks to display on remote device
- when parameter "instant" is used the message is shown immediatelly; placeholder icon is displayed
otherwise
Return values:
- "yes" or "no" as the answer to question on success or "error" when failed
- "busy" when the remote device is busy responding to another command
DISPLAY A CHAT MESSAGE
Format:
$chat="message"
Description:
- sends a new message to chat window