Serial port and GPS

Psrf103Test Class

Command line test program for PSRF103 messages

For a list of all members of this type, see Psrf103Test Members.

System.Object
   serial.Psrf103Test

[Visual Basic]
Public Class Psrf103Test
[C#]
public class Psrf103Test

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Creates a SiRF propetiary PSRF103 sequence for controling the amount and the frequency of the generated NMEA sequences GGA, GLL, GSA, GSV, RMC and VTG. The sequences generated by this utility may be sent to the serial port of the GPS chip in order to decrease the amount of the generated information.

Example

psrf103.exe GLL false 0 true
msg=GLL mode=False rate=0 chksumEnable=True psrf=\$PSRF103,01,00,00,01\*25\r\n

psrf103.exe GSA false 0 true
msg=GSA mode=False rate=0 chksumEnable=True psrf=\$PSRF103,02,00,00,01\*26\r\n

psrf103.exe GSV false 0 true
msg=GSV mode=False rate=0 chksumEnable=True psrf=\$PSRF103,03,00,00,01\*27\r\n

psrf103.exe RMC false 0 true
msg=RMC mode=False rate=0 chksumEnable=True psrf=\$PSRF103,04,00,00,01\*20\r\n

Requirements

Namespace: serial

Assembly: psrf103 (in psrf103.exe)

See Also

Psrf103Test Members | serial Namespace | Utils.psrf103