<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>http://www.dl8rds.de/index.php?action=history&amp;feed=atom&amp;title=Controlling_Serial_Output_on_the_Arduino</id>
		<title>Controlling Serial Output on the Arduino - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="http://www.dl8rds.de/index.php?action=history&amp;feed=atom&amp;title=Controlling_Serial_Output_on_the_Arduino"/>
		<link rel="alternate" type="text/html" href="http://www.dl8rds.de/index.php?title=Controlling_Serial_Output_on_the_Arduino&amp;action=history"/>
		<updated>2026-04-22T04:37:46Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in DL8RDS Wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>http://www.dl8rds.de/index.php?title=Controlling_Serial_Output_on_the_Arduino&amp;diff=1419&amp;oldid=prev</id>
		<title>Dl8rds: New page:  My next experiment was to send stuff to the serial console back to the computer. Here I tried out some code from the book &quot;Manuel Odendahl, Julian Finn &amp; Alex Wenger. Arduino. Pysical Com...</title>
		<link rel="alternate" type="text/html" href="http://www.dl8rds.de/index.php?title=Controlling_Serial_Output_on_the_Arduino&amp;diff=1419&amp;oldid=prev"/>
				<updated>2009-11-07T00:10:13Z</updated>
		
		<summary type="html">&lt;p&gt;New page:  My next experiment was to send stuff to the serial console back to the computer. Here I tried out some code from the book &amp;quot;Manuel Odendahl, Julian Finn &amp;amp; Alex Wenger. Arduino. Pysical Com...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
My next experiment was to send stuff to the serial console back to the computer. Here I tried out some code from the book &amp;quot;Manuel Odendahl, Julian Finn &amp;amp; Alex Wenger. Arduino. Pysical Computing für Bastler, Designer &amp;amp; geeks. O'Reilly, 2009.&amp;quot;, page 132 ff.&lt;br /&gt;
&lt;br /&gt;
 void setup() &lt;br /&gt;
 {&lt;br /&gt;
   Serial.begin(9600);&lt;br /&gt;
 }&lt;br /&gt;
 void loop()&lt;br /&gt;
 {&lt;br /&gt;
   Serial.println(&amp;quot;Hallo&amp;quot;);&lt;br /&gt;
   Serial.println(&amp;quot;--------&amp;quot;);&lt;br /&gt;
   delay(1000);&lt;br /&gt;
 }&lt;/div&gt;</summary>
		<author><name>Dl8rds</name></author>	</entry>

	</feed>