ZylGPSReceiver.NET
GPSReceiver.SendASCIIString Method
Sends an ASCII string to the GPS receiver.
[Visual Basic]
Public Sub SendASCIIString( _
ByVal
String
As
String
_
)
[C#]
public
void
SendASCIIString(
String
text
);
Parameters
String
String to be sent.
See Also
GPSReceiver Class
|
ZylGPSReceiver Namespace