[Free][Windows only] UE4Duino 2 - Arduino (COM port) communication

Hello! :slight_smile:

I’m very new with Unreal Engine and i saw this plugin and thought… “Hey! i could make a cool GUI scoring for my home pinball” but i don’t know where to go from there haha. I have the game all coded in Arduino but for scoring (Arduino is doing the math for all 4 players) i want it to be displayed on Unreal Engine and maybe add pictures, how would i do this?

Example, if target/switch is hit -> Add score on Arduino -> printing/displaying scoring in Unreal Engine.

And for sharing data, how can i get Unreal Engine to talk to Arduino? Like In Unreal i want it to tell the Arduino to test lighting, coils and switches to see if they’re working.

Example, custom GUI menu/settings, click “Test Lighting” in Unreal Engine -> Arduino will turn on all lights.

Thanks,