Serial pass through propeller help
libadman
Posts: 36
Hi I have been using the basic stamp for some years now and I have had the propeller for about the last year and a half but not have done much with it I want to now,I have a BS2 application, I will like to use SMS to control it I'm going to use Andruino GPRS module along with the Andruino uno when I'm trying to do is send serial information from the andruino to the propeller and then to the basic stamp I do understand everything that I will like to do can be done with the propeller and the GPRS module itself, anyway I guess my question is can someone help me with code for the propeller to receive serial data on one pin at a certain baud rate and send it out on another port/pin at another baudrate almost simultaneously, I'm ok with 1-2 second lags, I do not understand just yet how to use the propeller and I know it's ba to just ask for code but can some one help me out?
I want to received data on one pin and send the same exact data out on another pin at a different baud with the possibility of bidirectional communication please please please and thank you I'm mike I'm not new here I got help with my bs2 but I forgot my login info
I want to received data on one pin and send the same exact data out on another pin at a different baud with the possibility of bidirectional communication please please please and thank you I'm mike I'm not new here I got help with my bs2 but I forgot my login info
Comments
I wrote a simple bridge program to sure with a Propeller and SayIt module. The bridge program is attached to post #15 of this thread.
If the GPRS module is likely to send null characters, you'll want to change:
To:
You'll want to do the same for "Com[1]" as well.
Make sure and take a look at the recent serial bridge thread.