Hi
We are experimenting with using Dallas Semiconductor's DS2431 chip through serialport using DS9097U-009 device described
here.
This setup is connected to a Dell workstation and seems accessible through COM1 port using Maxim's (DS) OneWireViewer Java Application
described here. I was expecting that the DS2431 chip will be accessible using the same setup through LabVIEW also, using the
create_teds_serial.llb library described
here. But it did not work. I debugged deep into it and found out that if in the "Seria teds Hardware Write to 1-wire EEPROM.vi" I passed just one byte of data, then it worked, but if I passed two bytes then it broke. When I say "worked" I mean it didn't give an error. Any time there were more than one bytes of data, the comparator checking whether the data we read back from the chip is the same as the data we intended to write, failed, and I get error -715 "teds_Errors.vi<APPEND>"
At this point I'm not even sure if that one bytes goes to it's intended place or goes some place else. But from whatever little imfo there was available on the ni site at the link above and
here, it seemed like this should've worked.
Any idea where the problem is or how should I go about fixing this?