answersLogoWhite

0

hey make the qn clear first

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Which protocol is used for serial communication?

There is a wealth of protocols used with serial communication. For example, USB, SATA, or Firewire are all well-established serial protocols, mostly aimed at master-slave communications between a master device and peripherals.RS-232 (EIA-232) or RS-485 are probably expected to be included in this listing, as they are very long-standing serial forms of communication and typically combined with the . In the context with protocols, it is however important to note that these only define the physical layers, the means of moving one byte from A to B, but do not define any of the logical layers (how to interpret the data).Most network adapters such as an Ethernet adapter work serially (bits are transmitted and received one by one, not multiple at the same time), so these could be considered a serial protocol.Countless other forms of asynchronous and synchronous serial communication exists and are in use.


What is meant by cifs protocol?

They work as application-layer network protocols. They used for shared access of file,image,printer and serial ports. They provide inter process communication connection.


What is a serial communication link malfunction?

A serial communication link malfunction refers to a failure in the transmission of data between devices using serial communication protocols, such as RS-232 or USB. This can occur due to issues like faulty cables, incorrect settings (e.g., baud rate mismatches), electrical interference, or hardware failures. Such malfunctions can lead to data loss, corruption, or communication errors, disrupting the intended operation of connected devices. Troubleshooting typically involves checking connections, configurations, and replacing faulty components.


What are the functions performed by 8251 A?

The 8251 A is a programmable communication interface used for serial data communication. Its primary functions include the conversion of parallel data from a microprocessor to serial data for transmission and vice versa for reception. It supports various communication protocols, provides error detection, and allows for configurable baud rates. Additionally, it facilitates the management of control signals and handshaking for effective data transfer between devices.


In telephone communication is serial or parallel communication?

parallel


Which of the following protocols enable a workstation to connect to another computer using a serial connection?

There are many protocols that can be used over serial ports. The most common ones are RS-232 and Z-Modem for file transfers.


What is routing protocols?

Routing means going from X->Y,route means only showing the direction that it as to goto X from Y.Routing protocols are configured on the global mobe.where as route protocols are configured on serial interfaces.


What is a serial wire used for?

A serial wire can be used for several uses. Mainly, it's used for basic communication between different devices. The main advantage is the fact that serial communication can use only three wires. Parallel requires several more, typically eight, or sixteen, plus signalling, and traditionally is faster. But for simple communication between devices, which could be computers or other devices, serial communication can simplify things. Serial communication can also be used for great distances. The telegraph was serial communication. Hence "AT&T"!


Data bits are transmitted one at a time through a single wire?

When data bits are transmitted one at a time through a single wire, it is referred to as serial communication. This method contrasts with parallel communication, where multiple bits are sent simultaneously over multiple wires. Serial transmission is often used for long distances as it reduces the number of conductors needed and minimizes issues with signal integrity and crosstalk. Common examples include USB and RS-232 communication protocols.


What is serial input?

Serial input refers to the method of sending data one bit at a time over a single communication channel or wire. This approach contrasts with parallel input, where multiple bits are transmitted simultaneously across multiple channels. Serial input is commonly used in various communication protocols, such as USB and RS-232, due to its simplicity and reduced wiring requirements, making it suitable for long-distance data transmission. It is particularly beneficial in applications where minimizing interference and maximizing data integrity are crucial.


What are the types of serial technologies?

Assuming that by serial technologies you mean serial communication, here are some: USB - Universal Serial Bus RS232C - The original serial protocol


How can you test serial port communication with 89c52?

write a serial port program.then by shorting transmission and reception pin check whether interrupt has occured or not.....like that we can check serial port communication......... regards Parvathy