Kommentar: Einfügen von HTML im Kommentar: Link einfügen: <a href="LINKURL" target="_blank">LINKTITEL</a> Bild einfügen: <img src="BILDURL"> Text formatieren: <b>fetter Text</b> <i>kursiver Text</i> <u>unterstrichener Text</u> Kombinationen sind auch möglich z.B.: <b><i>fetter & kursiver Text</i></b> C Quellcode formatieren: <code>Quellcode</code> BASIC Quellcode formatieren: <basic>Quellcode</basic> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! -> I > > > > > Would it be possible to replace that routine with another one, e.g. > > > > by changing the interrupt vector? > > > > > > I would warn urgently against that unless you knows the system > > > very exactly. For polling the interrupt flag you need only few > > > system clocks. > > > > You are right, changing the interrupt vectors can have ugly side effects. > > But except the timer interrupt that is used for multitasking, servo and clock, > > experimenting with the other interrupts should not be fatal. > > > > Regards, > > > > Peter > > Hallo Peter, > > that would mean, Pepe's proposal is possible? > > Gruß Torsten