MAC Problem: serial port /dev/cu.iphone-wirelessiAP; port busy

edited December 2015 in Arduino

I have this problem with processing: serial port /dev/cu.iphone-wirelessiAP; port busy First i have no Iphone. I use 10"9 on macbook pro mid 2010. I am able to upload the skecth with arduino with no problem. It was working find last time i have try the sketch.

It thing i have update the java plugin and firefox maybe it related to that.

How can i fix it ?

Answers

  • Answer ✓

    Sounds to me like you selected the wrong serial-port. How do you initialize the serial-connection? You can check which serial-ports are available with an empty sketch and this code:

    import processing.serial.*;
    printArray(Serial.list());
    

    Your arduino-port should start with something like "/dev/cu.usbmodem" on a mac.

  • i have the good port and i have try the 2 usb (i change the code ). i have a segond look.

Sign In or Register to comment.