Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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.

Latest threads

New Articles From Microcontroller Tips

Back
Top