Wednesday, April 25, 2012

what are the best practices for reading from a serial connection in python

I have been using pyserial to read lines sent from an arduino. While it works fine, I was wondering if there are some best practices. In particular when the input needs to be passed through multiple functions (ie, a filter and then a rangefinder class).





No comments:

Post a Comment