InterviewSolution
Saved Bookmarks
| 1. |
SCON in serial port is used for which operation?(a) Transferring data(b) Receiving data(c) Controlling(d) Controlling and transferringThe question was asked in unit test.Enquiry is from Microcontroller (8051) in division Prototyping Embedded Devices of IOT |
|
Answer» CORRECT choice is (c) Controlling For explanation: There are 2 pins AVAILABLE in serial port. ONE is used for transmission and other is used for receiving data. SCON is the bit in the serial port which is used for controlling the operation. |
|