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

String-ify sections of code #32

Open KenwoodFox opened 1 year ago

KenwoodFox commented 1 year ago

I think something must have changed regarding .replace and .join, no longer accepting bytes and strings together, so i messily fixed them just enough to work, a better solution would maybe be to work ONLY with bytes, or work ONLY with strings.