How do I use UART serial port on the Pi-2 bus?
#4
(12-08-2016, 11:12 PM)MarkHaysHarris777 Wrote:
(12-08-2016, 10:08 PM)psychedup Wrote: >$ screen /dev/ttyS2 115200

If you're using a USB UART adapter make sure it's set up to run on 3.3 volts.

I will add :
  uart2:  /dev/ttyS2
  uart3:  /dev/ttyS3
  uart4:  /dev/ttyS4

You will probably want to do one of the following:

   sudo chmod 0777 /dev/ttyS2

or

   sudo usermod -aG dialout  username

Fantastic!  Are there any more general guides on how to interface with the various IO ports that don't really exist in the PC linux world?

I've dealt with microcontrollers, and I've dealt with PCs, but this is my first venture into Linux where I will deal with GPIO, UART, I2C, etc.
  Reply


Messages In This Thread
RE: How do I use UART serial port on the Pi-2 bus? - by SvdSinner - 12-09-2016, 01:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Pine64 / V 13x Serial Port wrong permissions /ttyUSB0 maxtox 1 3,051 10-14-2016, 11:33 PM
Last Post: MarkHaysHarris777

Forum Jump:


Users browsing this thread: 1 Guest(s)