FullDuplexSerial and stop bits (connecting a C328 jpeg camera to the Propeller
Paul Voss
Posts: 13
I've run into a challenge with FullDuplexSerial and thought someone on the forum would have some good advice. I want to connect a small jpeg camera (C328R) to a Propeller chip for an upcoming research balloon flight (to track a volcanic plume in Hawaii). I've run into some difficulty with the serial communication - FullDuplexSerial seems appears to set two stop bits at the end of each byte whereas the camera I have expects just one stop bit. The camera does not recognixe the serial stream I'm sending from the Propeller ($AA_0D_00_00_00) but it does recognize a nearly identical stream from an evaluation board that differs only by having one less stop bit (both signals were checked on a scope).
I would most appreciate any thoughts on how to rectify this issue and if the extra stop bit seems like a possible cause for the failed communication. Also, if anyone has used the C328R with the propeller chip and want's to share any advice or code, this will be a great application for your hard work!
Paul
I would most appreciate any thoughts on how to rectify this issue and if the extra stop bit seems like a possible cause for the failed communication. Also, if anyone has used the C328R with the propeller chip and want's to share any advice or code, this will be a great application for your hard work!
Paul
Comments
http://www.rayslogic.com/propeller/Programming/Cameras/cameras.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Good luck
Post Edited (grasshopper) : 7/9/2008 9:15:35 PM GMT