Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Tabsoft; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    27,078

    Re: 12f638 simple temperature monitor

    Just curious if you got this issue resolved David.
  2. Replies
    6
    Views
    27,078

    Re: 12f638 simple temperature monitor

    Try these settings:

    OPTION_REG = $FF
    INTCON = $00
    PIE1 = $00
    PCON = $10
    ANSEL = $00
    CMCON0 = $07
    TRISIO =$00
    WPU = $00
  3. Replies
    6
    Views
    27,078

    Re: 12f638 simple temperature monitor

    Just a couple of ideas.

    1. You have no pause in your main loop so you are polling the DS18B20 extremely fast. You may want to try a Pause 1000 (1second) in between you gosub start_Convert and...
Results 1 to 3 of 3