??? 01/08/10 08:25 Read: times |
#172255 - "RS232" (sic?) Responding to: ???'s previous message |
Neil Kurzman said:
Rs232 type is the simplest Note that "RS232" defines a specific set of voltages and other such characteristics - "RS232" is not synonymous with "asynchronous serial". I presume you actually mean the UART (asynchronous serial) interface? For just 2 chips in the same box (especially where I2C is an option), you probably don't want to go to the trouble of converting the UART's logic-level signals to & from RS232. SPI is next then I2C... You could also look at the shift-register mode of the 8051's serial interface; Or just bit-bang something of your own devising - possibly using only a single processor pin... |