Read the 64 Bit ID of DS18S20 sensor


Closed Thread
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Nov 2011
    Posts
    12

    Default Read the 64 Bit ID of DS18S20 sensor

    Hello,

    How can i read with OWIN and OWOUT the 64 Bit ID of the DS18S20 sensor?

    Thanks in advance
    Best regards
    Toto

  2. #2
    Join Date
    May 2004
    Location
    NW France
    Posts
    3,648


    Did you find this post helpful? Yes | No

    Default Re: Read the 64 Bit ID of DS18S20 sensor

    some little SEARCH on this forum could have returned that :
    Code:
    '*****************************************************************************
    SensID:' Sensor Identification
    '*****************************************************************************
    
      OWOUT DQ, 1, [ $33 ]								' Read Chip Family code
      OWIN  DQ, 2, [ FAM,ID[6],ID[5],ID[4],ID[3],ID[2],ID[1],CRC]
      
     										   ....
    some DS datasheet reading too ...

    Alain
    Last edited by Acetronics2; - 24th September 2013 at 11:57.
    ************************************************** ***********************
    Why insist on using 32 Bits when you're not even able to deal with the first 8 ones ??? ehhhhhh ...
    ************************************************** ***********************
    IF there is the word "Problem" in your question ...
    certainly the answer is " RTFM " or " RTFDataSheet " !!!
    *****************************************

Similar Threads

  1. how to read sine wave response from sensor
    By klaus1 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 23rd April 2011, 20:51
  2. Read DS18S20
    By PICante in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 15th October 2008, 19:31
  3. read 1 sensor with 2 PICs?
    By PICn_n_grinnin in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 25th June 2006, 18:20
  4. more-than-8 bit temperature sensor I2C
    By picster in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 13th March 2006, 20:29
  5. read temperature sensor
    By breeno in forum General
    Replies: 5
    Last Post: - 10th January 2005, 06:04

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