An open API service indexing awesome lists of open source software.

https://github.com/dcoles/pylis

Python library for interfacing with VLSystem's "L.I.S. MCE" LCD display
https://github.com/dcoles/pylis

Last synced: 2 days ago
JSON representation

Python library for interfacing with VLSystem's "L.I.S. MCE" LCD display

Awesome Lists containing this project

README

          

=====
PyLIS
=====

:Author: David Coles

Introduction
============
This is a small Python library for interacting with the L.I.S. MCE LCD display
manufactured by VLSystem .

While the device appears as a USB Serial Device, unfortunately there's no
official documentation on the protocol it uses. Thus the protocol has been mostly
deciphered by looking at how the official application does it.

Included are a few useful tools for interacting with the display.

Dependencies
============
- pyserial