Beginner Propeller Help Cannot Set Pins
I think my propeller board is bad or something. I cannot get pins to go high or low, they just float. However, I have an xbee hooked up to pins 5,6 and 7, and using serial_pass_through X-CTU can see the XBee just fine, and it works just fine. The prop seems to program just fine, too, but I cannot get the 30,31 pins to drive high or low either.
Thanks for your help in advance guys.
CON
_clkmode = xtal1 + pll16x
_xinfreq = 5_000_000
pub main
dira[7] := 1
outa[7] := 1
It's about as simple as it gets for a program, but when I use a DVM, it's 0V from Vss and 0V from Vdd. ????????Thanks for your help in advance guys.
Comments
CON _clkmode = xtal1 + pll16x _xinfreq = 5_000_000 pub main dira[7] := 1 outa[7] := 1 waitpne(0, 0, 0)
If I had any LED's
If you want an interactive environment you might consider the FORTH option (Google propforth)
It's not as popular as C but makes for very quick development cycles.