How to Disable Serial Echo on BS2?
ScottsBots
Posts: 2
Hi,
I have a Mini-SSC with a shared serial connection as my BS2. Because the BS2 echo's all bytes sent these get stored in the receive buffer of my PC, when I then go to receive actual data from my BS2, i.e. read compass, I get a bunch of garbage (queued serial xmits to SSC).
I would really like to disable the serial echo on 16 so that it does not echo what's sent back to my PC.
How can I do this?
I have a Mini-SSC with a shared serial connection as my BS2. Because the BS2 echo's all bytes sent these get stored in the receive buffer of my PC, when I then go to receive actual data from my BS2, i.e. read compass, I get a bunch of garbage (queued serial xmits to SSC).
I would really like to disable the serial echo on 16 so that it does not echo what's sent back to my PC.
How can I do this?
Comments
·· You cannot disable the echo. There is literally a 4.7K resistor between the SIN and SOUT pins. On your PC Application you need to filter what you send prior to receiving responses. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
You COULD add an inexpensive MAX232 circuit and use two other pins on the BS2 -- that would defeat the 'echo' problem.
-Phil