/Dual-UART-Raspberry-Pi

A JAVA project around adding an additional serial port to the Raspberry Pi. The whole idea is around the usage of a multiplexer.

Primary LanguageJava

Started working on project on 20190128 Dual UART Raspberry Pi

Libraries Used:

Enable hardware UART of Raspberry Pi

  • goto raspi-config and change use hardware serial to yes in interface menu.
  • type in sudo /boot/config.txt and add dtoverlay=pi3-disable-bt
  • Run sudo systemctl disable hciuart