How can I connect my AVR atmega16 microcontroller with PC ?
And I also want to know how can I get starting work with it after Interfacing it with PC ?
How Can I send my C++ program in it ?
I am new to microcontroller.
I have AVR atmega16 Microcontroller, I have write a program in C language, Now I want to Send it to AVR, What should I do ?
I have one Cable similar to being Provided to our Desktop Monitor. Now how can I getting start with it ?
Whether I have to Convert C programming first ? &/or what else ?
I don't know what is this deskttop monitor cable but you need a circuit to connect the serial or parallel port or a usb programmer to the isp of atmega,
you need a programmer software like avrdude (with AVR Burn-O-Mat as front end for easier use) or ponyprog setup for your specific cable.
I don't know what tool you have used to write your C code but the programmers sends to the mcu the compiled hex file.
think what you want to ask is that how can you transfer the C code on to your controller?well i just started recently with ATMega16; firstly you need AVR Studio software,here you can write your C Code,and generate its hex file. You also need WinAvr software for relevant libraries..The generated hex file is basically used by the controller.i think you can use any usb programmer to burn this hex file into your controller,i use SuperPro.now you can patch up the circuit according to your requirements.
I am new to microcontroller.
I have AVR atmega16 Microcontroller, I have write a program in C language, Now I want to Send it to AVR, What should I do ?
I have one Cable similar to being Provided to our Desktop Monitor. Now how can I getting start with it ?
Whether I have to Convert C programming first ? &/or what else ?