Skip to content

Releases: monzelr/dmx

v0.2.3

24 Feb 15:00
Compare
Choose a tag to compare
  • removed sphinx.setup_command.BuildDoc from setup.py because this is depreciated since Sphinx v7.0.0
  • no change in dmx Code / API

v0.2.2

22 Jun 13:35
Compare
Choose a tag to compare
  • added PySerial.flush after a PySerial.write to make sure the data is flushed immediately

v0.2.1

14 Aug 10:01
Compare
Choose a tag to compare

Dones:

  • bug fix for Linux OS: updated device.name to device.device for PySerial class
  • tested on Windows amd64, Linux amd64, Linux Aarch64 (Jetson Xavier NX)

To-Dos:

  • unit tests
  • sphinx documentation

v0.2.0

20 Jan 16:26
Compare
Choose a tag to compare
  • new DMX method 'is_connected' which checks if the RS-485 adapter is still connected to the computer
  • changed DMX attribute 'use_device' to 'device'

v0.1.0

23 Nov 15:29
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
  • tested on Windows10, AMD64, Python 3.8

To-Do:

  • Unit Tests needs to be written
  • implementation needs to be verified on Linux devices
  • implementation needs to be verified on ARM devices