| Server IP : 172.67.131.151 / Your IP : 104.23.197.230 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/serial/tools/__pycache__/ |
Upload File : |
U
��WW5 � @ s� d Z ddlZddlZze W n eefk
r8 eZY nX dZddd�Zddd�Z G d d
� d
ej
�Z
G dd� dej�ZG d
d� dej�ZG dd� de
ej
�Z
G dd� de
ej�Zdd� ZdS )aL Python 'hex' Codec - 2-digit hex with spaces content transfer encoding.
Encode and decode may be a bit missleading at first sight...
The textual representation is a hex dump: e.g. "40 41"
The "encoded" data of this is the binary form, e.g. b"@A"
Therefore decoding is binary to text and thus converting binary data to hex dump.
� NZ0123456789ABCDEF�strictc C s t �dd� | �� D ��t| �fS )�'40 41 42' -> b'@ab'c S s g | ]}t |d ��qS �� ��int��.0�h� r �</usr/lib/python3/dist-packages/serial/tools/hexlify_codec.py�
<listcomp>&