When Visual Studio 2012 meets ISIS Proteus 7.8 SP2
In this
short video I will explain step by step how to communicate a WPF 4.5 simple application
to an ATMEGA16 ISIS project. The purpose of the article is to show how to communicate
information from your application through RS232 protocol to an ISIS ATMEGA 16 project
as a first step then to the hardware in a second step and it is doable easily may
be more than you can imagine. So you have to just follow those steps described in
the video bellow that I published a couple of days ago.
http://www.youtube.com/watch?v=iJltIC7btkA
You can
find the source code of the embedded microchip which is an ATMEGA 16 in the
attached usart2.txt file.
You can
also consult the datasheet of the related microchip which you can find in the
below link
http://www.atmel.com/Images/doc2466.pdf
to explore
further the way you program your ATMEGA16 for more interesting things.
You can use WINAVR to flash the HEX file into to the AVR micro controller and it is a downloaded for free from this site
http://winavr.sourceforge.net/ me personally I used VSMSTUDIO
http://www.labcenter.com/products/vsmstudio.cfm
to flash the code into the AVR and here is a video where I explain step by step how to do so
http://www.youtube.com/watch?v=M6q-mXFYB9I
You can also try it for real by the way. In this case you need an ISP (In
System Programming) programmer and it works!!! Perfectly!!! It lets you going beyond
the screen of your PC to the embedded staff.
You can create a DIY homemade one for pretty no cost. All you need you just
follow those steps described in the link bellow
http://diy4fun.blogspot.com/2009/01/simple-serial-programmer-for-avr.html
Or you can
do as I deed and test it on a breadboard as in this picture
http://www.mare.ee/indrek/timer/insystem.jpg
so that it only
costs you the electronics devises.
Good dotneting ; )