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 > > Hi, I`d like to send comands to robot > > via IDE TERMINAL to PRO BOT 128. > > > > Following RS232 initialization doesn`t work > > > > Serial_Init_IRQ(0,buffer,20,15,SR_8BIT|SR_1STOP|SR_NO_PAR,SR_BD38400); > > > > > > IDE writes "expected ")" found "0x00" > > > > And next question is - could I use "variable = Serial_ReadExt (0)" > > > > Can anybody help, thanks lot! > > I might be wrong, but I think the "|" has to be replaced by "Or"(see example in manual)