Prop Backpack being revisited
Hello!
Here we are about six years since I looked into how the Prop Backpack that @"Phil Pilgrim (PhiPi)" created for Parallax created video and gave us the chance to see our BASIC Stamp programs display their activities on the video screen. I took a chance last night, and this morning to investigate why my original program series did not properly understand how logic applied to signals worked out. It turns out I chose the wrong chip. Instead of the SN7437, I switched to the SN7423. And found there was a noticeable indication. In this case there was a blinking Red LED present.
(Code attached!)
And that above did perform as expected. Eventually I tossed in a previously programmed in PAL chip. And of course it works. While the selected variable output lines did not change, at least there's a visible change on the logic connected.
Mascot baffled. Also asleep.
Comments
Here:
Now that the code can be seen I now invite comment. People who do have access to the Prop backpack and that part can try this out for themselves. Of the four inputs on the SN7423, two get connected to those pins on the BASIC Stamp, and the output goes to the input function on the Stamp. Connect an LED of your choice of color to the output of the gate. Sadly I can not supply programmed PAL chips at this time.
The embedded code has the Prop Backpack's setup commands commented out. The bs2 code attached to the top board is a bit different than the code you embedded.
Can you get the Backpack to display a counting variable which the demo used?
Do you have a version of the SN7423 code which works with a serial terminal?
Basically, I'm asking if you've tested these two aspects of your code separately before combining them. If you have, do you still have the code to share?
I'm curious what your overall goal is? What does the SN7423 do which you can't do with the Basic Stamp 2? Is the SN7423 used with the PAL to perform high speed tasks which couldn't be done with the Basic Stamp 2? Of course just experimenting with a chip is a perfectly fine goal but I was wondering if this chip was needed for a particular project.
Hello!
I was able to to display a counting variable using the W0 register, and it managed to show the counting of events. As for the SN7423 functions, this is something of a draw actually, mostly because I never really managed to get it to work as expected. And as for why both it is there, and even the PAL, (both now actually with a SN7460 included.), there's something going on, but I'm still not sure what.
As for why the setup code is commented out? Good question. (Any them you mean.)
Either one tends to display the functions on the wrong background, what I wanted was white text on a black one, and combing through the well written documents that @"Phil Pilgrim (PhiPi)" didn't exactly provide me many clews. Of course I was working rather hurriedly at the time. This is a reboot of a work in progress and at the moment, I felt that posting everything, (with help, thank you @Publison and @rosco_pc and @VonSzarvas ) to make it more clear. And of course to garner more helpful comments. Oh and @"Duane Degn" you win the prize, which is for first comments. And the prize? I'm glad you asked, it is a tour of the planets involved in both the first and second Rebellion against the Empire and its forces of something else.
And I've just tried out the real reason why I brought all of that out. It did not work. I wanted to display the output of the program used to talk to a TI Calculator, the popular TI84Plus. Let's just say it did not work. And I am done here. A completely new thread with a new title will be created when I visit again the backpack.