riptidewave93 / RFLED-Server

http://servernetworktech.com/2014/09/limitlessled-wifi-bridge-4-0-conversion-raspberry-pi/
GNU General Public License v3.0
42 stars 12 forks source link

Fixed serial access on windows #4

Closed ep1cman closed 9 years ago

ep1cman commented 9 years ago

Windows does not allow more than one application to open a COM port. The script now only opens a serial connection once at the start instead of re-opening it on each packet (without closing it)

riptidewave93 commented 9 years ago

Thanks for the PR!