' PULSOUT.BS1' This program blinks an LED on for 25 ms at 1-second intervals. Connect an' LED (active-low) to I/O pin 0.' {$STAMP BS1}' {$PBASIC 1.0}
Setup:
HIGH 7
HIGH 6
HIGH 5
HIGH 4
HIGH 3
HIGH 2
HIGH 1
HIGH 0
Main:
PULSOUT 0, 10000
PULSOUT 1, 10000
PULSOUT 2, 10000
PULSOUT 3, 10000
PULSOUT 4, 10000
PULSOUT 5, 10000
PULSOUT 6, 10000
PULSOUT 7, 10000
PULSOUT 6, 10000
PULSOUT 5, 10000
PULSOUT 4, 10000
PULSOUT 3, 10000
PULSOUT 2, 10000
PULSOUT 1, 10000
PULSOUT 0, 10000'PAUSE 1000
GOTO Main
END
All leds on test works, but nothing on pin P7, can this be a hardware problem? PIC16c84 problem?
It could be a hardware problem or a wiring problem. You might increase the PULSOUT time since it's only 100ms. Try a simpler program that only blinks the LED on pin 7.
Worst case scenarion you could build a simple test circuit and use the code at the following link. This is how we test BASIC Stamps. Also, in your case one RC circuit is all that would be needed for one pin.
Comments
' PULSOUT.BS1 ' This program blinks an LED on for 25 ms at 1-second intervals. Connect an ' LED (active-low) to I/O pin 0. ' {$STAMP BS1} ' {$PBASIC 1.0} Setup: HIGH 7 HIGH 6 HIGH 5 HIGH 4 HIGH 3 HIGH 2 HIGH 1 HIGH 0 Main: PULSOUT 0, 10000 PULSOUT 1, 10000 PULSOUT 2, 10000 PULSOUT 3, 10000 PULSOUT 4, 10000 PULSOUT 5, 10000 PULSOUT 6, 10000 PULSOUT 7, 10000 PULSOUT 6, 10000 PULSOUT 5, 10000 PULSOUT 4, 10000 PULSOUT 3, 10000 PULSOUT 2, 10000 PULSOUT 1, 10000 PULSOUT 0, 10000 'PAUSE 1000 GOTO Main END
All leds on test works, but nothing on pin P7, can this be a hardware problem? PIC16c84 problem?
abc:toggle 7[noparse]:p[/noparse]ause 500:goto abc
and you'll find out pretty quickly using an LED or a multimeter to test it. Output will change every half second.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·"If you build it, they will come."
Post Edited (erco) : 4/30/2009 6:05:40 PM GMT
http://forums.parallax.com/showthread.php?p=759839
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
Can I buy a new PIC16C56, and program this (I have a pickit2