Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    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?