Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice
  3. Join us on November 16th, 2023, between 1 pm and 9 pm CET for Ask the Experts Online on Discord and on Unity Discussions.
    Dismiss Notice

Arduino Mac Doesn't Work

Discussion in 'Formats & External Tools' started by BehaUlas, Nov 24, 2016.

  1. BehaUlas

    BehaUlas

    Joined:
    Dec 6, 2015
    Posts:
    2
    It works fine for windows but for mac it throws an error:

    System.TimeoutException: The operation has timed-out.
    at System.IO.Ports.SerialPortStream.Read (System.Byte[] buffer, Int32 offset, Int32 count) [0x00000] in <filename unknown>:0
    at System.IO.Ports.SerialPort.read_byte () [0x00000] in <filename unknown>:0
    at System.IO.Ports.SerialPort.ReadTo (System.String value) [0x00000] in <filename unknown>:0
    at System.IO.Ports.SerialPort.ReadLine () [0x00000] in <filename unknown>:0
    at (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPort:ReadLine ()
     
  2. eyeballTickler

    eyeballTickler

    Joined:
    Jun 13, 2015
    Posts:
    7
    Did you ever find a solution to this?
     
  3. Tiny-Tree

    Tiny-Tree

    Joined:
    Dec 26, 2012
    Posts:
    1,314
    could that be application.RunInBackground was false?