Metadata-Version: 2.1
Name: LorenzTelegram
Version: 0.1.0
Summary: A library to communicate with Lorenz Messtechnik sensors
Author-Email: Mikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/Duckle29/LorenzTelegram
Project-URL: Repository, https://github.com/Duckle29/LorenzTelegram
Requires-Python: >=3.11
Requires-Dist: pyserial>=3.5
Description-Content-Type: text/markdown

# LorenzTelegram

This library implements support to communicate with sensors from https://www.lorenz-messtechnik.de  

It is still very early code, and has only been tested a bit with an LCV-USB2, and a 2mV/V load-cell.

Currently raw readings, and `Speed Optimized Streaming Mode (SOSM) mode #3` has been implemented and tested.

In streaming mode, the library currently relies on the main program polling the recv function to process the serial RX buffer. This may move to a call-back based method later.

## TODO:
- [ ] **Implement every command from API doc** -> Most simple commands have been added. Working on configuration commands
- [ ] **Implement other sensor types**
