does this work?


Closed Thread
Results 1 to 9 of 9

Thread: does this work?

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    Igor,

    i wish one day i could go back in time and learn all of what you already and will learn with the age you have. You can't imagine how many future job are waiting for you. In the past, computer language and MicroController was really different than now. I remind really well to save/load my program on/from an audio tape... sorry fellows here if i make you feel older now ;o)

    Welcome to the PIC world and good luck!
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  2. #2
    igor@24's Avatar
    igor@24 Guest


    Did you find this post helpful? Yes | No

    Default

    Sougata, Mister_e, Thank you!
    I want to learn and learn ...
    This is the best forum i have ever seen.
    I will check my mail now.

  3. #3
    igor@24's Avatar
    igor@24 Guest


    Did you find this post helpful? Yes | No

    Default

    Hi! I have made another programme. Sample files (PBP compiler) helped me doing that.

    Code:

    char var byte

    start: Hserout ["http://www.igorbogetic.co.sr", 13, 10]

    slanje: Hserout [char]

    lcd: Lcdout $fe, 1
    Lcdout "Hi!"
    Pause 500

    Lcdout $fe, 1
    Lcdout "Visit http://www.igorbogetic.co.sr"
    Pause 500

    LED: High 0
    Pause 200

    Low 0
    Pause 200

    SO con 0
    B con 5
    N2400 con 4

    B0 var byte

    B0 = 0
    loop: Button B,1,10,5,B0,0,notp
    Goto lcd
    Goto LED
    Goto slanje
    notp: Serout SO,N2400,[#B0,13,10]
    Pause 100
    Goto loop
    End

    Can that work? If there is any error please write!
    Thank you on your help.
    Igor

  4. #4
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    when posting, let us know wich pic you're using, the crystal speed. and then we can give a hand on that.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Similar Threads

  1. pls help me verify my code not work, why???
    By chai98a in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 18th January 2010, 09:19
  2. Can't get POT work on P12f675 - Newbie
    By berslan in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 26th March 2008, 21:22
  3. How to set ICD-2 clone to work with PBP?
    By G-R-C in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 20th October 2006, 02:50
  4. blink.bas help cant make any 18f's work
    By Bonxy in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 13th December 2004, 21:28
  5. Pin RA4 doesn't work
    By Melanie in forum FAQ - Frequently Asked Questions
    Replies: 0
    Last Post: - 15th July 2004, 12:03

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