I am looking for help for my latest project. I would like to do data logging from a few 1-Wire sensors with my ReadyNAS Duo. The sensors are connected via a http://www.ibuttonlink.com/linkusb.aspx into one of the rear USB ports of the DUO. The sensors and the LinkUSB interface both work under windows. However, I'd like to use the Duo (which runs daily) to perform data logging. I am not a Linux expert, but eager to learn and would be really grateful for any help.
I have installed digitemp on the duo with
- Code: Select all
apt-get install digitemp
The Duo should have drivers for the LinkUSB on board. If I try
- Code: Select all
lsusb
I get
- Code: Select all
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 0403:6001 Future Technology Devices International, Ltd 8-bit FIFO
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
So I guess there are drivers for the LinkUSB (which is a serial USB interface) installed and working as Device 002.
However, if I try
- Code: Select all
digitemp_DS9097U -w -s /dev/ttyUSB0
I get the following error message:
- Code: Select all
DigiTemp v3.3.2 Copyright 1996-2004 by Brian C. Lane
GNU Public License v2.0 - http://www.brianlane.com
Error 8: Open COM Failed
Error 23: Failed to acquire a necessary system resource
Can anybody help me?
Thanks in advance!
Daniel
