Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6486

Interfacing (DSI, CSI, I2C, etc.) • Re: Connect GPS M100 via serial port on gpio 14/15

$
0
0
On a Pi 5 the main serial port is on the dedicated debug UART pins - that's ttyAMA10, and /dev/serial0 is a symlink to it. What you have enabled using raspi-config should be UART0, a.k.a. /dev/ttyAMA0, on GPIOs 14 & 15.

Check the following is in config.txt:

Code:

dtparam=uart0
And be sure to use /dev/ttyAMA0 in your commands.

Statistics: Posted by PhilE — Tue Apr 23, 2024 7:17 pm



Viewing all articles
Browse latest Browse all 6486

Trending Articles