Benutzerhandbuch

Add to my manuals
161 Pages

advertisement

Benutzerhandbuch | Manualzz

Der myAVR Code-Wizard Seite : 39/84

7.6 Codegenerierung

Der vollständige Quellcode wird zur Kontrolle dem Anwender angezeigt. Es können jetzt noch Änderungen vorgenommen werden, indem man die betreffenden Punkte im Navigationsbereich auswählt und die Parameter ändert. Mit Bestätigung des Quellcodes wird dieser als komplettes Programm eingefügt.

//-------------------------------------------------------------------------

// Titel : Test der seriellen Verbindung

//-------------------------------------------------------------------------

// Funktion : empfängt und sendet Daten per UART (9600,8,n,1)

// Schaltung : Nullmodemkabel anschließen

//-------------------------------------------------------------------------

// Prozessor : ATmega8

// Takt : 3686400 Hz

// Sprache : C

// Datum : 9.7.2006

// Version : 1.0

// Autor : Dipl. Ing. Päd. Huwaldt

// Programmer: SP12

// Port : LPT1

//-------------------------------------------------------------------------

// created by myAVR-Code-Wizard

//-------------------------------------------------------------------------

#define F_CPU 3686400

#include <avr\io.h>

#include <avr\interrupt.h>

//------------------------------------------------------------------------

// Initialisierungen

//------------------------------------------------------------------------ void init()

{

// Ports initialisieren

...

© Laser & Co. Solutions GmbH Benutzerhandbuch SiSy AVR

advertisement

Was this manual useful for you? Yes No
Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Related manuals

Download PDF

advertisement

Table of contents