hi guys ,
I’m using a MacBook Pro 2016 13" with macos 10.13.2.
my brand new arduboy is not recognized on serial port available.
to connect it I used the method that is write on the box (turn on the ab, connect it to usb, start Arduino ide).
edit:
some weeks ago I used an Arduino uno on the same pc and it worked.
the ab works on a windows laptop.
can anyone help me?
come on man, I’m not a noob. in my pc there are only 2 usb c port , obv I’m using the right port but if you mean the serial port , I don’t see the ab I the list (that’s why I opened a threat),
I’m sorry man,
that wasn’t my intention to look rude.
English is not my native language, if I translate it in my language it is not absolutely offensive. just a bit joking.
You didn’t mention that any LED lit up. If you hook up Arduboy I would expect a red LED (for charging) light up. If you’re using the included USB cable it is possible to insert it the the other way around in which case nothing happends.
is the power switch in the right most position and is the USB cable connected in the right position? Have you tried a different USB cable?
FTDI drivers or the CH30x won’t be any good. they may work for your UNO or Sparkfun Read boards as they use dedicated USB to serial bridge chips. But Arduboy does not.
Arduboy uses a software USB implementation and behaves exactly like an Arduino Leonardo. Is there a driver folder in your Arduino OSX package/installment? I think installing a libusb USB CDC driver may be more successful.
When you do a ls /dev/ in terminal do you see any difference when you have Arduboy Connected and when you’ve not?
If not you could google for OSX Arduino Leonardo USB issues