Serin serout problem


Results 1 to 40 of 337

Threaded View

  1. #31
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default

    I made these formulas and tested them on a calculator. it works. I dont know hy it do not work on the pogram I wrote.
    So
    ZeroF: ' cases when zero celcius and 0 Fahrenheit
    temperature = ((( temp ) *100)- 25) + (((count_per_c - count_remain) * 100) / count_per_c)
    tempF = 3200 -((temperature /5) * 9)

    --- SO if I need to do the conversion : -17C to 1.4F
    so I take 1700 (17 *100) put it in the formula (temperature) I get 140, just divide by 100 to get the answer..

    k
    Last edited by lerameur; - 29th December 2006 at 02:44.

Similar Threads

  1. A Serial GLCD 128x64 Simple Project
    By Oldspring in forum Off Topic
    Replies: 0
    Last Post: - 8th March 2010, 20:58
  2. PIC16f877 code crosses boundary @800h
    By inventosrl in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 6th April 2009, 22:03
  3. serout and serin problem
    By nicolelawsc in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 11th April 2006, 19:44
  4. Replies: 11
    Last Post: - 13th July 2005, 19:26
  5. SerIn and SerOut
    By Dwayne in forum FAQ - Frequently Asked Questions
    Replies: 0
    Last Post: - 21st July 2004, 15:54

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