Hi guys, I have an easy question: I need to communicate via UART with a 3v3 device, which module do I need to use to communicate with it?
It has only rx, tx and gnd pins (no rts nor cts) and works at 3v3 voltage levels (so a 5v serial isn’t good).
Do I need to use an RS232 module (https://www.ghielectronics.com/catalog/product/355)? Other solutions?
If both devices are 3.3V then you simply connect TX to RX and RX to TX and then GND to GND and then you have a serial link.
You only need to worry about level shifting if the boards are not the same voltage levels and the one at 3.3V is not 5V tolerant. Converting to RS232 at both would make them level compatible but add additional costs that you may not need. For a one off project is probably acceptable.