The Wayback Machine - https://web.archive.org/web/20201110010408/https://github.com/nhivp/Serial-Raspberry-Pi-3
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

Using UART Serial with Raspberry Pi 3

Default serial is configured for Raspberry Pi 3

  • /dev/ttyS0: Serial for Pinout
  • /dev/ttyAMA0: Serial for Bluetooth

Refer to the following step in usage:

  1. Connect the UART to pinout on Raspberry Pi 3 (Pin 14, 15)
  2. Open serial /dev/ttyS0 for using

Some useful command

  • dmesg | grep tty
  • ls -l /dev/ | grep tty

Reference

About

Test Serial (UART) on Raspberry Pi 3 by using the PySerial

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.