InterviewSolution
Saved Bookmarks
| 1. |
What function does a serial interface perform in data communication? |
|
Answer» communication and data transmission, SERIAL communication is the process of sending data ONE BIT at a time, sequentially, over acommunication channel or computer bus. This is in contrast to parallelcommunication, where SEVERAL bits are SENT as a whole, on a link with several parallel channels. |
|