help needed: maxstream and bs2's
gluphus
Posts: 6
I need some example basic stamp code to integrate my maxstream 900mhz systems.
I want 2 basic stamps to send simple 1 byte commands/responses to each other.
If someone has example code and is willing to answer a few questions , please respond
to dhusmann@ouhsc.edu.
I am willing to offer market value compensation for your time and effort.
Darrin
I want 2 basic stamps to send simple 1 byte commands/responses to each other.
If someone has example code and is willing to answer a few questions , please respond
to dhusmann@ouhsc.edu.
I am willing to offer market value compensation for your time and effort.
Darrin
Comments
I have some sample code I can send you. If you are more specific about the commands and responses I can help you more. Do you have any DS1620's? (temperature chips). I will send you an excellent program that transmits the temperature/s to a sperate computer and displays it/them on excel using STAMPDAQ. Simply mate your maxtream devices and it runs great. I used this as a class demonstration. I cannot Email you from this station, but I will Email you in the morning. As for the going rate of pay I cannot in clear consciense charge you for this. Is this for a class project?
Andrew
I used a similar wireless product with the above method.
as long as you have the wiring hooked up correctly between the
stamp and the maxstream it should just be sending/receiving serouts/serins to the maxstream/stamp
SEROUT PIN, Baud, [noparse][[/noparse]infobyte]
the baud you are going to have to figure out from the maxstream datasheet
it should also show you comms wiring.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
DTQ
You are correct. Maxstream documentation is excellent and the SERIN/SEROUT commands are perfect for this.
Sofa