Start: 9:30
- Made a lot of small changes to fix minor issues and finished some methods which were missing parts.
- Tried testing it. Seems that the sendData is not working at the moment. The light did not light up on the arduino.
- I was testing it outside the library before. It seems the port is not opening properly from inside the library. I thought this might have to do with members of static libraries not being able to have instance of classes in them, but Phil told me that’s most likely not the case.
- Its a bit tricky to make a library project into an exe for testing so I might just copy all the classes into an exe project.
- I am wondering if I would be able to test the communication with another windows machine hooked up by usb. This would be a better way to troubleshoot as I could easily display outputs. I am not sure how both machines would open the port though.
End: 6:00
