Leica tps1100 Reference Manual page 51

Hide thumbs Also See for tps1100:
Table of Contents

Advertisement

GeoCOM Reference Manual
Example
RC_TYPE
COM_FORMAT eFormat;
// change coding method
// eFormat is COM_ASCII or COM_BINARY
eFormat = COM_BINARY;
rc = COM_SetComFormat(eFormat);
if (rc == RC_COM_PORT_NOT_OPEN)
{
rc = COM_SetComFormat(eFormat);
}
switch (rc)
{
case RC_COM_PORT_NOT_OPEN:
printf("Port not open\n");
return (RC_FATAL);
break;
case RC_COM_NO_BINARY:
printf("Binary format not available "
// continue in ASII-format
break;
}
// end of switch (rc)
// continue in program
5.3.11 COM_UseWindow - Declare Parent Window Handle
COM_UseWin dow ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. -
C-Declaration
COM_UseWindow( HWND handle )
VB-Declaration
VB_COM_UseWindow( handle As HWND )
ASCII-Request
-
ASCII-Response
-
TPS1100 - Version 1.05
rc;
"for this version.");
Communication Settings
5-18

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents