Author Topic: Data formats for WMR100  (Read 2940 times)

0 Members and 1 Guest are viewing this topic.

Offline stu-in-flag

  • Contributor
  • ***
  • Posts: 103
    • stu-in-flag
Data formats for WMR100
« on: October 04, 2008, 08:09:29 PM »
Can anyone point me in the direction of finding out how to access a WMR100's data via programming?

I am thinking about writing my own software for personal use.


Offline ejeklint

  • Member
  • *
  • Posts: 1
Re: Data formats for WMR100
« Reply #1 on: October 05, 2008, 02:11:48 PM »
I'm also very interested in this, since available software isn't what I want. I just want to read data from the device and publish it through a web service and a web application. So any input is welcome!

Offline Weather Display

  • Forecaster
  • *****
  • Posts: 2611
    • West Coast Road Weather Data
Re: Data formats for WMR100
« Reply #2 on: October 05, 2008, 03:57:29 PM »
you could use the available software, set to create a custom output, then use that as a data source
Brian
info@weather-display.com
http://www.weather-display.com

Offline aweatherguy

  • Senior Contributor
  • ****
  • Posts: 288
    • Weather Station Data Logger
Re: Data formats for WMR100
« Reply #3 on: August 04, 2009, 03:20:14 AM »
If you're still looking, download the source code for Weather Station Data Logger (WSDL) from SourceForge:

http://wmrx00.sourceforge.net

It's written in C# and there's a lot of documentation in the "WMR100DataParser.cs" file about the USB protocol.

Offline wuhu_software

  • Forecaster
  • *****
  • Posts: 689
    • WUHU Software Yahoo Group
Re: Data formats for WMR100
« Reply #4 on: October 24, 2009, 10:03:36 AM »

I realize this is an old topic, but I thought I would see if there have been any new developments in obtaining the protocol for the WMR stations?

The project at source forge mentioned in the previous post uses .Net to communicate with the station but I would like to use C++.

Has anyone found an open source project other than .Net projects for communicating with this station?

Thanks.