Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - FAQ - Zum CC1-Forum - Zum CC-Pro-Forum

Wichtig: Bevor Du wegen einem Problem mit der CC2 postest, stelle sicher, daß Du
die neueste OS-Version, die neuseste Compiler-DLL und die neuesten Modulversionen benutzt!
Beachte, daß sich auf der CD zur CC2-Unit/Station auch jetzt noch die ältesten Dateien befinden!
Es gelten folgende Anleitung und Regeln: Regeln CC2Net.de-Forum
Zurück zum Artikel  (Blaue Felder sind Pflichtfelder)


Name:   UserID: 
 E-Mail:
Kategorie
Betreff
Homepage:
Link-Titel:
Link-URL:
Cookie für Name, UserID, E-Mail, Homepage-URL setzen
(Erspart die Neueingabe bei Beiträgen und Antworten)
(Zum Löschen des Cookies hier klicken)
Ich nutze:
C-Control II Unit
C164CI-Controllerboard
C-Control II Station
CCRP5 mit CC2-Unit (Conrad Roboter)
CC2-Application-Board
CC2-StarterBoard
CC2-ReglerBoard
eigenes Board
original OS     OSOPT_V2     OSOPT V3.0 OSOPT V3.1

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 !  

> Johan, > > this is a very simple problem. You can read and send the values from the A/D ports as follows: > > int x; > hwcom.init(); &#39; initialize COM to 9600 Baud, No Parity and 1 Stoppbit > x = ports.adc(1); &#39; read the value > hwcom.put(1); &#39; send the analog port number > hwcom.put(x / 256); &#39; send the high byte of the value > hwcom.put(x mod 256); &#39; send the low byte of the value > hwcom.put(13); &#39; send carriage return (e.g.) as end of record indicator for synchronization between records. > > Depending on your reading equipment you must perhaps also define a startbyte, as the carriage return may also > be identical to a mesured value. This would rise problems in recognition of end of record. > > I hope, this will help you a little bit to perform your task. > > Regards > Michael > > &gt; I&#39;m sorry to do it in english, but i dont speak german. > &gt; > &gt; My problem: > &gt; i need an application, which can send the data from 4 analog ports to the (hardware) seriel com-port. How is this best done en can anyone tell me what sort of protocol is best to use. > &gt; > &gt; Can anyone help me, by an example of by some help ?!? > &gt; > &gt; Greetz Johan
Dateianhang: (.gif, .png., .jpg, .zip, .rar)
max. 256kB
max. 256kB