Novice Serial question
redrocker
Posts: 10
I am going to attempt to connect the Propeller to a high resolution digital compass. The compass has an RS232 output from a MAX3221E chip from TI. As far as I know a Max232 changes the voltage from 0-5V TTL/cmos to+-12V and inverts the signal. I am confused about inputting an rs232 signal to the propeller.
1. Is it as simple as using another max 232 to convert the rs232 signal from the compass back to TTL?
Any suggestions
Thanks
1. Is it as simple as using another max 232 to convert the rs232 signal from the compass back to TTL?
Any suggestions
Thanks
Comments
Make sure the default state of the line is high (the TTL line going to the propeller).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nyamekye,
Is the reason I want the line high because the signal is inverted twice=not inverted. Can I also do this with software by change the sign of the Baud rate to negative (see simple_serial.spin)?
Adam