I am designing a circuit using a MAX232
. I have connected Tx
and Rx
of the MCU to the 11th & 12th pin and connected the 14th & 13th pin to the RS232 cable. I do not have a UART port in my laptop, so I have used a UART to USB Cable. However, I am not getting data. Vcc
is 3.3V. I have used 1uf
capacitors. Below is the circuit:
Where am I going wrong?
MAX232
for UART which I think is the wrong IC because the voltage level it requires is 5v. For 3.3v, it isMAX3232
. Sorry for everything, I have used the wrong IC. I will try the circuit withMAX3232
– Andrew yesterday