<?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_valores_para_a_porta_serial%3A</id>
		<title>Escrevendo valores para a porta serial: - 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_valores_para_a_porta_serial%3A"/>
		<link rel="alternate" type="text/html" href="https://pt.arcowiki.com/index.php?title=Escrevendo_valores_para_a_porta_serial:&amp;action=history"/>
		<updated>2026-04-11T09:18:09Z</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_valores_para_a_porta_serial:&amp;diff=354&amp;oldid=prev</id>
		<title>Slia: Criou a página com &quot;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 as follow:&lt;br/...&quot;</title>
		<link rel="alternate" type="text/html" href="https://pt.arcowiki.com/index.php?title=Escrevendo_valores_para_a_porta_serial:&amp;diff=354&amp;oldid=prev"/>
				<updated>2018-06-29T10:23:01Z</updated>
		
		<summary type="html">&lt;p&gt;Criou a página com &amp;quot;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 as follow:&amp;lt;br/...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nova&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>