Re: HOST Kategorie: Sonstige Hardware (von TOM - 20.03.2005 13:27) | ||
Als Antwort auf HOST von Thomas Wulf - 14.03.2005 14:24 | ||
| ||
Hallo Thomas, den Hostmode kann man bequem per Software erreichen: thread waithost// Thread vom main-thread aus starten { hwcom.init(); hwcom.setspeed(8); loop { if hwcom.rxd(); { if hwcom.get()==254 {byte x[2]; x[1]=hwcom.rceive(x,1,1000); if x[0]==254 and x[1]==1 quit 1;// Hostmode einleiten } // Platz für eigene Schnittstellenroutinen ... hwcom.flush(); } // weiterer Programm-code ... } } mfg Tom | ||
Antwort schreiben Antworten: |