Shop OBEX P1 Docs P2 Docs Learn Events
Interfacing BS2e to DS2480B one-wire driver — Parallax Forums

Interfacing BS2e to DS2480B one-wire driver

Ron NewlonRon Newlon Posts: 4
edited 2010-05-08 21:13 in BASIC Stamp
Does anyone have or know of someone who has Parallax code for interfacing the BS2E with the Maxim/Dallas DS2480B Serial 1-Wire Line Driver? I need to write code to perform the basic required operations: BREAK, FLUSH, READ, WRITE, SETBAUB, and DELAY.

The AN192 Application Note is not sufficient.

I would appreciate some help in getting the interface with the DS2480B operating. The digital signals going to the DS2480B look good in that the bits are correct for the word sent to the device however, the DS2480B sends no response.

Sincerely,

PDT-Innovator

Comments

  • FranklinFranklin Posts: 4,747
    edited 2010-05-08 19:19
    BREAK, not sure how to implement this
    FLUSH, since the stamp does not have a buffer this is not implemented
    READ, SERIN
    WRITE, SEROUT
    SETBAUD, this is part of the serin/ serout command and
    DELAY. PAUSE

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • Ron NewlonRon Newlon Posts: 4
    edited 2010-05-08 21:13
    In one write up, there was a statement about switching baud rates to force a break...but so far no break.

    PDT-Innovator
Sign In or Register to comment.