Hy i am having issue receiving serial data via node-red serial module, I am sending "All 26 English alphabets in one message". Instead of receiving all the message one by one separately, i am receiving them in one array. The serial port instead of showing real time data of each message in separate array, it makes a big array and store message and be idle, when i stop sending data then it prints a full big array of alphabets. You can see that in the image too. How can i fix that issue?