help pic basic pro


Closed Thread
Results 1 to 3 of 3
  1. #1
    f6ggy's Avatar
    f6ggy Guest

    Default help pic basic pro

    use let pic basic 7.10 and for example

    define PORTB, 0000000
    dim a
    for a =0 to 255
    OUTB(a)
    next a

    use now picbasic pro 2.43
    and i can't write thios example

    TRISB
    a VAR BIT
    for a =0 to 255
    -----------------------what is a syntaxe for OUTB(A) in pro basic
    next a

    thank for help

  2. #2
    Join Date
    Jul 2003
    Posts
    2,358


    Did you find this post helpful? Yes | No

    Default

    A var byte
    TRISB=%00000000

    For A=0 to 255
    PORTB=A
    Next A

  3. #3
    f6ggy's Avatar
    f6ggy Guest


    Did you find this post helpful? Yes | No

    Default

    thank you melanie

Similar Threads

  1. Looking at pic basic pro symbol values in mplab 8.15a simulator
    By ukemigrant in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 16th May 2009, 13:18
  2. I want to buy PIC BASIC PRO...
    By simransingh in forum General
    Replies: 2
    Last Post: - 30th October 2007, 17:13
  3. PIC BASIC or PIC BASIC PRO
    By kirkmans in forum USB
    Replies: 3
    Last Post: - 20th April 2007, 00:52
  4. Replies: 5
    Last Post: - 17th January 2006, 19:26
  5. How to use 93C46 Type EEPROM using PIC Basic PRo
    By in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 1st April 2003, 04:07

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts