ArcPad Scripting Object Model
WriteSentence Method
See Also  Send comments on this topic.
String
Required. A String that specifies the text to write.
Rangefinder Object : WriteSentence Method

Glossary Item Box

Description

Writes a string and newline character to the Rangefinder port. A NMEA checksum is automatically appended to the end of the string before sending (that is, a * followed by a 2 character hex value).

Syntax

object.WriteSentence ( String )

Parameters

String
Required. A String that specifies the text to write.

Return Type

Long

Remarks

WriteSentence is useful when you need to write a data sentence to the Rangefinder port. The return value contains the number of characters actually written to GPS port. It is the script's responsibility to handle situations where less data was written out to the GPS port than was sent via the WriteSentence method.

See Also

© 2012 All Rights Reserved.