A small package for controlling my LG TV through its serial port
Project description
LGTV RS232
This is a simple example package to allow control of the LG 47LW6500 TV through its serial port. It may be compatible with other LG TVs and support for more TVs may be added in the future. Right now, this is just for functionality with the TV model that I own.
Example usage:
from lgtv_rs232 import LgTV
tv = LgTV('/dev/ttyUSB0') # Set the argument to the location of your serial device
tv.request('power', 'on')
Apologies for the sparse documentation, both here and in the docstrings. I only used this briefly myself.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lgtv_rs232_zcline91-0.0.6.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file lgtv_rs232_zcline91-0.0.6.tar.gz
.
File metadata
- Download URL: lgtv_rs232_zcline91-0.0.6.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ee61a2d207e10403946c20cf8df1c1328339c72e4d15dba04803e84e89f9f2ff
|
|
MD5 |
6fafc2490ac0fb50c050dde760860bad
|
|
BLAKE2b-256 |
6338561a8f35469e8b27abc31b3dad612c4ceb324af41200eab61365a3cbdeef
|
File details
Details for the file lgtv_rs232_zcline91-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: lgtv_rs232_zcline91-0.0.6-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
181f1a8d22f93e0a71e01b7c33e59d8b6fcb9214c313ad5469f8d86a79085a3e
|
|
MD5 |
6e6a67ae75ca5e754ee3d36336b14f4e
|
|
BLAKE2b-256 |
5758a8bf134de7981e6ea03e3dedbe057ecc339eafead330c6b425c1e03099db
|