Lesson 4 & 5 Flashcards
A common communication method used in embedded systems to transmit
and receive data between a microcontroller or microprocessor and external devices. involves sending data one bit at a time over a single data line, which makes it simpler and more power-efficient
Serial input/output (I/O)
electronic systems communicates with other systems by transmitting data via a ___________.
transmitter (Tx)
allows for seamless integration with older equipment without the
need for complex signal conversion.
Parallel I/O
It is often used for connecting
multiple devices on the same bus, making it suitable for sensor
networks and peripherals.
I2C (Inter-Integrated Circuit)
a widely used serial communication protocol that uses two pins for communication – one for transmitting data (TX) and one for receiving data (RX). It converts the bytes received from computer along parallel circuits into a single serial bit stream for outgoing transmissions.
UART (Universal Asynchronous Receiver/Transmitter)
which only the data are transmitted. An internal clock within the receiver is used
to synchronize the receiver with the data in order to capture and store the data for use.
Asynchronous Serial Communication
an electrical signal is modulated and applied to an antenna. The more popular
modulation methods are AM (amplitude modulation), FM (frequency modulation), and PM (phase modulation).
Wireless
a continuously running clock is carried along with the data, and the data
are synchronized with the clock.
Synchronous Serial Communication
data transmission is two-way on two channels. This means that an electronic system
would be able to receive or transmit at the same time.
Full-Duplex
typically used for point-to-point communication. Connector type uses twisted
pair cables and can be terminated with screw terminals or connectors.
Common applications are for long-distance data transmission, such as
in telecommunications and industrial control systems.
RS-422
a standard bus architecture used for connecting expansion cards and peripherals to desktop computers and servers.
PCI (Peripheral Component Interface)
a standard interface for connecting test and measurement devices such as oscilloscopes, multimeters, and signal generators.
IEEE 488-1975
a synchronous serial communication protocol that typically involves four lines: MOSI, MISO, SCLK, and SS/CS.
is commonly used for communication with peripherals like sensors, displays, and memory devices.
SPI (Serial Peripheral Interface)
is caused by electromagnetic signals affecting
another electronic signal.
Cross-talk
allows for reliable and robust
communication between nodes in a network.
CAN (Controller Area Network)