How do I communicate with Arduino Mega 2560 r3?

8,802

See this link: http://www.ladyada.net/learn/arduino/lesson0-lin.html

If it does not work, you can use:

sudo apt-get install openjdk-6-jre avr-libc gcc-avr

I have an Arduino UNO and went through the same problem.

Share:
8,802
Manos
Author by

Manos

Updated on September 18, 2022

Comments

  • Manos
    Manos over 1 year

    I recently purchased Arduino Mega, and I'm tring it to make it communicate with Ubuntu 13.04 64bit, without success.

    At arduino IDE the option Tools → Serial Port is grayed out.

    Is there any driver I need to install?

  • Manos
    Manos over 10 years
    Thanks for your answer. I followed the guide but it stuck on the step that it says to type on terminal ls /dev/ttyUSB*. No such file or direcctory. I also tried the other options described at the guide, with no luck..
  • Patterson
    Patterson over 10 years
    Tried it? sudo apt-get install gcc-avr avr-libc
  • Manos
    Manos over 10 years
    imageshack.us/f/9/swma.png This is what i get
  • Manos
    Manos over 10 years
    I fixed it.. Thanks.. I downloaded the 1.0.3 IDE version from ubuntu software center thats why it didnt worked. It worked great with 1.0.5!!
  • Patterson
    Patterson over 10 years
    It is true! I also had installed version 1.0.5
  • Braiam
    Braiam over 10 years
    Could you give more details? How exactly I do that? Edit your question and be more verbose.