Hello ,
I am new to using the RS 232 and have a couple of questions which I am not able to find in books about Rs 232,
I am controlling or communicate with a microcontroller over Rs232 and reading data that it sends back to the Pc.(in CVI).
However I need to ask which is the standard protocol for establishing that the external device is connected to the bus and now the PC is allowed to send data and how do I determine that the microcontroller is now ready to receive data or ready to send data,
I suspect that this is done by RTS and the CTS lines .
when the PC is ready it puts a high on the RTS Line and then the Controller must set a High on the CTS line then the PC sends data as long as the CTS line is high.
could the inverse also be true That if the RTS is High the controller sends data .
Understanding this hand shaking is difficult for me.
The Voltage levels at these line a High what voltage level denotes this and a low denotes ?
Thank you very much