Skip to content

Commit 7b2e036

Browse files
authored
Merge pull request #53 from bboyho/main
2 parents 80221c2 + 78d97e5 commit 7b2e036

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/Basics/Example12_UseUart/Example12_UseUart.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
SparkFun ZED-F9R Breakout (GPS-16344) https://www.sparkfun.com/products/16344
2424
2525
Hardware Connections:
26-
Connect the U-Blox serial TX pin to Serial1 RX on your Arduino board.
27-
Connect the U-Blox serial RX pin to Serial1 TX on your Arduino board.
26+
Connect the U-Blox serial TX pin to Serial RX on your Arduino board.
27+
Connect the U-Blox serial RX pin to Serial TX on your Arduino board.
2828
Open the serial monitor at 115200 baud to see the output
2929
*/
3030

examples/NEO-F10N/Example1_NAV_SIG/Example1_NAV_SIG.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
Open the USB-TX and USB-RX jumpers to isolate the on-board CH340 USB interface chip.
2121
Solder header pins (9-way) to the board so you can access the UART1 TX and RX connections.
2222
Use jumper wires to connect:
23-
* TX to Serial1 RX on your Arduino board.
24-
* RX to Serial1 TX on your Arduino board.
23+
* TX to Serial RX on your Arduino board.
24+
* RX to Serial TX on your Arduino board.
2525
* GND to GND
2626
* 5V to 5V (or 3V3 to 3V3)
2727
Open the serial monitor at 115200 baud to see the output

0 commit comments

Comments
 (0)