Communication Settings; Constants And Types - Leica tps1100 Reference Manual

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
5
C
OMMUNICATION
This subsystem provides functions which influences GeoCOM as a whole and
functions, which relate to the client side only.
If a function influences the client side only then there is no ASCII request defined.
5.1

CONSTANTS AND TYPES

Serial Port Selector
This enumeration type denotes the hardware serial port.
enum COM_PORT
{
COM_1
COM_2
COM_3
COM_4
};
Transmission Data Format
This value tells if the transmission takes place in a readable ASCII data format or
in a data size optimised binary data format.
enum COM_FORMAT
{
COM_ASCII
COM_BINARY = 1
};
Baud Rate
enum COM_BAUD_RATE
{
COM_BAUD_38400 = 0,
COM_BAUD_19200 = 1,
COM_BAUD_9600
COM_BAUD_4800
COM_BAUD_2400
};
TPS1100 - Version 1.05
= 0,
= 1,
= 2,
= 3
= 0,
= 2,
= 3,
= 4
S
ETTINGS
// port 1
// port 2
// port 3
// port 4
// Force ASCII comm.
// Enable binary comm.
// default baud rate

Communication Settings

5-4

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents