Node-red-serialport Serial-in Debug No Messages

I cannot get the Debug node to display received RS232 data on the debug window.
Data is being received because I see it come up on a terminal with the comand "dd if=/dev/ttyUSB0"

Any thoughts?

Started working. Will update once I find the reason

Needed a "Line Feed" at the end of a string for Node-red to pick it up.
If anyone understands, can you elaborate?
Thanks

ow have you configured the serial port ? default is to wait for a \n character - so unless you change that....

I understant now. Thank you dceejav

If you don't want to split on a particular character there are other options, click on the 'on the character' dropdown to see them. Look in the help text for the node for descriptions of the other options.

Thanks Colin for the tip. My earlier difficulty was due to the serialport node by default requiring something other than the data I was sending for it to be received. Now that I realize that, I'm good to go.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.