Hello !
I'm brand new to Arduino, and I just spent hours trying to figure out how to upload a program to my arduino board.
It is a Wemos ESP-8266 with a CH340 chip.
I managed to install the driver using this : How To Use Arduino Nano Mini Pro With CH340G On Mac Osx Yosemite
The usb serial port now appears on the Arduino IDE, but when it try to upload the "Blink" program I receive this error :
stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
It seems my macBook can't communicate with the board. I tried different cables and different usb ports, no luck.
I also tried to connect the board through a USB 2 hub, but when I do so, the serial port disappears (event though the USB port is working fine).
Any idea ?