A9 and M4 serial communication problem. ttymxc3 not found

Discussion in 'UDOO NEO' started by ross, Nov 5, 2015.

  1. ross

    ross New Member

    Joined:
    Nov 4, 2015
    Messages:
    5
    Likes Received:
    0
    Hello. Nice job with the board. Looking forward to making some cool projects with it. I need some help though. I am trying to get the UDOOubuntu to talk to the Arduino over serial. The Arduino can print to Serial and I can see it on 'ttyMCC'.

    When I try to send a message the other way over 'ttymxc3' using python I have a problem. I get a message saying 'ttymxc3' does not exist. After entering the command 'ls /dev/ttymxc*' only 'ttymxc0' and 'ttymxc2' are listed. Dont know what the problem is here. Thanks.
     
    Last edited by a moderator: Nov 9, 2015
  2. ross

    ross New Member

    Joined:
    Nov 4, 2015
    Messages:
    5
    Likes Received:
    0
    bump
     
  3. ross

    ross New Member

    Joined:
    Nov 4, 2015
    Messages:
    5
    Likes Received:
    0
    really no one can help with this?
     
  4. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    On the Neo you'll have to use
    Code:
    ttyMCC
    for the communication between A9 and M4
     
  5. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240

Share This Page