Greetings (No First Name Supplied),
smdFan:
However, things you folks are talking about seems to get more complicated.
May be, I was not very clear. Consider this scenario:
I think your request was very clear, and that Muntron has
given you a clear answer.
Connecting an LED with ballast resistor to the signal line
and ground will tell you of activity. It will not pulse out
the actual code sequence (in “Morse code” fashion) unless
you capture the date and replay it at human radable (slow)
speeds.
A circuit to do exactly what you want is fairly simple, using
either a uC (with some code) or combinational logic.
Unfortunately, the skill to impliment these is greater than
the problem you are trying to solve (i.e. confirming data
flow).
A different approach would be to use your project’s
hardware as the test equipment and write a much smaller
code to exercise the hardware at normal speed and then
use this to test your project. Once you have confidence in
the test mode you can go back to the project’s code.
I do this all the time with uC development! Most new
hardware that I build gets a quick check out with one
or two LEDs hung on IO lines to quickly confirm activity.
Comments Welcome!