Hi, guys
After I plugin my lilypad main board on Yosemite 10.10.4, and open the latest version of Arduino IDE(1.6.5), the tty-usbserial-XXX serial port cannot be found, there are only ports like cu-XXXX.
But I can see these entries in /dev directory:
/dev/cu.usbserial-AI02TT3P
/dev/tty.usbserial-AI02TT3P
Anyone can help me? Thanks a lot.
The latest IDE only shows the cu.usbserial ports which seems to act identically to the tty.usbserial version. Just use the 'cu' version.
johnwasser:
The latest IDE only shows the cu.usbserial ports which seems to act identically to the tty.usbserial version. Just use the 'cu' version.
Thanks for your reply.
I set my ide like the following screenshot:
And when I pressed down the upload button, after a few seconds, I got the following issues:
this issue bothers me several days. I think you know how to fix it, please help me, thanks.
I don't know what you posted, the images aren't opening in Chrome.
Failed to load resource: the server responded with a status of 403 (Forbidden)
CrossRoads:
I don't know what you posted, the images aren't opening in Chrome.
Failed to load resource: the server responded with a status of 403 (Forbidden)
The settings of my IDE:
Board: Lilypad arduino
Processor: ATmega328
Port: /dev/cu.usbserial-AI02TT3P
Programmer: AVRISP mkII
The following is the issue after uploading:
Sketch uses 450 bytes (1%) of program storage space. Maximum is 30,720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2,039 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00