HerrickSpencer/LCDMessageBox

Create a separate service for the serial communication to receive requests

Opened this issue · 0 comments

The serial communication on the messagehandler code needs to be in a separate thread. This is so that it can start up, connect to the cigar box and wait for data to send. The messagehandler then can send requests to this service to send on its behalf.