Hallo André,
> 1. Kannst Du Dein Test-Proggie ins Forum posten?
<font color="#003399"><i>//---------------------------</i></font>
function print ( string s )
<font color="#003399"><i>//---------------------------</i></font>
{
lcd.print(s, str.length(s));
wait lcd.ready();
}
<font color="#003399"><i>//-----------</i></font>
thread main
<font color="#003399"><i>//-----------</i></font>
{
<b>int</b> iinput;
<b>float</b> finput;
string ausgabe;
lcd.clear();
loop
{
iinput = ports.adc(0);
finput = iinput * 0.004;
ausgabe = <font color="#9933CC">"f="</font>;
str.putfloat(ausgabe,finput);
lcd.<b>goto</b>(1, 0);
print(ausgabe);
lcd.clreol();
}
quit 1;
}
> 2. Benutze am besten das OS_OPT_V2 von Eric Hospel.
.. habe ich gestern nicht gemacht. Ich muss es auch damit nochmal versuchen. Ich habe es halt erst mal mit der offiziellen Version von Conrad probiert...
Ich werde das optimierte System mal versuchen, dass kann aber eine Weile dauern, weil es ein Wochenendprojekt ist und ich nächste Woche erst mal im Urlaub bin. Vielleicht kannst Du ja aber aus dem einfach Code doch schon was erkennen?
Vielen Dank und schöne Grü�e, Mario Noack
Meine Seite: http://www.smile-to-me.de