Hello

i'm trying to use openbsd (4.2-stable) with a lacrosse weather station (ws8610).

there are multiple software to handle them depending on models open<xxxx> (open2300, open3600, open8610, ...)

Sadly, if i can compile software, running them doesn't output anything.
a ktrace shows it stalls (or mostly) on
$ ./dump3600 /dev/null start end
[...]
20658 dump3600 CALL  getrusage(0,0xcfbe0fa0)            // mostly
[...]
20658 dump3600 CALL  ioctl(0x4,TIOCMSET,0xcfbdd09c)
OR
$ ./dump8610 test 0 1FFF
[...]
4525 dump8610 CALL  getrusage(0,0xcfbdff50)             // mostly
[...]
4525 dump8610 CALL  ioctl(0x4,TIOCMGET,0xcfbdffd4)
[...]
  4525 dump8610 CALL  ioctl(0x4,TIOCMSET,0xcfbdbfec)
  4525 dump8610 RET   ioctl 0
  4525 dump8610 CALL  ioctl(0x4,TIOCMGET,0xcfbdbf9c)
  4525 dump8610 RET   ioctl 0
  4525 dump8610 CALL  ioctl(0x4,TIOCMSET,0xcfbdbf9c)
  4525 dump8610 RET   ioctl 0
  4525 dump8610 PSIG  SIGINT SIG_DFL code 0             // ^C

Has anyone some of these stations working with openbsd ?

thanks
Cheers

note: some links
http://tech.groups.yahoo.com/group/Lacrosse_weather_stations/
http://www.lavrsen.dk/twiki/bin/view/Open2300/WebHome
http://open3600.fast-mail.nl/tiki-index.php
http://www.lacrossetechnology.com/

Reply via email to