Locking in ACM0 as the USB communicating device

Discussion in 'UDOO X86' started by cgallant, Nov 9, 2017.

  1. cgallant

    cgallant New Member

    Joined:
    Jun 5, 2017
    Messages:
    12
    Likes Received:
    4
    I have Python and C++ programs that interface with the onboard Arduino 101. When the 101 restarts, it often switches between dev/ttyACM0 and dev/tty/ACM1. It's quite annoying to change the code (especially in C++). Is there any way to ensure that the Curie is always connected to the same communicating device (e.g., ACM0)? Alternatively, I gather I could have the code determine which to use, but haven't yet pursued that route. Thanks!
     
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580

Share This Page