basic instruction

Don100

New Member
I am using a picaxe-28X and have configured the in/out ports co,c1,c2,c3 as in and c4,c5,c6,c7 as out. How do I give a pulsout (pulsout pin,100) instruction to pin c4? If I use pulsout c4,100 I get a compiling error, Error:unknown symbol-c4.

 
 

hippy

Technical Support
Staff member
It can't be done. PULSOUT only works on the standard Output Pins not PORTC pins.
 
Top