nodesign / weio

weio
http://we-io.net
128 stars 35 forks source link

Improved the reader loop of IoTPy and fix weioSPI and weioSmb #242

Closed ks156 closed 8 years ago

ks156 commented 8 years ago

IoTPy :

With large SFP frame, sometime the SFP frame was decoded even if it was not complete. This PR fix the reader loop and ensure that the SFP frame is complete before sending it to the decoder

weioSPI :

Fixed a problem with the block_read function Added function to get and set the block size configuration

weioSmbus :

Added function to get and set the block size configuration

drasko commented 8 years ago

Merged, thanks!