Picbasic Newbie Problem


Results 1 to 5 of 5

Threaded View

  1. #3
    Join Date
    Jun 2007
    Location
    Germany
    Posts
    44


    Did you find this post helpful? Yes | No

    Default

    Hello Stargazer
    what should this code do?
    Are you looking for how to display the outputs from PORTB connected with LEDīs?
    My compiler returns an error too.
    Maybe this one will help you
    Code:
    TRISB = 0
    B0 VAR BYTE
    
    Loop:
    FOR B0 = 0 TO 255 
        PORTB = B0
        PAUSE 250
    NEXT B0
    GOTO Loop
    END
    Last edited by Robson; - 21st August 2007 at 10:11.

Similar Threads

  1. Newbie? Problem with LCD
    By lew247 in forum mel PIC BASIC Pro
    Replies: 10
    Last Post: - 7th December 2009, 19:48
  2. PICBasic newbie problem
    By ELCouz in forum mel PIC BASIC Pro
    Replies: 32
    Last Post: - 12th February 2008, 00:55
  3. Problem on writing EEPROM in Winpic800 with picbasic pro
    By selimkara in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 4th May 2007, 16:33
  4. PicBasic Pro Math Problem??
    By Glen65 in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 5th March 2006, 04:36
  5. DMX & PicBasic coding problem
    By magicmarty in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 20th September 2004, 15:35

Members who have read this thread : 0

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