usbserial4a/usbserial4a/__init__.py

13 wiersze
296 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 a similar way to serial.Serial from pyserial.
Author: Quan Lin
License: MIT
Requires: kivy, pyjnius, pyserial, usb4a
'''
# Project version
__version__ = '0.1.7'