I've bought and Arduino Nano compatible on eBay:
But by the time I connect it to my Macbook Pro (OS X El Capitan 10.11.2) doesn't appear under "Tools -> Port" in Arduino IDE:
I've followed some instructions by other posts here in StackOverflow:
But none of them worked :(
If someone could help me out with this issue I'll be grateful.
Thanks.
-
What serial chip is on that board?Majenko– Majenko2015年12月17日 18:09:04 +00:00Commented Dec 17, 2015 at 18:09
-
The chip is an Atmega 328PJV Lobo– JV Lobo2015年12月17日 18:10:55 +00:00Commented Dec 17, 2015 at 18:10
-
No, I said SERIAL chip. Turn it over. That one, right there.Majenko– Majenko2015年12月17日 18:11:32 +00:00Commented Dec 17, 2015 at 18:11
-
1So sorry Majenko. CH340G is in the serial chip. Thanks.JV Lobo– JV Lobo2015年12月17日 18:21:03 +00:00Commented Dec 17, 2015 at 18:21
-
2Ah, I guessed as much. Good luck with that then - that chip has real problems with Yosemite.Majenko– Majenko2015年12月17日 18:26:41 +00:00Commented Dec 17, 2015 at 18:26
1 Answer 1
I was be able to solve the issue.
By looking for the serial chip my board has: CH340G I found this blog post:
So I downloaded the signed driver for my chip and now it works :D