PIC 16F84A and 7segment LED dispay


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    3


    Did you find this post helpful? Yes | No

    Default

    hi again,

    How read ASCII value from lookup command?

    regards,
    Sam
    Last edited by select; - 21st November 2007 at 09:58.

  2. #2
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,139


    Did you find this post helpful? Yes | No

    Default

    How do you send the number to be displayed? By Hyperterminal for example and pressing the key '0'?

    Ioannis

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


    Did you find this post helpful? Yes | No

    Default

    i'll repeat what i told in previous post...
    Code:
    start: serin SDA,0,b2,b3,b4,#b5
    
    lookup2 B5,[238,130,220,214,178,118,126,194,254,246,108],B1
    portb=b1
    goto start
    Steve

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

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