part 0 3274 bytes content-type:text/plain (decoded quoted-printable)
------
1998\04\28@113533
by
dms
1998\04\28@173410
by
Ross Hartman
|
Pavel;
Say I could really use a copy of the files you have for the IButton.
I am curious, are you using the DS-2404S-CO1 as an interface for the DOW
(Dallas One Wire) microLan? I decided to go this way (putting the interface
chip in my circuit with 16F84 ) to provide COM for an array of 16F84s. In
this manner I use a 3 wire interface to the DS-2404 and this gives me
complete access to the DOW microLan without having to worry about DalSemi's
encription stuff... Oh yes. I suppose it would fill out the picture a little
if I mentioned that the master is an x86 machine which controls dataflow to
the 16F84 array. But I am interested in anything related to using the PIC and
the DOW
Thank you very much...
L8R/Ross
KILLspamrossKILLspam
sbtek.net
Pavel Korensky wrote:
> I have working routines for TouchMemory Buttons from DALLAS. If you are
> interested, I will find them and I can email them to you. Routines are for
> 16F84, but there should be no problem to adapt them for another PIC and/or
> SX chip.
>
> PavelK
1998\04\29@063354
by
Pavel Korensky
|
At 16:34 28.4.1998 -0500, you wrote:
>Pavel;
>
>Say I could really use a copy of the files you have for the IButton.
>
>I am curious, are you using the DS-2404S-CO1 as an interface for the DOW
>(Dallas One Wire) microLan? I decided to go this way (putting the interface
>chip in my circuit with 16F84 ) to provide COM for an array of 16F84s. In
>this manner I use a 3 wire interface to the DS-2404 and this gives me
>complete access to the DOW microLan without having to worry about DalSemi's
>encription stuff... Oh yes. I suppose it would fill out the picture a little
>if I mentioned that the master is an x86 machine which controls dataflow to
>the 16F84 array. But I am interested in anything related to using the PIC and
>the DOW
>
I am not using DS 2404. Because I have only one button in my project, I
need not to deal with multidrop capabilities etc. I am driving 1-wire
purely with one pin of 16F84.
Best regards
PavelK
**************************************************************************
* Pavel Korensky *
* DATOR3 LAN Services spol. s r.o. *
* Modranska 1895/17, 143 00, Prague 4, Czech Republic *
* *
* PGP Key fingerprint: F3 E1 AE BC 34 18 CB A6 CC D0 DA 9E 79 03 41 D4 *
* *
* SUMMA SCIENTIA - NIHIL SCIRE *
**************************************************************************
1998\04\29@144658
by
XYGAX
Hi,
Can you send me a copy of files, also?
Thanks Steve.....
1998\04\29@184932
by
Jorge Ferreira
Take a good look at the Microchip site (http://www.microchip.com) I'm
pretty sure that they have an application note on the subject, with code
for 16C54A I think.
regds
Jorge F
At 23:04 98.04.27 +0200, you wrote:
>Hi,
>
>anyone know if any piclister have written code (two wire protocol) for
>DALLAS buttons? .
>
>Saluti
>
>RemoveMEleo.depaloTakeThisOuT
telesys.it
>
===============================================================
cumprimentos / best regards
Jorge Ferreira //spamBeGonejorgegfspamBeGone
mail.telepac.pt
------ Make sure brain is in gear before engaging mouth -------
===============================================================
'DALLAS button'
1998\07\05@155735
by
Andrew Russell Morris
At 03:40 PM 4/28/98 +0300, you wrote:
>Hi,
>Can you send mee a copy of files too?
>
>Pavel Korensky wrote:
>
>> At 23:04 27.4.1998 +0200, you wrote:
>> >Hi,
>> >
>> >anyone know if any piclister have written code (two wire protocol) for
>> >DALLAS buttons? .
>>
>> Hello,
>>
>> I have working routines for TouchMemory Buttons from DALLAS. If you are
>> interested, I will find them and I can email them to you. Routines are for
>> 16F84, but there should be no problem to adapt them for another PIC and/or
>> SX chip.
>>
>> PavelK
Would you please send me a copy as well? TIA :-)
Andy Morris
1998\07\05@175343
by
Ake Hedman
Have anyone implemented a PIC as a slave device on the 1-wire buss?
/Ake
-----Original Message-----
From: pic microcontroller discussion list
[TakeThisOuTPICLISTEraseME
spam_OUTMITVMA.MIT.EDU]On Behalf Of Andrew Russell Morris
Sent: Sunday, July 05, 1998 9:57 PM
To: RemoveMEPICLIST
TakeThisOuTMITVMA.MIT.EDU
Subject: Re: DALLAS button
At 03:40 PM 4/28/98 +0300, you wrote:
{Quote hidden}>Hi,
>Can you send mee a copy of files too?
>
>Pavel Korensky wrote:
>
>> At 23:04 27.4.1998 +0200, you wrote:
>> >Hi,
>> >
>> >anyone know if any piclister have written code (two wire protocol) for
>> >DALLAS buttons? .
>>
>> Hello,
>>
>> I have working routines for TouchMemory Buttons from DALLAS. If you are
>> interested, I will find them and I can email them to you. Routines are for
>> 16F84, but there should be no problem to adapt them for another PIC and/or
>> SX chip.
>>
>> PavelK
Would you please send me a copy as well? TIA :-)
Andy Morris
1998\07\06@023939
by
wolfgang blachetta
1998\07\06@033038
by
Philippe
At 08:37 06/07/98 +0200, you wrote:
> At 23:04 27.4.1998 +0200, you wrote:
>Hi,
>
>anyone know if any piclister have written code (two wire protocol) for
>DALLAS buttons? .
You will find a complete set of routine as well as UMPS project
file for DS1821 at our WEB pages. DS1821 use same 1-Wire protocol
than DS1990. DS1990 is more simple as it has less command.
Code and example are with demo version:
http://www.sistudio.com/umps
Regards,
Philippe.
+--------------------------------------------------------+
| Virtual Micro Design |
| Technopole Izarbel, |
| 64210 BIDART |
| FRANCE |
| |
| Phone: ++33 559.438.458 Fax: ++33 559.438.401 |
| |
| E-Mail: RemoveMEp.techerTakeThisOuT
spamidls.izarbel.tm.fr |
| URL: http://www.sistudio.com/umps |
+--------------------------------------------------------+
1998\07\06@045626
by
Steve Lawther
|
There's also sample code for reading a DS1820 (on 1 wire bus) on my
web page, that may be of use to alter:-
http://ourworld.compuserve.com/homepages/steve_lawther/ucindex.htm
Steve Lawther
______________________________ Reply Separator
_________________________________
Subject: Re: DALLAS button
Author: Philippe [SMTP:EraseMEp.techerspam
spamBeGoneIZARBEL.TM.FR] at UKExchange
Date: 06/07/98 08:11
At 08:37 06/07/98 +0200, you wrote:
> At 23:04 27.4.1998 +0200, you wrote:
>Hi,
>
>anyone know if any piclister have written code (two wire protocol) for
>DALLAS buttons? .
You will find a complete set of routine as well as UMPS project
file for DS1821 at our WEB pages. DS1821 use same 1-Wire protocol
than DS1990. DS1990 is more simple as it has less command.
Code and example are with demo version:
http://www.sistudio.com/umps
Regards,
Philippe.
+--------------------------------------------------------+
| Virtual Micro Design |
| Technopole Izarbel, |
| 64210 BIDART |
| FRANCE |
| |
| Phone: ++33 559.438.458 Fax: ++33 559.438.401 |
| |
| E-Mail: RemoveMEp.techerKILLspam
idls.izarbel.tm.fr |
| URL: http://www.sistudio.com/umps |
+--------------------------------------------------------+
More... (looser matching)
- Last day of these posts
- In 1998
, 1999 only
- Today
- New search...