help picbasic pro

Status
Not open for further replies.

f6ggy

New Member
with let picbasic

define portb,00000000
dim a
for a=0 to 255
outb (a) ; is this line prob with pic basic pro
next a

i use pic basic por now and not possible write idem test

trisb=0
a var bit
for a=0 to 255
---------------------> what is a syntaxe in pic basic pro for OUTB(a)
next a


thank you for your help
 
dont know lite basic but i think it is not understood in pbp.can u describe what it does in litebasic?
 
ok

thank you for your reponse
this is a syntaxe in basic pro

trisb =%00000000
a var word
for a=0 to 255
portb=a -----------------------
next a


my error it is
a var bit and not word HI

thank you
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…