<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://www.museo8bits.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Motorola_6850</id>
	<title>Motorola 6850 - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://www.museo8bits.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Motorola_6850"/>
	<link rel="alternate" type="text/html" href="https://www.museo8bits.com/wiki/index.php?title=Motorola_6850&amp;action=history"/>
	<updated>2026-05-03T00:48:51Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://www.museo8bits.com/wiki/index.php?title=Motorola_6850&amp;diff=4559&amp;oldid=prev</id>
		<title>Museo8bits: 1 revisión importada</title>
		<link rel="alternate" type="text/html" href="https://www.museo8bits.com/wiki/index.php?title=Motorola_6850&amp;diff=4559&amp;oldid=prev"/>
		<updated>2021-08-30T16:44:00Z</updated>

		<summary type="html">&lt;p&gt;1 revisión importada&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;es&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Revisión anterior&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revisión del 18:44 30 ago 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;es&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sin diferencias)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Museo8bits</name></author>
	</entry>
	<entry>
		<id>https://www.museo8bits.com/wiki/index.php?title=Motorola_6850&amp;diff=4558&amp;oldid=prev</id>
		<title>Museo8bits en 21:43 2 jun 2009</title>
		<link rel="alternate" type="text/html" href="https://www.museo8bits.com/wiki/index.php?title=Motorola_6850&amp;diff=4558&amp;oldid=prev"/>
		<updated>2009-06-02T21:43:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;El &amp;#039;&amp;#039;&amp;#039;Motorola 6850&amp;#039;&amp;#039;&amp;#039; (también llamado &amp;#039;&amp;#039;&amp;#039;MC6850&amp;#039;&amp;#039;&amp;#039;, Asynchronous Communications Interface Adapter o ACIA) es una [[UART]] diseñada por [[Motorola]] para actuar de chip de comunicaciones para las [[CPU]]s [[Motorola 6800]] de [[8 bits]] que también puede usarse con las [[Motorola 68000]] de 16/32 bits. Recibe y transmite hasta 8 bits de datos por comunicaciones en serie. Se comunica con la [[CPU]] mediante un [[bus de datos]] bidireccional de 8 bits, tres líneas chip selec, una líneas register select, una línea de petición de interrupción, una línea enable y una línea de lectura/escritura. El Registro de Estado (Status Register o SR) y el registro de recepción de datos (Receiver Data Register o RDR) son registros de sólo lectura, pues la CPU no puede escribir en ellos. El registro de transmisión de datos (Transmit Data Register o TDR) y el registro de control (Control Register  o CR) son registros de sólo escritura pues la MPU no puede leerlos.&lt;br /&gt;
&lt;br /&gt;
== Líneas de interfaz con la CPU ==&lt;br /&gt;
=== Líneas bidireccionales de datos DO - D7 ===&lt;br /&gt;
Las ocho líneas bidireccionales de datos permiten la transferencia de datos entre la la ACIA y la CPU. La CPU recibe los datos del mundo exterior mediante la ACIA a través de estas ocho líneas de datos o envía los datos al mundo exterior por esas ocho líneas de datos mediante la ACIA. Los conductores del bus de datos de salida son tres los dispositivos de estado que permanecen en estado de alta impedancia (off) excepto cuando la CPU realiza una operación de lectura de la ACIA.&lt;br /&gt;
&lt;br /&gt;
=== Líneas de selección de chip (CSO, CS1, 02) ===&lt;br /&gt;
Estas son las líneas que están vinculadas a las líneas de direcciones de la CPU. Es mediante estas líneas como se selecciona una ACIA en concreto (direccionada). Para seleccionar una ACIA, las líneas CSO y CS1 deben estar altas y la CS2 debe estar baja. Tras de que el chip seleccionado ha sido direccionado, debe mantenerse en ese estado mediante la duración del pulso de habilitación de la patilla E, que es la única señal de reloj suministrada por la CPU a la ACIA.&lt;br /&gt;
&lt;br /&gt;
=== Enable Signal (E) ===&lt;br /&gt;
The enable pulse is a high impedance TTL compatible input from the MPU&lt;br /&gt;
that enables the ACIA input or output buffers and clocks data to or from&lt;br /&gt;
the ACIA.&lt;br /&gt;
&lt;br /&gt;
=== Línea de lectura/escritura (R/W) ===&lt;br /&gt;
The Read/Write line is a high impedance TTL compatible input that is used&lt;br /&gt;
to control the direction of data flow between the ACIA&amp;#039;s eight bit&lt;br /&gt;
parallel data bus and the MPU. When Read/Write is high (MPU read), the&lt;br /&gt;
ACIA output driver is turned on and a selected register is read by the&lt;br /&gt;
MPU. When the Read/Write line is low (MPU write), the ACIA output driver&lt;br /&gt;
is turned off and the MPU writes into a selected register. Thus, the&lt;br /&gt;
Read/Write signal, in conjunction with the register select line, is used&lt;br /&gt;
to select the-registers within the ACIA that are read only.&lt;br /&gt;
{|{{tablabonita}}&lt;br /&gt;
|-&lt;br /&gt;
! Register Select&amp;lt;br&amp;gt;RS&lt;br /&gt;
! Read/Write&amp;lt;br&amp;gt;(R/W)&lt;br /&gt;
! ACIA Register&lt;br /&gt;
Selected&lt;br /&gt;
!CPU&amp;lt;br&amp;gt;&lt;br /&gt;
Read or Write&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|0&lt;br /&gt;
|Control&lt;br /&gt;
|Write&lt;br /&gt;
|-&lt;br /&gt;
|0&lt;br /&gt;
|1&lt;br /&gt;
|Status&lt;br /&gt;
|Read&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|0&lt;br /&gt;
|Transmit Data&lt;br /&gt;
|Write&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|1&lt;br /&gt;
|Receive Data&lt;br /&gt;
|Read&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Museo8bits</name></author>
	</entry>
</feed>