max3232 and ftdi cable?

so im building a pc based logic analyzer the schematic uses shottkeys and and a 74ls00 used as a buffer for the serial comunications.
i dont have the shotkeys on hand so i figured id use a max3232e. i also have a ftdi usb to serial cable it output 6v instead of rs232s 12. will i have an issue using it with a max3232
i dont have the shotkeys on hand so i figured id use a max3232e. i also have a ftdi usb to serial cable it output 6v instead of rs232s 12. will i have an issue using it with a max3232
Comments
Could you post the schematics so they can be reviewed?
A. Is it safe to use the 6 volt output with the hardware in question. Yes.
B. Will it work. Try it and find out, probably yes.
In other words, any one of these will by-pass the RS233 +12/-12 and provide USB to RS233 at TLL signal levels (and I think inverted).
Take a look at all the devices that will progran a Propeller Proto Board that doesn't have the USB chip on it.
I have a new project with an RS232 port requirement that I was thinking I needed a Max3232 chip, but this is so much easer than connecting all those capacitors.
With the advent of laptops, the +12/-12 became a nasty power supply problem. So voltages were set up to recieve +12/-12 as a safe maximum, but ranges down to +3/0 were quite acceptible. The BasicStamp takes advantage of this and has no -12, just +5/0 which is driven by transistors as they are cheaper than the MAX3232.
I think the MAX3232 is only capable of +9/-9 output at best.
In other words, there is a lot of slop in the RS232 voltage ranges these days. Everyone has found a way to cheat the specification and as long as these work, why bother meeting the standard?
You could copy the BasicStamp interface without the reset circuit - just a few transistors and 10k resistors.