Development Kits

Hi,

I'm new in Arduino, i just bought "Arduino UNO ATMEGA328P / ATMEGA8U2 USB Board",
anyone can tell what development kits to buy to input program on this board? And where can i buy from?

Thanks.

You just connect it to your computer with USB and download the Arduino IDE from the main site. Write your program and select upload.

Do you mean this software "Arduino 1.0.4" that download from here? http://arduino.cc/en/Main/Software

With this software can read and edit all existing program then upload back to the board?

Thanks.

ggwe:
Do you mean this software "Arduino 1.0.4" that download from here? http://arduino.cc/en/Main/Software

With this software can read and edit all existing program then upload back to the board?

Thanks.

You create the software and compile it on the PC using the arduino IDE 1.0.4, and then you can upload it to the arduino board where the program will run.

Lefty

Yes, that software.

But I have to pause at this question:

ggwe:
With this software can read and edit all existing program then upload back to the board?

I'm not sure what you mean by reading existing software and then upload back to the board.

Do you mean read a program already written to the controller to modify it? If so, no. Once it is compiled and written to the chip, it will not be C code any longer.

Retroplayer:
Yes, that software.

But I have to pause at this question:

ggwe:
With this software can read and edit all existing program then upload back to the board?

I'm not sure what you mean by reading existing software and then upload back to the board.

Do you mean read a program already written to the controller to modify it? If so, no. Once it is compiled and written to the chip, it will not be C code any longer.

Thanks Retroplayer.
I will download the software and figure out.