Script to control Samsung Products via RS232
Samsung TV's
- LN52A750
- UN40H5203
- Power on/off/toggle
- Send Remote Key commands
- Send Status commands
- Support RS233 to Ethernet devices
- Support REST API
- Serial debug output mode
- TBD
- Requirements
- Python module serial: pip install pyserial (If you install wrong serial module by mistake you can undo using: pip uninstall serial)
sudo nohup python /path/samsung_remote_rs232/web_server.py > output.log &