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 > What is Wrong ? > > Thanks Bram. > > > SPI_Disable(); > > Serial_Init(PORT,SR_8BIT|SR_1STOP|SR_NO_PAR,SR_BD19200); > > // Read ADC and transfer the data to the Serial Port > > while (1) > { > ADC_SetInt(40,1); > ADC_StartInt(); > Serial_WriteText(0,"ADC1:\r\n"); > Serial_Write(0,ADC_ReadInt()); > Serial_Write(0,(13)); > AbsDelay(1000); > } > > }