Serin serout problem


Results 1 to 40 of 337

Threaded View

  1. #29
    Join Date
    Sep 2006
    Posts
    747


    Did you find this post helpful? Yes | No

    Default

    y amaybe , but the +655 is annoying, I'm almost there,
    OK it stick the whole unit outside, Its giving a steady -7 C

    Got rid of the +655:
    added this:

    IF temperature.11 = 1 Then goto Zerotemp
    if temperature = 0 then goto Special
    .
    .
    .
    Special:
    lcdout $FE,1, "TempC: ", dec 0 , ".", dec 0," ",$DF,"C"
    lcdout $FE,$C0, "TempF: ", dec 32 , ".", dec 0," ",$DF,"F"
    goto loop
    Last edited by lerameur; - 31st December 2006 at 00:45.

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