ampledata / kiss

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

Small bugs #14

Closed JDat closed 8 years ago

JDat commented 8 years ago

I wanted to decode data from soundmodem.exe (http://uz7.ho.ua/packetradio.htm) and found this great repo. I started to test, but no success at first. You forgot to add underscore in kiss logging line and kiss return TNC command 0x00. APRS decoder can't handle this. No it work's for me.I hope this is is helpful. Btw in beginner in python.