NullReferenceException: Object reference not set to an instance of an object
goodspeed2011 opened this issue · 1 comments
goodspeed2011 commented
NullReferenceException: Object reference not set to an instance of an object
wrmhlThread.writeThread (System.String dataToSend) (at Assets/WRMHL/Scripts/Thread/Common/wrmhlThread.cs:106)
wrmhl.send (System.String dataToSend) (at Assets/WRMHL/Scripts/Manager/wrmhl.cs:70)
wrmhlWrite.Update () (at Assets/WRMHL/Scripts/wrmhlWrite.cs:34)
snibo13 commented
The issue for me was that the COM port set in the wrmhlWrite script was wrong. Try manually changing it to the port your Arduino is on.