ampledata / kiss

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

TypeError: sequence item 0: expected str instance, bytes found #23

Open ryanhz opened 6 years ago

ryanhz commented 6 years ago

k.write(b'Hello, world!') Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.6/site-packages/kiss/classes.py", line 197, in write kiss.FEND TypeError: sequence item 0: expected str instance, bytes found

classes.py:193 should be frame_kiss = b''.join([

typo?

masenf commented 3 years ago

fixed by #25 and minimally by #28