ampledata / kiss

A pure-Python implementation of the KISS Protocol for communicating with serial TNC devices for use with Amateur Radio.
Other
84 stars 35 forks source link

Added util function to extract frame UI. #6

Closed ampledata closed 8 years ago

ampledata commented 10 years ago

Usage:

import kiss
import kiss.util

k = kiss.KISS('/dev/ttyUSB0', 1200)
k.start()
k.read(callback=kiss.util.extract_ui)