Originally posted by UnrealPinball
View Post
You'll send the commands from Arduino to Unreal using Serial.writeXXX methods. Te read them in Unreal using the Serial class, call the ReadXXX functions. To send stuff to Arduino, call the Print or Write methods. And, for working with more than a single variable simultaneously, search this thread for protocol.
Comment