M5StackC on Imac
-
I'm having trouble getting the M5StackC to connect to Arduino IDE on an iMac. I installed the CP2010 drivers but when I look at Tools/Ports, I see "/dev.cu.usbserial-5D56B5B7F6" and what looks to be a bluetooth port. Neither seem to be talking to my M5StackC?
Have I messed up the drivers or am I making some other error?
Mike H
-
/dev.cu.usbserial-5D56B5B7F6 is correct for the StickC on mac.
Have you installed the M5Stack and espressive librarys? -
I've loaded the M5Stack library and the ESP32 library from Espressif. When I try to upload my program I get this error message trail:
ash: line 0: [: too many arguments
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory
exit status 64
/Applications/Arduino.app/Contents/Java/arduino-builder returned 64
Error compiling for board M5Stick-C.Thank you for trying to help me!