Problem with OUTH and OUTL
alnajjar1
Posts: 110
I am trying this simple code, straight from the Manual, but cannot get it to work. I am using a brand new BS2 on a standard Supper Carrier Board.
OUTH = %00000001
OUTH = %00000100
Nothing Happens. I have not problem with Out1, Out2 etc or "High 1" and "Low 1" but the Out with binary is not working. Any reason?
Al
OUTH = %00000001
OUTH = %00000100
Nothing Happens. I have not problem with Out1, Out2 etc or "High 1" and "Low 1" but the Out with binary is not working. Any reason?
Al
Comments
DIRL = %11111111 ' all outputs
OUTL = %00000001 ' P0 = 1 (HI)