MX2 Dallas 1 wire Bus
-
- LCD?
- Posts: 3
- Joined: Mon May 01, 2006 1:01 pm
- Location: Staffordshire, England
MX2 Dallas 1 wire Bus
Are there any utilities for exercising/testing the Dallas 1 Wire bus on the LK202-24-USB. I have a Dallas DS2450 (4 input ADC) connected.
-
- Matrix Orbital
- Posts: 231
- Joined: Mon Oct 24, 2005 10:38 am
- Location: Calgary, AB, Canada
- Contact:
LCDC will allow you to exercise the 1-Wire bus, in order to read temperatures.
However there currently isn't any testing software that I am aware of for other 1-wire devices.
However, any software that will allow you to send data to the display would be able to function as a simple utility to do this. The command to search for 1-wire devices is 254 200 2. And the command to do a 1-wire transaction is 254 200 1 [flags] [SndBits] [RcvBits] [Data].
You may read more about this in our manuals.
However there currently isn't any testing software that I am aware of for other 1-wire devices.
However, any software that will allow you to send data to the display would be able to function as a simple utility to do this. The command to search for 1-wire devices is 254 200 2. And the command to do a 1-wire transaction is 254 200 1 [flags] [SndBits] [RcvBits] [Data].
You may read more about this in our manuals.
-
- LCD Guru
- Posts: 55
- Joined: Tue Apr 12, 2005 2:31 am
Re: MX2 Dallas 1 wire Bus
I have a small util which will show all connected 1 Wire devices, for your convenience I added the DS2450 so it will show the correct name and description (DS2450, 1-Wire Quad A/D Converter)dhookerlds wrote:Are there any utilities for exercising/testing the Dallas 1 Wire bus on the LK202-24-USB. I have a Dallas DS2450 (4 input ADC) connected.
I don't have a DS2450, so I'm not able to write a small testing utility. If you are familiar with C#, it should be pretty easy. If not, drop me a line and I'll see what I can do.
-
- LCD?
- Posts: 3
- Joined: Mon May 01, 2006 1:01 pm
- Location: Staffordshire, England