It looks like it uses serout and serin. What have you tried that didn't work? (By the way, thanks for posting that SCP1000 code for the propeller. It got me on the right track to get mine working.)
I'm not sure what it is just yet but I've tried many things..·
Started with some demo code for other micros from http://www.solutions-cubed.com/solutions%20cubed/MMB2003.htm
I'm using the full duplex serial at 2400baud..·
This doc shows what looks like everything I'd need to get it to go, but I must be reaching some mental block... http://www.parallax.com/dl/docs/prod/datast/MotorMindB.pdf
Here's a snip of my current code...· I get nothing, no blink on the modules led's, no return response from the module, nothing.·
I've tried setting the mode with non inverted..· as well as quite a number of other combinations..
I'm wondering if the module's serial in is being triggered by the props 3v signal since it's a 5v device...·
(btw- Your welcome on the scp code.. that was a bit of work.. glad it helped out, it's a great little sensor!· I saw your code and haven't had a chance to try it yet, but look forward to it!)
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Started with some demo code for other micros from http://www.solutions-cubed.com/solutions%20cubed/MMB2003.htm
I'm using the full duplex serial at 2400baud..·
This doc shows what looks like everything I'd need to get it to go, but I must be reaching some mental block...
http://www.parallax.com/dl/docs/prod/datast/MotorMindB.pdf
Here's a snip of my current code...· I get nothing, no blink on the modules led's, no return response from the module, nothing.·
I've tried setting the mode with non inverted..· as well as quite a number of other combinations..
I'm wondering if the module's serial in is being triggered by the props 3v signal since it's a 5v device...·
(btw- Your welcome on the scp code.. that was a bit of work.. glad it helped out, it's a great little sensor!· I saw your code and haven't had a chance to try it yet, but look forward to it!)
Post Edited (sharpie) : 6/8/2007 4:00:52 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Thanks!
Works great now!