Auycro

Arduino's serial port not found in MacOS

20 Oct 2016

This will shown you how to solve the “Arduino’s serial port not found in MacOS”.

I was once did the tutorial to solve this problem in this. But after upgrade mac os, the problem was happened and cannot solve by the previous solution. So, I fixed it by the following one:

  1. Install driver link
  2. Disable kext
  3. Reboot and press CMD+R immediately after hearing the startup sound to boot to Recovery Mode.
  4. Open Terminal, execute the following command: csrutil enable –without kext then reboot.
  5. After reboot, you will find Arduino serialport in IDE. ps. I done all of this solution with Arduino plugged.