![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| 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 | |
| |
| | (permalink) |
| dont know lite basic but i think it is not understood in pbp.can u describe what it does in litebasic? | |
| |
| | (permalink) |
| 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 | |
| |
| | (permalink) |
| :lol: maybe try byte next time | |
| |