Skip to content

Commit 7ba743a

Browse files
committed
Correct comments re. default TCP port - 2948 not 2947
1 parent e8760b2 commit 7ba743a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

Firmware/RTK_Surveyor/AP-Config/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@
14031403

14041404
<div class="form-group row">
14051405
<label for="pvtClientPort" class="box-margin20 col-sm-3 col-4 col-form-label">Port:
1406-
<span class="tt" data-bs-placement="right" title="TCP port to use. Default: 2947">
1406+
<span class="tt" data-bs-placement="right" title="TCP port to use. Default: 2948">
14071407
<span class="icon-info-circle text-primary ms-2"></span>
14081408
</span>
14091409
</label>
@@ -1430,7 +1430,7 @@
14301430
<div id="tcpServerSettingsConfig">
14311431
<div class="form-group row">
14321432
<label for="pvtServerPort" class="box-margin20 col-sm-3 col-4 col-form-label">Port:
1433-
<span class="tt" data-bs-placement="right" title="TCP port to use. Default: 2947">
1433+
<span class="tt" data-bs-placement="right" title="TCP port to use. Default: 2948">
14341434
<span class="icon-info-circle text-primary ms-2"></span>
14351435
</span>
14361436
</label>

Firmware/RTK_Surveyor/AP-Config/src/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ function tcpClientBoxes() {
16121612
}
16131613
else {
16141614
hide("tcpClientSettingsConfig");
1615-
//ge("pvtClientPort").value = 2947;
1615+
//ge("pvtClientPort").value = 2948;
16161616
}
16171617
}
16181618

@@ -1622,7 +1622,7 @@ function tcpServerBoxes() {
16221622
}
16231623
else {
16241624
hide("tcpServerSettingsConfig");
1625-
//ge("pvtServerPort").value = 2947;
1625+
//ge("pvtServerPort").value = 2948;
16261626
}
16271627
}
16281628

Firmware/RTK_Surveyor/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ typedef struct
11921192
bool debugPvtServer = false;
11931193
bool enablePvtServer = false;
11941194
uint16_t pvtServerPort = 2948; // PVT server port, 2948 is GPS Daemon: http://tcp-udp-ports.com/port-2948.htm
1195-
bool displayServerIP = true;
1195+
bool displayServerIP = true; // Also used by UDP Server
11961196

11971197
// UDP Server
11981198
bool debugPvtUdpServer = false;

docs/gis_software.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ To verify the NMEA sentences are being delivered correctly, Survey Master has a
294294

295295
[Vespucci](https://play.google.com/store/apps/details?id=de.blau.android&hl=en_US&gl=US) is an Open Street Map editor for Android.
296296

297-
This software requires the RTK device to connect over TCP. Be sure you have a local WiFi network entered into the [WiFi Config menu](menu_wifi.md), have a TCP Client or Server enabled, and have noted the TCP port (it's 2947 by default).
297+
This software requires the RTK device to connect over TCP. Be sure you have a local WiFi network entered into the [WiFi Config menu](menu_wifi.md), have a TCP Client or Server enabled, and have noted the TCP port (it's 2948 by default).
298298

299299
![Vespucci Gear Button](img/Vespucci/SparkFun%20RTK%20Vespucci%20-%20Main%20Gear.png)
300300

@@ -342,7 +342,7 @@ Above: From the subpanel, select 'gpsd'.
342342

343343
![Entering gpsd specifics](img/QGIS/SparkFun%20RTK%20QGIS%20-%20GPS%20Panel%20Entering%20IP%20and%20port.png)
344344

345-
Enter the IP address of your RTK device. This can be found by opening a serial connection to the device. The IP address will be displayed every few seconds. Enter the TCP port to use. By default an RTK device uses 2947.
345+
Enter the IP address of your RTK device. This can be found by opening a serial connection to the device. The IP address will be displayed every few seconds. Enter the TCP port to use. By default an RTK device uses 2948.
346346

347347
Press 'Connect'.
348348

docs/gis_software_android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ Once you have a full RTK fix you'll notice the location bubble in SW Maps turns
565565

566566
[Vespucci](https://play.google.com/store/apps/details?id=de.blau.android&hl=en_US&gl=US) is an Open Street Map editor for Android.
567567

568-
This software requires the RTK device to connect over TCP. Be sure you have a local WiFi network entered into the [WiFi Config menu](menu_wifi.md), have a TCP Client or Server enabled, and have noted the TCP port (it's 2947 by default).
568+
This software requires the RTK device to connect over TCP. Be sure you have a local WiFi network entered into the [WiFi Config menu](menu_wifi.md), have a TCP Client or Server enabled, and have noted the TCP port (it's 2948 by default).
569569

570570
![Vespucci Gear Button](img/Vespucci/SparkFun%20RTK%20Vespucci%20-%20Main%20Gear.png)
571571

docs/gis_software_windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Above: From the subpanel, select 'gpsd'.
2626

2727
![Entering gpsd specifics](img/QGIS/SparkFun%20RTK%20QGIS%20-%20GPS%20Panel%20Entering%20IP%20and%20port.png)
2828

29-
Enter the IP address of your RTK device. This can be found by opening a serial connection to the device. The IP address will be displayed every few seconds. Enter the TCP port to use. By default an RTK device uses 2947.
29+
Enter the IP address of your RTK device. This can be found by opening a serial connection to the device. The IP address will be displayed every few seconds. Enter the TCP port to use. By default an RTK device uses 2948.
3030

3131
Press 'Connect'.
3232

docs/menu_tcp_udp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Some Data Collector software (such as [Vespucci](gis_software.md#vespucci)) requ
1717

1818
![TCP Port Entry](img/WiFi%20Config/SparkFun%20RTK%20Config%20-%20TCP%20Port.png)
1919

20-
If either Client or Server is enabled, a port can be designated. By default, the port is 2947 (registered as [*GPS Daemon request/response*](https://tcp-udp-ports.com/port-2948.htm)) but any port 0 to 65535 is supported.
20+
If either Client or Server is enabled, a port can be designated. By default, the port is 2948 (registered as [*GPS Daemon request/response*](https://tcp-udp-ports.com/port-2948.htm)) but any port 0 to 65535 is supported.
2121

2222
![Ethernet TCP Client connection](img/Terminal/TCP_Client.gif)
2323

0 commit comments

Comments
 (0)