reading serial data from external arduino mini through GPIO

Discussion in 'UDOO NEO' started by redblade, Dec 25, 2015.

  1. redblade

    redblade New Member

    Joined:
    Nov 28, 2015
    Messages:
    5
    Likes Received:
    1
    hello udooers.
    I am trying to connect an external arduino mini to udoo neo and read some data through serial.
    Starting from some examples for RPi, it should be a matter of connecting mini's rt/tx to the udoo's pin 46/47 (uart1 I think), but I cannot find the correct tty to read it from.
    Or is it necessary to use usb and maybe some usb to ttl or ftdi cable and enable cdc_acm module as described here ?
    I tried also with usb + ttl cable and cdc_acm module loaded but /dev/ttyACM0 is not created :(
    Do you have any suggestions?

    thanks a lot
     

Share This Page