RE: [bascom] Bascom AVR More than one 1wire device


From "Mark Alberts" <mark@mcselec.com>
Date Tue, 19 Jun 2001 00:14:09 +0200

Hi,
 
When you provide the pin there is no need to configure it anymore.
The unique feature of the 1wire implementation in BASCOM is that you can use multiple pins/busses.
But then doing a search will only work for the bus.
 
When you use multiple master micro's just 1 can communicate with the 1wire slaves. It is like having a bulb with 2 switches. (OR). Either of the switch will switch the light on. But when you want to turn the light off with switch 1 and switch 2 is on ...
 
best regards,
Mark
-----Original Message-----
From: owner-bascom@grote.net [mailto:owner-bascom@grote.net]On Behalf Of G Pistorius
Sent: maandag 18 juni 2001 20:22
To: Bascom
Subject: [bascom] Bascom AVR More than one 1wire device

Hi
I want to read 4 1wire devices from different pins. I have 4 entry points in an access control system and to know direction and lane. The manual mentions new and also refers to the 1wire commands with the actual pin included in the statement but nothing about config 1wire. Any ideas on this? What happens if to  micros try to read one Dallas button on a network?
Thanks
Georg Pistorius