Fixing Communication:
- Realized that the reason the ComMgr was not working was because I was trying to set properties which were DWORD with char*.
- DWORD is a unsigned long
- Set up a char[256] buffer on both the ComMgr side and the Arduino side to receive communications waiting to be decoded by type(command, response, state)
- Made a struct to char array method
