I have a strange problem I have had since I started using the plugin. My Unreal project sends sequentially commands on the serial port. it happens that some command is ignored / skipped
and the Arduino board doesn’t receive the command. If I restart the application (in the editor) the app work correctly and other times not.
Launching the same commands from the Arduino “Serial Monitor” everything works properly.
I noticed also that doing so many serial write in a short time, they are not being received properly by the arduino board (no comunication)
Can you help me please?