[SOLVED] Arduino Genuino 101 to Unity3D. Serial Communication

Hi everyone, I’m trying to run a serial communication between Arduino 101, (Intel Curie) and Unity3D via Serial Port Protocol communication. That seems it’s not easier like “Arduino UNO” and Unity3D. Does anyone knows how to Receive data from Serial COM in Unity3D from Arduino 101? :eyes::eyes:

Hello,

I had the same problem while trying to use the Arduino 101. I solved it by setting “DtrEnabled” property to “true” before opening the serial port communication.

1 Like

Thank you so much!! It works!!

OMG THANK YOU SO MUCH