Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 445 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 445 Bytes

vfj-wind

An SM5386B data acquisition application/library

Installation

git clone https://github.com/la1k/vfj-wind.git
cd vfj-wind
python -m pip install minimalmodbus
python vfj-data-to-html.py serial_port_device

Description

This code will acquire data from SM5386B-based wind sensors via a USB-RS485 interface and write the data to an HTML file.

Requires Python package minimalmodbus