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
- Host: GitHub
- URL: https://github.com/dcoles/pylis
- Owner: dcoles
- License: mit
- Created: 2013-06-30T22:05:57.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-01T00:00:48.000Z (almost 13 years ago)
- Last Synced: 2025-06-15T12:06:09.718Z (12 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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