Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/twisted/internet/__pycache__/_posixserialport.cpython-39.pyc
Ðазад
a k�h! � @ sT d Z ddlmZ ddlmZmZ ddlmZmZ ddlm Z G dd� de ej �ZdS ) z Serial Port Protocol � )�PARITY_NONE)� EIGHTBITS�STOPBITS_ONE)�abstract�fdesc)�BaseSerialPortc @ sL e Zd ZdZdZdeeedddfdd�Zdd� Z d d � Z dd� Zd d� ZdS )� SerialPortz> A select()able serial device, acting as a transport. � i�% r c C s^ t j�| |� | j||||||| | d�| _|| _| �� | �� || _| j� | � | � � d S )N)�baudrate�bytesize�parity�stopbits�timeout�xonxoff�rtscts)r �FileDescriptor�__init__Z_serialFactory�_serial�reactorZ flushInputZflushOutput�protocolZmakeConnectionZstartReading)�selfr ZdeviceNameOrPortNumberr r r r r r r r � r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/twisted/internet/_posixserialport.pyr s"