Oh. I didn't know you meant plug the 7Seg ito socket A. This is just for testing right. Since I will be using socket A for the PWR I/O DB and the sensor in the final application.
I loaded the 7seg.hex into coprocessor A and the 7Seg-DB is plugged into slot A. I pasted this program into the Basic Stamp Editor and the display remained blank. When I changed Con 6 to Con 10 the display shows 8888.
' {$STAMP BS2pe}
' {$PBASIC 2.5}
Owio CON 6
PAUSE 10
DO
OWOUT Owio, 0, [noparse][[/noparse]HOME, "09"]
LOOP
Okay, it's definitely the 7Seg-DB then. Give Parallax a call on Monday to arrange a replacement. If they have any questions, your can refer them to this thread, or they can call me. (They know the number. )
I don't work for Parallax. That's why I suggest you call them first thing Monday morning. That will be your quickest route to a satisfactory outcome. It would also be helpful if you could return the unit you now have so it can be evaluated. Meanwhile, I've emailed Parallax support a heads-up.
Comments
-Phil
-Phil
' {$STAMP BS2pe}
' {$PBASIC 2.5}
Owio CON 6
PAUSE 10
DO
OWOUT Owio, 0, [noparse][[/noparse]HOME, "09"]
LOOP
-Phil
-Phil