<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pt">
		<id>https://pt.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Escrevendo_SerialPort</id>
		<title>Escrevendo SerialPort - Histórico de revisão</title>
		<link rel="self" type="application/atom+xml" href="https://pt.arcowiki.com/index.php?action=history&amp;feed=atom&amp;title=Escrevendo_SerialPort"/>
		<link rel="alternate" type="text/html" href="https://pt.arcowiki.com/index.php?title=Escrevendo_SerialPort&amp;action=history"/>
		<updated>2026-04-09T15:38:39Z</updated>
		<subtitle>Histórico de edições para esta página nesta wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://pt.arcowiki.com/index.php?title=Escrevendo_SerialPort&amp;diff=353&amp;oldid=prev</id>
		<title>Slia: Criou a página com &quot;&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/'Here the value a...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pt.arcowiki.com/index.php?title=Escrevendo_SerialPort&amp;diff=353&amp;oldid=prev"/>
				<updated>2018-06-29T10:19:37Z</updated>
		
		<summary type="html">&lt;p&gt;Criou a página com &amp;quot; 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 (página não existe)&quot;&gt;ASSIGN&lt;/a&gt;/&amp;#039;Here the value a...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&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>