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

@knotFF Don’t use PrintLine. Just Print. On the example code I made, it checks if the received string is exactly equal to “lines” or “float” etc. So, if you PrintLine, you are sending "
" or alikes with it, causing it to fail, as "lines
" is not “lines”.

It’s kinda funny because before you used Print with “float” trying to get lines. Now, you are using the correct words but sending them wrong xD