usbserial4a/usbserial4a/__init__.py

13 wiersze
298 B
Python

'''Python package for Android USB host serial port.
The serial port class extends pyserial's SerialBase class.
So it can be used in the same manner as serial.Serial from pyserial.
Author: Quan Lin
License: MIT
Requires: kivy, pyjnius, pyserial, usb4a
'''
# Project version
__version__ = '0.1.0'