How to read M4's serial on iMX6's command line

Discussion in 'UDOO NEO' started by Maurice, Nov 14, 2016.

  1. Maurice

    Maurice Active Member

    Joined:
    Oct 13, 2015
    Messages:
    394
    Likes Received:
    87
    In my latest developments I've been using Java to read the output of the M4, but I'd like to to some quick prototyping. For a regular Arduino I just open the Arduino IDE's serial monitor, but I have forgotten how to do that for the Neo.

    I remember you have to start a command ssh'd to Neo,... but I can't remember....

    [facepalm]
     
  2. Gary Huband

    Gary Huband New Member

    Joined:
    Aug 1, 2016
    Messages:
    22
    Likes Received:
    7
    Through the USB connection:
    >ssh udooer@192.168.7.2
    $ minicom -D /dev/ttyMCC

    ctrl-A q to quit minicom
     
    Andrea Rovai and Maurice like this.
  3. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Andrea Rovai and Maurice like this.

Share This Page