Skip to main content

TWE-Lite's serial responce Parser

Project description

This is parser for TWE-Lite micro computers Serial string.

Example

import twe_parser
import serial

ser = serial.Serial('/dev/ttyAMA0',115200)
line = ser.readline()
ser.close()

data = twe_parser.parse( line )

if data.enable:
    print( data.D1 )
    print( data.group )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

twe_parser-0.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page