enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. ARINC 429 - Wikipedia

    en.wikipedia.org/wiki/ARINC_429

    ARINC 429, [1] the "Mark 33 Digital Information Transfer System (DITS)," is the ARINC technical standard for the predominant avionics data bus used on most higher-end commercial and transport aircraft. [2] It defines the physical and electrical interfaces of a two-wire data bus and a data protocol to support an aircraft's avionics local area ...

  3. RS-422 - Wikipedia

    en.wikipedia.org/wiki/RS-422

    Conservative maximum data rates with 24AWG UTP cable are 10 Mbit/s at 12 m (39 ft) to 90 kbit/s at 1,200 m (3,900 ft), as shown in the figure A.1. This figure is a conservative guide based on empirical data, not a limit imposed by the standard. RS-422 specifies the electrical characteristics of a single balanced signal.

  4. Bus (computing) - Wikipedia

    en.wikipedia.org/wiki/Bus_(computing)

    Four PCI Express bus card slots (from top to second from bottom: ×4, ×16, ×1 and ×16), compared to a 32-bit conventional PCI bus card slot (very bottom). In computer architecture, a bus [1] (historically also called data highway [2] or databus) is a communication system that transfers data between components inside a computer, or between computers.

  5. Databus - Wikipedia

    en.wikipedia.org/wiki/Databus

    Bus (computing), a communication system that transfers data between different components in a computer or between different computers Memory bus, a bus between the computer and the memory; PCI bus, a bus between motherboard and peripherals that uses the Peripheral Component Interconnect standard

  6. Inter-process communication - Wikipedia

    en.wikipedia.org/wiki/Inter-process_communication

    A unidirectional data channel using standard input and output. Data written to the write-end of the pipe is buffered by the operating system until it is read from the read-end of the pipe. Two-way communication between processes can be achieved by using two pipes in opposite "directions". All POSIX systems, Windows Named pipe

  7. Avionics Full-Duplex Switched Ethernet - Wikipedia

    en.wikipedia.org/wiki/Avionics_Full-Duplex...

    ARINC 429 utilizes a unidirectional bus with a single transmitter and up to twenty receivers. A data word consists of 32 bits communicated over a twisted pair cable using the bipolar return-to-zero modulation. There are two speeds of transmission: high speed operates at 100 kbit/s and low speed operates at 12.5 kbit/s.

  8. Commercial Standard Digital Bus - Wikipedia

    en.wikipedia.org/.../Commercial_Standard_Digital_Bus

    The Commercial Standard Digital Bus is a two-wire asynchronous broadcast data transmission bus. Data is transmitted over an interconnecting cable by devices that comply with Electronic Industries Association (EIA) RS-422A. The physical layer is EIA-422. [2] Messages on the CSDB consist of one address byte followed by any number of data bytes. [2]

  9. FIFO (computing and electronics) - Wikipedia

    en.wikipedia.org/wiki/FIFO_(computing_and...

    Representation of a FIFO queue. In computing and in systems theory, first in, first out (the first in is the first out), acronymized as FIFO, is a method for organizing the manipulation of a data structure (often, specifically a data buffer) where the oldest (first) entry, or "head" of the queue, is processed first.