Leica tps1100 Reference Manual page 46

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
}
...
// shutdown GeoCOM
}
// end of main
5.3.6
COM_SetBaudRate - Set Baud Rate
COM_ SetBaud Rate ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ -
C-Declaration
COM_SetBaudRate( COM_BAUD_RATE
VB-Declaration
VB_COM_SetBaudRate( ByVal eRate As Long )
ASCII-Request
-
ASCII-Response
-
Remarks
This function sets the baud rate of the serial line, hence on both client and
server side. A port must have been opened successfully with
COM_OpenConnection
TPS1100 - Version 1.05
case COM_BAUD_38400:
printf("38400\n");
break ;
case COM_BAUD_19200:
printf("19200\n");
break ;
case COM_BAUD_9600:
printf("9600\n ");
break ;
case COM_BAUD_4800:
printf("4800\n ");
break ;
case COM_BAUD_2400:
printf("2400\n ");
break ;
default:
printf("illegal\n ");
break ;
}
.
Communication Settings
eRate )
5-13

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents