Skip to content

Commit ab82d94

Browse files
committed
Docs: Update CLI
1 parent c917118 commit ab82d94

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/configure_with_cli.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Torch: ![Feature Supported](img/Icons/GreenDot.png) / EVK: ![Feature Supported](
66

77
*Entering Command line mode*
88

9-
For advanced applications, the RTK device can be queried and configured using a command line interface (CLI). This mode can be entered from the main serial menu using '**+**' or over Bluetooth by sending 10 dashes ('**----------**'). To exit CLI, type 'exit' or use the `$SPEXE,EXIT*77` command.
9+
For advanced applications, the RTK device can be queried and configured using a command line interface (CLI). This mode can be entered from the main serial menu using '**+**' or over Bluetooth by sending 10 dashes ('**----------**'). To exit CLI, type `exit` or use the `$SPEXE,EXIT*77` command.
1010

1111
The commands and their responses are implemented as an extension to the standard NMEA format. This allows the use of the same parser to parse NMEA sentences and the SparkFun commands/replies.
1212

@@ -106,7 +106,7 @@ Receive:
106106

107107
$SPSET,ntripClientCasterUserPW,"pwWith\"quote",OK*04
108108

109-
*ntripClientCasterUserPW* will be set to: pwWith"quote
109+
*ntripClientCasterUserPW* will be set to: `pwWith"quote`
110110

111111
Below, commas are allowed within the string but must be between two quotes:
112112

@@ -118,7 +118,7 @@ Receive:
118118

119119
$SPSET,ntripClientCasterUserPW,"complex,password",OK*76
120120

121-
*ntripClientCasterUserPW* will be set to: complex,password
121+
*ntripClientCasterUserPW* will be set to: `complex,password`
122122

123123
Below is a combination of an internal escaped quote, and comma within a setting:
124124

@@ -130,7 +130,7 @@ Receive:
130130

131131
$SPSET,ntripClientCasterUserPW,"a55G\"e,e#",OK*72
132132

133-
*ntripClientCasterUserPW* set to: a55G"e,e#
133+
*ntripClientCasterUserPW* set to: `a55G"e,e#`
134134

135135
## Receiver Actions
136136

@@ -174,13 +174,13 @@ The data type contains whether the field is a char[n], int, bool, or float.
174174

175175
Example response:
176176

177-
$SPLST,enableSD,bool,true*FF<CR><LF>
178-
$SPLST,enableDisplay,bool,true*FF<CR><LF>
179-
$SPLST,maxLogTime_minutes,int,1*FF<CR><LF>
180-
$SPLST,maxLogLength_minutes,int,10*FF<CR><LF>
181-
$SPLST,observationSeconds,int,10*FF<CR><LF>
182-
$SPLST,observationPositionAccuracy,float,0.5*FF<CR><LF>
177+
$SPLST,enableSD,bool,true*6A<CR><LF>
178+
$SPLST,enableDisplay,bool,true*27<CR><LF>
179+
$SPLST,maxLogTime_minutes,int,1*01<CR><LF>
180+
$SPLST,maxLogLength_minutes,int,10*38<CR><LF>
181+
$SPLST,observationSeconds,int,10*37<CR><LF>
182+
$SPLST,observationPositionAccuracy,float,0.5*59<CR><LF>
183183
.
184184
.
185185
.
186-
$SPEXE,LIST,OK*FF<CR><LF>
186+
$SPEXE,LIST,OK*5D<CR><LF>

0 commit comments

Comments
 (0)