Interfacing BS2e to DS2480B one-wire driver
Ron Newlon
Posts: 4
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
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
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
PDT-Innovator