<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://de.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Schreiben_von_Werten_in_den_seriellen_Port</id>
		<title>Schreiben von Werten in den seriellen Port - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://de.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Schreiben_von_Werten_in_den_seriellen_Port"/>
		<link rel="alternate" type="text/html" href="https://de.arcowiki.com/index.php?title=Schreiben_von_Werten_in_den_seriellen_Port&amp;action=history"/>
		<updated>2026-05-04T20:13:15Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in ArcoWiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://de.arcowiki.com/index.php?title=Schreiben_von_Werten_in_den_seriellen_Port&amp;diff=352&amp;oldid=prev</id>
		<title>Slia: Die Seite wurde neu angelegt: „This is used to write strings to a COM port, a typical use is to send to the information to an external software or device.&lt;br/&gt; The string to set the port is…“</title>
		<link rel="alternate" type="text/html" href="https://de.arcowiki.com/index.php?title=Schreiben_von_Werten_in_den_seriellen_Port&amp;diff=352&amp;oldid=prev"/>
				<updated>2018-06-29T10:22:46Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „This is used to write strings to a COM port, a typical use is to send to the information to an external software or device.&amp;lt;br/&amp;gt; The string to set the port is…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is used to write strings to a COM port, a typical use is to send to the information to an external software or device.&amp;lt;br/&amp;gt;&lt;br /&gt;
The string to set the port is as follow:&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;‘PortName:Speed,Parity,Bit,Control’&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This statement is manually written without user interface.&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Begin Example&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/CHAR,10,my_var&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DECL/INTGR,ii&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;my_var=ASSIGN/'Here the value assigned!'&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Open the COM port&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;DID(my_com_device)=DEVICE/COMM,'com3:9600,n,8,1'&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;OPEN/DID(my_com_device),DIRECT,INPUT&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;DO/ii,1,10,1&amp;lt;/code&amp;gt;&lt;br /&gt;
::::::&amp;lt;code&amp;gt;WRITE/DID(my_com_device),'Here the String WRITTEN directly!!'&amp;lt;/code&amp;gt;&lt;br /&gt;
:::::&amp;lt;code&amp;gt;WRITE/DID(my_com_device),my_var&amp;lt;/code&amp;gt;&lt;br /&gt;
::::&amp;lt;code&amp;gt;ENDDO&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;&amp;lt;span style=&amp;quot;color: green; text-decoration: none;&amp;quot;&amp;gt;$$Closing the Port&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::&amp;lt;code&amp;gt;CLOSE/DID(my_com_device)&amp;lt;/code&amp;gt;&lt;br /&gt;
[[it:Scrittura dei valori su Serial Port]]&lt;br /&gt;
[[zh-cn:将值写入串行端口]]&lt;br /&gt;
[[de:Schreiben von Werten in den seriellen Port ]]&lt;br /&gt;
[[pt: Escrevendo valores para a porta serial:]]&lt;br /&gt;
[[es:Escribir valores en el puerto serie]]&lt;br /&gt;
[[en:Writing values to Serial Port]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>