I'm going to be adding a serial port/interface to my rpi but I'm not sure about the 3.3v/5v issue that I could possibly get from using a max 233/232 ic.
I don't fully understand electronics and data shifting, buffering, all that, so I'm trying to learn more at the same time as doing stuff. I've used a home made max233 lead to reflash and play around with some different hardware but basically just following tutorials and not fully knowing why I'm doing/using stuff.
For now id like to know if it is possible to make my interface/circuit using a max232/233 ic (I have some of these lying around) instead of using the often recommended max3232.
As I understand it the chips I want to use run with 5v power but connecting that directly to the pi could cause damage as the pi gpios only want stuff at 3.3v.
So in a nutshell my question is would it be possible to use either of my max chips (232 with caps added to circuit or 233 with caps built within the IC already) with some sort of resistor or something between the chip and the pi to prevent problems?
Is it more complicated than that because data could be being sent at 5v and then I might need to convert it down to 3.3 for the pi? Or am I completely confused?
Thanks very much in advance for any help or guidance