genielabs / HomeGenie

HomeGenie, the programmable automation intelligence
https://homegenie.it
GNU General Public License v3.0
395 stars 155 forks source link

Added support for optionally specifying Parity and Stop bits with the… #278

Closed davidwallis closed 8 years ago

davidwallis commented 8 years ago

… serial port helper

I have added optional parameters for specifying the Stop Bits and Partity. This change is non breaking and existing scripts will still work due to them being optional and defaulting to None and 1.

davidwallis commented 8 years ago
genemars commented 8 years ago

I will copy paste your code manually since there's the project file you submitted contains wrong library path.