Multi Serial communication with M4

Discussion in 'UDOO NEO' started by Gorgo, Feb 10, 2017.

  1. Gorgo

    Gorgo UDOOer

    Joined:
    Nov 9, 2016
    Messages:
    159
    Likes Received:
    17
    Hi Guys,
    I'm wondering if it's possible to have another Serial in Arduino-side, like UART5.
    At the moment I have a pollution sensor on UART5 RX and I would like another one with the same protocol. Is it possible to achieve it via UART2 for example?

    Is it possible to use UART1 in order to read it from linux side?
     
    Last edited: Feb 10, 2017
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    I don't know if other UARTS can be assigned to the M4.
    Unfortunatly the Arduino SoftwareSerial library is not supported yet because then you could create and use more Serial devices. Perhaps someone could look into this.
     

Share This Page