<?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_SerialPort</id>
		<title>Schreiben von SerialPort - 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_SerialPort"/>
		<link rel="alternate" type="text/html" href="https://de.arcowiki.com/index.php?title=Schreiben_von_SerialPort&amp;action=history"/>
		<updated>2026-04-09T17:23:30Z</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_SerialPort&amp;diff=351&amp;oldid=prev</id>
		<title>Slia: Die Seite wurde neu angelegt: „&amp;nbsp;It is possible to write data on a serial port through the DMIS code, for example:    DECL/CHAR,10,my_var  DECL/INTGR,ii  my_var=ASSIGN/'He…“</title>
		<link rel="alternate" type="text/html" href="https://de.arcowiki.com/index.php?title=Schreiben_von_SerialPort&amp;diff=351&amp;oldid=prev"/>
				<updated>2018-06-29T10:19:50Z</updated>
		
		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „ It is possible to write data on a serial port through the &lt;a href=&quot;/index.php/DMIS&quot; title=&quot;DMIS&quot;&gt;DMIS&lt;/a&gt; code, for example:    DECL/CHAR,10,my_var  DECL/INTGR,ii  my_var=&lt;a href=&quot;/index.php?title=Assign&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Assign (Seite nicht vorhanden)&quot;&gt;ASSIGN&lt;/a&gt;/&amp;#039;He…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;amp;nbsp;It is possible to write data on a&lt;br /&gt;
serial port through the [[DMIS]] code, for example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 DECL/CHAR,10,my_var&lt;br /&gt;
 DECL/INTGR,ii&lt;br /&gt;
 my_var=[[Assign|ASSIGN]]/'Here the value assigned!'&lt;br /&gt;
 DID(my_com_device)=DEVICE/COMM,'com3:9600,n,8,1'&lt;br /&gt;
 OPEN/DID(my_com_device),DIRECT,INPUT&lt;br /&gt;
   DO/ii,1,10,1&lt;br /&gt;
     WRITE/DID_com_device),my_var&lt;br /&gt;
   ENDDO&lt;br /&gt;
 CLOSE/DID(my_com_device)&lt;br /&gt;
[[it:Scrivere SerialPort]]&lt;br /&gt;
[[zh-cn:编写SerialPort]]&lt;br /&gt;
[[pt:Escrevendo SerialPort]]&lt;br /&gt;
[[de:Schreiben von SerialPort]]&lt;br /&gt;
[[es:Escribiendo SerialPort]]&lt;br /&gt;
[[en:Writing SerialPort]]&lt;/div&gt;</summary>
		<author><name>Slia</name></author>	</entry>

	</feed>