Questions/Basic/16F628A


Closed Thread
Results 1 to 11 of 11

Hybrid View

  1. #1
    BertMan's Avatar
    BertMan Guest


    Did you find this post helpful? Yes | No

    Default

    tap tap tap... is this thing on? One more thing. Does anyone have any experience or code to share on how to convert a floating point number in basic? The output of the Vector compass is in IEEE 754 format, so I assume I have to convert this to a usable format in basic.

  2. #2


    Did you find this post helpful? Yes | No

    Default

    I've never used it so I can say how it works but there is code on ME Lebs website for performing floating point. I stay away from FP just for headache sake.

    And yes there are 2 bytes to a word.

    Bit is a Bit
    Byte is 8 Bits
    Word if 2 Bytes or 16 Bits

  3. #3
    BertMan's Avatar
    BertMan Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by CocaColaKid
    I've never used it so I can say how it works but there is code on ME Lebs website for performing floating point. I stay away from FP just for headache sake.

    And yes there are 2 bytes to a word.

    Bit is a Bit
    Byte is 8 Bits
    Word if 2 Bytes or 16 Bits
    Yep came across that code. I will be picking it apart this evening to see if it can help me. Unfortunately, I cant stay away from floating point because this is what the v2xe outputs.

    Word is 2 bytes? I searched and read forever last night and the only definite conclusion I could reach was that it depends on the archietecture. Since my mcu is 8 bit, does this not mean 8 bit is the highest word the mcu can process?

  4. #4
    BertMan's Avatar
    BertMan Guest


    Did you find this post helpful? Yes | No

    Default

    Still working on it but here is what I got so far. I havent finished the menu system, nor have I figured a way to convert the floating point numbers coming from the V2Xe.
    Attached Files Attached Files

  5. #5
    Join Date
    Jul 2003
    Location
    Sweden
    Posts
    237


    Did you find this post helpful? Yes | No

    Lightbulb

    It might help to look at Melabs site .......

    http://www.melabs.com/resources/fp.htm

  6. #6
    BertMan's Avatar
    BertMan Guest


    Did you find this post helpful? Yes | No

    Default

    Excellent! There is a subroutine to convert 32bit floats to a usuable ascii format. Hmm.. I dont think the 628 will hold all that code.

  7. #7


    Did you find this post helpful? Yes | No

    Default

    You could try using the 648, it has 4k.

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