Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 775 Bytes

File metadata and controls

26 lines (18 loc) · 775 Bytes

Codex Engine for PyQt

license pypi version PyPI status

A universal translator for serial devices.

Description

This is the reference implementation of Codex, a framework for managing serial communication with physical devices.

Features

  • serial port detection
  • automatic handshaking
  • device profiles as drop-in plugins
  • supports many styles of serial communication
  • extensible

Installation

pip install codex-engine-pyqt

Requirements

  • pyserial
  • PyQt5 or PySide2