RS232 Propeller
I am trying to connect a RS232 Serial Port to my propeller, but as of right now, it is not working.
I have 10k Ohm Resistors on the TX, RX, and RESn lines, but they might need to be pulled up (or down).
Below is the schematic of how it looks right now.
Can anyone confirm whether or not I need to pull the lines high or low?
I have 10k Ohm Resistors on the TX, RX, and RESn lines, but they might need to be pulled up (or down).
Below is the schematic of how it looks right now.
Can anyone confirm whether or not I need to pull the lines high or low?

Comments
If so, there's a schematic in the datasheet (you can find it in the Prop Tool's help menu).
I'm pretty sure you'll need some transistors.
Edit: The schematic is on page 5 of the datasheet.
Yes, that is the idea.
Thank you for the schematic.
I looked at it, and am wondering if there is any way to do it with less components...?
Probably not. The signals coming in and out must be inverted as the Propeller uses True mode comms for downloading. You could save yourself a lot of trouble buying a Propeller Plug. Sure, you can buy the parts to build a simple adapter for less, but then you have to put it together.
Pin 2 is TX to P31 ,Pin 3 is RX to P30 and Pin 4 is RTS
Jeff T.