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, > > (Sorry for my English, I can read German, but I can't write it.) > I can't get the RS 232 communication to work. I've done the following: > > 1. downloaded the newest optimized os into both my cc2's > 2. downloaded the newest modules (included hwcom.c2) > 3. wrote a little program for the cc2 > hwcom.init(); > hwcom.setspeed(hwcom.SPEED_9600); > str.clear(display); > display = "DATA DUMP\n"; > hwcom.send(display, str.length(display)); > 4. opened Hyperterminal (Windows 2000) > 5. and guess what... a letter "D" appeared on my screen... but what happend to "ATA DUMP"? > > Both jumpers RTS and CTS are placed on the cc2 (I'm not using SWCOM). I've tried all combinations: Hyperterminal handshake on and off, CC2 handshake on and off... Nothing seems to work. > > Does anyone know what I'm doing wrong? > > Regards, Remon.