Skip to content

jlangvand/pykiss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pykiss

Python serial KISS implementation.

This package is initially made for controlling the Nanoavionics Sat2RF1 satellite radio module, and in its current state it does not fully implement the full KISS spec, though this is planned for future releases.

It provides

  • Reading data from interface, returned as a tuple (header, payload)
  • Writing data to interface with a custom header, allows passing any command to the interface
  • Escaping/restoring special characters as per the KISS spec

Currently it does not provide

  • Anything else

About

Python serial KISS implementation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages