InterviewSolution
| 1. |
What Are Rs-232, Rs-422 And Rs-485 And How Are They Different? |
|
Answer» These are standards for SERIAL communications that define the pin outs, cabling, signal levels, transmission baud rates and parity checking.
A common mistake is to confuse the electrical standard with the protocol. PROTOCOLS define how the data is structured while the electrical standards determine how the data is physically transmitted. There are many different protocols (i.e. Modbus, DF1, AS511) that can be used on RS-232, RS-422 or RS-485 wired SYSTEMS. These are standards for serial communications that define the pin outs, cabling, signal levels, transmission baud rates and parity checking. A common mistake is to confuse the electrical standard with the protocol. Protocols define how the data is structured while the electrical standards determine how the data is physically transmitted. There are many different protocols (i.e. Modbus, DF1, AS511) that can be used on RS-232, RS-422 or RS-485 wired systems. |
|