STamp without echo?
tmack
Posts: 8
·Is there a way the stamp2 can be used without the echo? I want to use a rf remote but it is not a transciever.·There wont be a way for the stamp to·send the echo back. Is there a way to make this happen?· Kind of bypass the ech part? Or am I talking nonsense ? I·am trying ·is to use the Scribbler Gui to wirelessly control the scribbler.Thanks for any help
Comments
In truth, the echo is an artifact of the hardware setup and not something that the Stamp actively "does" (i.e. not in the programming).
HTH
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Truly Understand the Fundamentals and the Path will be so much easier...
I had a look at the 2sx schematic; There's a 4.7 kOhm between Sin and Sout. Is this the "artifact of the hardware setup" that Tom Walker is talking about. How about removing that resistor (or connecting the Sin side to ground)?
Why isn't there a real RS-232 driver/reciever chip on the Stamp, anyway?
2. The BS2 doesn't HAVE a +10 volt supply, nor a -10 volt supply. This keeps things simple.
3. The BS2 uses two transistors, to use the TX voltage coming from the PC when it sends data back on the RX line.
4. This is very clever and simple and space effective, and removes the need for THREE supplies, or an additional MAX-232 chip, which didn't exist when the BS2 was created.
5. One side effect of this approach is that everything sent on the TX line ALSO appears on the RX line. On the one hand, this is a pain. On the other hand, this does validate that at least the BS2 'front end' hardware DID get what you sent, because you see the echo.
6. If it REALLY bothers you, you can spend a little more for the RS-232 AppMod, which DOES have a built-in MAX-232 chip to handle the level shifting.
7. Once upon a time (1990 or so) in order to program ANY programmable circuit, you had to purchase a $300 to $500 to $1500 'burner' for that purpose. The BS2's approach lets you program with merely a serial port.
8. Anyway, that's why there isn't a "real" RS-232 driver and reciever on the Stamp. Note quite a few PIC chips now allow you to program them with a 'serial boot loader', but even in those circumstances you're going to need a SEPARATE RS-232 driver/reciever level shifter.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
This solved the problem.