How do you send data from Unity to Arduino?
IanSteg opened this issue · 2 comments
IanSteg commented
I can't seem to figure out how to read data sent from Unity to Arduino. I tried the Serial.read() and Serial.readString() but it's not doing what it's supposed to. What it's supposed to do is turn on an LED.
Antzelino commented
What steps did you follow?
IanSteg commented
I didn't follow any steps. I couldn't find anything about it.