fossasia / knitlib

Knitting backend library for knitting machines
GNU Lesser General Public License v3.0
1.54k stars 14 forks source link

Implement abstract com module #29

Closed shiluka closed 9 years ago

shiluka commented 9 years ago

Implement abstract com module to support various kind of plugins such as ayab_comunication plugin

shiluka commented 9 years ago

Implemented abstract com module (added baud rate as parameter) #42 , working on support for write lines & device listing and selection

shiluka commented 9 years ago

Implemented write functions as bytes and lines. https://github.com/fashiontec/knitlib/pull/49