Für dieses Forum muß Javascript im Browser aktiviert werden!
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> C2 Quellcode formatieren: <code>Quellcode</code> ASM Quellcode formatieren: <asm>Quellcode</asm> (Innerhalb eines Quellcodeabschnitts ist kein html möglich.) Wichtig: Bitte mache Zeilenumbrüche, bevor Du am rechten Rand des Eingabefeldes ankommst ! > Hi Remon, > > First, try this example: > > <font face="curier new"size=3>thread main > { string s; > hwcom.ini(); > hwcom.setspeed(8)//=57.600 Baud, or other baudrates > loop > { > s="Teststring"; > hwcom.print(s); > hwcom.ret(); > sleep 1000; > } > }</font> > > This mußt work. > If not: Make shure you are using osopt_V2. > After resetting the CC2 the message <i><b>"CC2 V.2"</b></i> mußt be > displayed in the small LCD of the Unit before the > message <i><b>"Running"</b></i> or <i><b>"Hostmode"</b></i> will be shown there. > > Settings for Hyperterminal: 8N1 > Speed: same as C2-program, here 57.600 Baud > Handshake: Hardware ! > > regards André H. > > > > Hmm.. too bad... I've build in a pause (sleep 1000) after the hwcom.send command. And still nothing. > > > > This time I waited a while (a few minutes) and the CC2 units keeps repeating the first character ("D"). > > Again I tried to switch off the handshaking on both the CC2 (removing the jumpers) and my computer, but that didn't help either. > > > > I'm still hoping someone can help me.... > >