hello sir, i am using serial com plugin for unreal engine 5.0.3 i wanted to transfer esp8266 nodemcu and dht22 temperature data from arduino ide to unreal engine and i am getting temperature data in arduino ide serial monitor and i created blueprint in unreal engine read data from arduino ide but i am not getting data in unreal engine here are some problems
1- i using your OPEN SERIAL PORT WITH CONTROL FLOW (ON-ON BY DEFAULT) blueprint but did’nt work
2-another problem is when i connect my USB cable USB PORT of computer and i give correct port number(6) and baud rate(9600) in the open serial port node with flow control and its shows PORT NOT IS INITIALIZED but when I put port number as 3 or 5 its shows PORT IS INITIALIZED,but when disconnect the USB cable from computer USB port
when i put 3 or 5 as PORT number then also its shows PORT IS INITIALIZED but when i put port number 6 its shows PORT IS NOT INITIALIZED.but i checked in device manager to cross verify the port number there also its showing COM6 only
3-but i am getting any data in unreal engine from arduino ide i created widget also and i binded it also but after all this i just want to print that data in unreal engine please help me what is the problem
this blueprint i created
this my full blueprint
this is my code