How to use the MAX 3232 on my Professional Development Board?
SteveWoodrough
Posts: 190
in Propeller 1
My apologies if this is a repeat subject. I have searched the forum and cannot locate the answer. How specifically does one use the Max 3232 E on my Prof Dev Board to interface with an rs232 device?
I am trying to interface with speed radar that transmits a constant length data string about twice a second. The signal is RS232 baud rate 9600 N81, and the communication voltages are +5 -5 Volts.
I’ve connected to the radar via Tera Term at 9600 baud and get a nominal device output of CD000000000000 . If the radar detects a 5 mph object, the output is CD005000000000 .
Now I want to “pump” this data from the radar rs232 into the prop and receive the data through the 4 port FDS object.
I plugged the radar output DB9 into the developers board DB9. Even though I know pin 2 (radar TX) has data on it ( I can see it with my scope), I get nothing on the Rx (3.3V) or the Tx (0v) from the 3232 output.
What step am I missing? How do I enable the MAX3232?
Than You,
Steve
I am trying to interface with speed radar that transmits a constant length data string about twice a second. The signal is RS232 baud rate 9600 N81, and the communication voltages are +5 -5 Volts.
I’ve connected to the radar via Tera Term at 9600 baud and get a nominal device output of CD000000000000 . If the radar detects a 5 mph object, the output is CD005000000000 .
Now I want to “pump” this data from the radar rs232 into the prop and receive the data through the 4 port FDS object.
I plugged the radar output DB9 into the developers board DB9. Even though I know pin 2 (radar TX) has data on it ( I can see it with my scope), I get nothing on the Rx (3.3V) or the Tx (0v) from the 3232 output.
What step am I missing? How do I enable the MAX3232?
Than You,
Steve
Comments
You'll probably want to start with a simple serial bridge and just output to the terminal whatever you receive as input.
Thanks for the link Duane
Thank you. Now that I am getting data via the 3232 I will experiment with the direct approach. I did see that you mentioned the resistor technique a few years back in a related rs232 post.
Regards.
Steve